Console log: 'Microsoft.NET.Build.Tests.dll.4' from job c1409573-9c96-4a7b-8915-8fde30d80938 workitem 5ba8d674-c122-4b3d-aedd-a02d264c0cd1 (windows.amd64.vs2026.pre.scout.open) executed on machine a00BGKS running Windows-2025Server-10.0.26100-SP0 C:\h\w\A09F08CF\w\B50509EB\e>call C:\h\w\A09F08CF\p\t\RunTestsOnHelix.cmd true C:\h\w\A09F08CF\w\B50509EB\e>REM make NuGet network operations more robust C:\h\w\A09F08CF\w\B50509EB\e>set NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY=true C:\h\w\A09F08CF\w\B50509EB\e>set NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT=6 C:\h\w\A09F08CF\w\B50509EB\e>set NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000 C:\h\w\A09F08CF\w\B50509EB\e>set MicrosoftNETBuildExtensionsTargets=C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets C:\h\w\A09F08CF\w\B50509EB\e>set DOTNET_ROOT=C:\h\w\A09F08CF\p\d C:\h\w\A09F08CF\w\B50509EB\e>set PATH=C:\h\w\A09F08CF\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\Microsoft SQL Server\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\dotnet\;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\A09F08CF\w\B50509EB\e>set DOTNET_MULTILEVEL_LOOKUP=0 C:\h\w\A09F08CF\w\B50509EB\e>set TestFullMSBuild=true C:\h\w\A09F08CF\w\B50509EB\e>REM Ensure Visual Studio instances allow preview SDKs C:\h\w\A09F08CF\w\B50509EB\e>PowerShell -ExecutionPolicy ByPass -NoProfile -File "C:\h\w\A09F08CF\p\t\eng\enable-preview-sdks.ps1" Updated C:\Users\vsagent\AppData\Local\Microsoft\VisualStudio\18.0_6411d360\sdk.txt UsePreviews=True C:\h\w\A09F08CF\w\B50509EB\e>REM Use powershell to call partical Arcade logic to get full framework msbuild path and assign it C:\h\w\A09F08CF\w\B50509EB\e>if "true" == "true" (FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass -File "C:\h\w\A09F08CF\p\t\eng\print-full-msbuild-path.ps1"') do (SET DOTNET_SDK_TEST_MSBUILD_PATH=%g ) ) C:\h\w\A09F08CF\w\B50509EB\e>(SET DOTNET_SDK_TEST_MSBUILD_PATH=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe ) C:\h\w\A09F08CF\w\B50509EB\e>REM Use powershell to run GetRandomFileName C:\h\w\A09F08CF\w\B50509EB\e>FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass [System.IO.Path]::GetRandomFileName()') do (SET RandomDirectoryName=%g ) C:\h\w\A09F08CF\w\B50509EB\e>(SET RandomDirectoryName=vrgslmhl.xvh ) C:\h\w\A09F08CF\w\B50509EB\e>set TestExecutionDirectory=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh C:\h\w\A09F08CF\w\B50509EB\e>set DOTNET_CLI_HOME=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.dotnet C:\h\w\A09F08CF\w\B50509EB\e>mkdir C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh C:\h\w\A09F08CF\w\B50509EB\e>REM https://stackoverflow.com/a/7487697/294804 C:\h\w\A09F08CF\w\B50509EB\e>robocopy C:\h\w\A09F08CF\p\t\TestExecutionDirectoryFiles C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh /s /nfl /ndl /njh /njs /np C:\h\w\A09F08CF\w\B50509EB\e>set DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh C:\h\w\A09F08CF\w\B50509EB\e>set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\A09F08CF\p\r C:\h\w\A09F08CF\w\B50509EB\e>set DOTNET_SDK_TEST_ASSETS_DIRECTORY=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\TestAssets C:\h\w\A09F08CF\w\B50509EB\e>REM call dotnet new so the first run message doesn't interfere with the first test C:\h\w\A09F08CF\w\B50509EB\e>dotnet new --debug:ephemeral-hive Welcome to .NET 10.0! --------------------- SDK Version: 10.0.300-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 MSTest Test Project mstest [C#],F#,VB Test/MSTest/Desktop/Web 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\A09F08CF\w\B50509EB\e>REM List current NuGet sources and, if test packages are present, add them as a local source C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget list source --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Registered Sources: 1. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 2. dotnet6-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json 3. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 4. dotnet7-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json 5. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 6. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 7. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 8. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 9. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 10. dotnet10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 11. dotnet10-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 12. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 13. dotnet-eng [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json 14. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 15. dotnet-tools-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json 16. dotnet-libraries [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json 17. dotnet-libraries-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json 18. vs-impl [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json 19. richnav [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json 20. test-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\w\B50509EB\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 : 675 Average : Sum : Maximum : Minimum : Property : C:\h\w\A09F08CF\w\B50509EB\e>if exist C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages dotnet nuget add source C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages --name testpackages --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: testpackages added successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet6-transport --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: dotnet6-transport removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet6-internal-transport --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config error: Unable to find any package source(s) matching name: dotnet6-internal-transport. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet7-transport --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: dotnet7-transport removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet7-internal-transport --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config error: Unable to find any package source(s) matching name: dotnet7-internal-transport. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source richnav --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: richnav removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source vs-impl --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: vs-impl removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet-libraries-transport --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: dotnet-libraries-transport removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet-tools-transport --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: dotnet-tools-transport removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet-libraries --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: dotnet-libraries removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget remove source dotnet-eng --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Package source with Name: dotnet-eng removed successfully. C:\h\w\A09F08CF\w\B50509EB\e>dotnet nuget list source --configfile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\nuget.config Registered Sources: 1. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 2. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 3. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 4. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 5. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 6. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 7. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 8. dotnet10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 9. dotnet10-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 10. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 11. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 12. test-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 13. testpackages [Enabled] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages C:\h\w\A09F08CF\w\B50509EB\e>dotnet test Microsoft.NET.Build.Tests.dll -e HELIX_WORK_ITEM_TIMEOUT=02:00:00 -e DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh -e DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\A09F08CF\p\r --results-directory .\ --logger trx --logger "console;verbosity=detailed" --blame-hang --blame-hang-timeout 60m --filter "Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary|Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject|Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject|Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps|Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary|Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe" -d C:\h\w\A09F08CF\w\B50509EB\uploads\dotnetTestLog.log VSTest version 18.3.0-release-26203-106 (x64) Starting test execution, please wait... Logging Vstest Diagnostics in file: C:\h\w\A09F08CF\w\B50509EB\uploads\dotnetTestLog.log A total of 1 test files matched the specified pattern. C:\h\w\A09F08CF\w\B50509EB\e\Microsoft.NET.Build.Tests.dll Data collection : Logging DataCollector Diagnostics in file: C:\h\w\A09F08CF\w\B50509EB\uploads\dotnetTestLog.datacollector.26-04-08_14-49-21_80010_5.log Logging TestHost Diagnostics in file: C:\h\w\A09F08CF\w\B50509EB\uploads\dotnetTestLog.host.26-04-08_14-49-22_07549_5.log [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.3+b1b99bdeb3 (64-bit .NET 10.0.5) [xUnit.net 00:00:00.14] Discovering: Microsoft.NET.Build.Tests (app domain = off, method display = ClassAndMethod, method display options = None) Running C:\h\w\A09F08CF\p\d\dotnet.exe --version > C:\h\w\A09F08CF\p\d\dotnet.exe --version Process ID: 5768 < C:\h\w\A09F08CF\p\d\dotnet.exe --version exited with 0 in 148 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe -version > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe -version Process ID: 2564 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe -version exited with 0 in 125 ms. [xUnit.net 00:00:00.71] Discovered: Microsoft.NET.Build.Tests (1118 test cases to be run) [xUnit.net 00:00:00.79] Starting: Microsoft.NET.Build.Tests (parallel test collections = on [4 threads], stop on fail = off, explicit = off) Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore [xUnit.net 00:00:00.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore': Process ID: 5392 Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers [xUnit.net 00:00:01.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers': Process ID: 1136 [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》Build started 4/8/2026 2:49:24 PM. [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》 [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》 [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers exited with 0 in 958 ms. [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] 》Time Elapsed 00:00:00.78 [xUnit.net 00:00:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers' exited with exit code 0. [xUnit.net 00:00:02.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [PASS] [xUnit.net 00:00:02.80] Output: [xUnit.net 00:00:02.80] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers': [xUnit.net 00:00:02.80] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:02.80] 》Build started 4/8/2026 2:49:24 PM. [xUnit.net 00:00:02.81] 》 [xUnit.net 00:00:02.81] 》 [xUnit.net 00:00:02.81] 》Build succeeded. [xUnit.net 00:00:02.81] 》 0 Warning(s) [xUnit.net 00:00:02.81] 》 0 Error(s) [xUnit.net 00:00:02.81] 》 [xUnit.net 00:00:02.81] 》Time Elapsed 00:00:00.78 [xUnit.net 00:00:02.81] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore Process ID: 6072 [xUnit.net 00:00:02.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore': Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_combines_inner_rids_for_restore(identifier: "1", outerRid: "win7-x86", outerRids: "win7-x86;win7-x64", firstFrameworkRid: "win-arm", firstFrameworkRids: "win7-x86;linux;WIN7-X86;unix", secondFrameworkRid: "osx-10.12", secondFrameworkRids: "win8-arm;win8-arm-aot", expectedCombination: "win7-x86;win7-x64;win-arm;linux;unix;osx-10.12;win"···) [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:24 PM. 》 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:00.78 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_combines_i---B4DC440D\NetStandardAndNetCoreApp.csproj /p:ValueName=RuntimeIdentifiers' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 [xUnit.net 00:00:04.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': Process ID: 4556 [xUnit.net 00:00:05.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:05.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Build started 4/8/2026 2:49:27 PM. [xUnit.net 00:00:05.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:05.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:05.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:05.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Restore: [xUnit.net 00:00:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:05.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:05.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:05.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:06.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/10.0.5/microsoft.netcore.app.host.win-x86.10.0.5.nupkg [xUnit.net 00:00:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 104ms [xUnit.net 00:00:06.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 72ms [xUnit.net 00:00:06.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 89ms [xUnit.net 00:00:06.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 68ms [xUnit.net 00:00:06.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 62ms [xUnit.net 00:00:06.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 70ms [xUnit.net 00:00:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Installed Microsoft.NETCore.App.Host.win-x86 10.0.5 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x86\10.0.5 with content hash gG3eKAsRK3celaESPW7ag/N10BpVvYVvwd63dGib72uaNEmN5nFeLZi//ii94mHzOpoR90G6RHwyDDi3QmSFoA==. [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Build started 4/8/2026 2:49:25 PM. [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:19) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:20) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:22) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Restore: [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj... [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/newtonsoft.json/index.json 74ms [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/newtonsoft.json/index.json 69ms [xUnit.net 00:00:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/newtonsoft.json/index.json 101ms [xUnit.net 00:00:06.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/newtonsoft.json/index.json 63ms [xUnit.net 00:00:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/newtonsoft.json/index.json 63ms [xUnit.net 00:00:06.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/newtonsoft.json/index.json 80ms [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/newtonsoft.json/index.json 60ms [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/newtonsoft.json/index.json 64ms [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/newtonsoft.json/index.json 61ms [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:06.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 1.09 sec). [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 1.09 sec). [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 1.09 sec). [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/newtonsoft.json/index.json 64ms [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 Feeds used: [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/newtonsoft.json/index.json 79ms [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/1.0.3/microsoft.netframework.referenceassemblies.1.0.3.nupkg [xUnit.net 00:00:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 57ms [xUnit.net 00:00:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/1.0.3/microsoft.netframework.referenceassemblies.net45.1.0.3.nupkg [xUnit.net 00:00:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 55ms [xUnit.net 00:00:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 54ms [xUnit.net 00:00:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 52ms [xUnit.net 00:00:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 54ms [xUnit.net 00:00:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 53ms [xUnit.net 00:00:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 59ms [xUnit.net 00:00:07.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 60ms [xUnit.net 00:00:07.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 62ms [xUnit.net 00:00:07.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 61ms [xUnit.net 00:00:07.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 64ms [xUnit.net 00:00:07.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 80ms [xUnit.net 00:00:07.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 64ms [xUnit.net 00:00:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 104ms [xUnit.net 00:00:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 79ms [xUnit.net 00:00:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 101ms [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 85ms [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 87ms [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 85ms [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 83ms [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 82ms [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/1.0.3/microsoft.netframework.referenceassemblies.net40.1.0.3.nupkg [xUnit.net 00:00:07.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 57ms [xUnit.net 00:00:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg [xUnit.net 00:00:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 66ms [xUnit.net 00:00:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 55ms [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 55ms [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 56ms [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 59ms [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 56ms [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 58ms [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 60ms [xUnit.net 00:00:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 60ms [xUnit.net 00:00:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 64ms [xUnit.net 00:00:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 164ms [xUnit.net 00:00:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg [xUnit.net 00:00:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 54ms [xUnit.net 00:00:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 54ms [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 55ms [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 63ms [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 60ms [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 55ms [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg [xUnit.net 00:00:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg [xUnit.net 00:00:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg [xUnit.net 00:00:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 57ms [xUnit.net 00:00:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg [xUnit.net 00:00:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 104ms [xUnit.net 00:00:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 63ms [xUnit.net 00:00:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 55ms [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 109ms [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 91ms [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 76ms [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 94ms [xUnit.net 00:00:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 79ms [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 111ms [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 128ms [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 126ms [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 134ms [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 121ms [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 131ms [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 83ms [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 110ms [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/4.3.0/system.collections.4.3.0.nupkg [xUnit.net 00:00:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xdocument/index.json 60ms [xUnit.net 00:00:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xdocument/index.json 145ms [xUnit.net 00:00:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xdocument/index.json 67ms [xUnit.net 00:00:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg [xUnit.net 00:00:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xdocument/index.json 116ms [xUnit.net 00:00:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xdocument/index.json 141ms [xUnit.net 00:00:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xdocument/index.json 144ms [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xdocument/index.json 162ms [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xdocument/index.json 150ms [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xdocument/index.json 102ms [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:07.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections/index.json 138ms [xUnit.net 00:00:07.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xdocument/index.json 156ms [xUnit.net 00:00:07.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections/index.json 57ms [xUnit.net 00:00:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections/index.json 60ms [xUnit.net 00:00:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg [xUnit.net 00:00:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections/index.json 124ms [xUnit.net 00:00:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections/index.json 128ms [xUnit.net 00:00:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections/index.json 126ms [xUnit.net 00:00:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections/index.json 93ms [xUnit.net 00:00:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 106ms [xUnit.net 00:00:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections/index.json 148ms [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections/index.json 131ms [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections/index.json 131ms [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 91ms [xUnit.net 00:00:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections/index.json 120ms [xUnit.net 00:00:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 146ms [xUnit.net 00:00:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 91ms [xUnit.net 00:00:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg [xUnit.net 00:00:07.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 176ms [xUnit.net 00:00:07.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 109ms [xUnit.net 00:00:07.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 182ms [xUnit.net 00:00:07.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 95ms [xUnit.net 00:00:07.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 166ms [xUnit.net 00:00:07.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 136ms [xUnit.net 00:00:07.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 120ms [xUnit.net 00:00:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 150ms [xUnit.net 00:00:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 198ms [xUnit.net 00:00:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 89ms [xUnit.net 00:00:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 193ms [xUnit.net 00:00:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 80ms [xUnit.net 00:00:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 186ms [xUnit.net 00:00:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 195ms [xUnit.net 00:00:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 189ms [xUnit.net 00:00:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 172ms [xUnit.net 00:00:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.debug/index.json 118ms [xUnit.net 00:00:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 296ms [xUnit.net 00:00:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 321ms [xUnit.net 00:00:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 159ms [xUnit.net 00:00:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.readerwriter/index.json 56ms [xUnit.net 00:00:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.readerwriter/index.json 72ms [xUnit.net 00:00:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.readerwriter/index.json 162ms [xUnit.net 00:00:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.readerwriter/index.json 182ms [xUnit.net 00:00:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.3.0/system.console.4.3.0.nupkg [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.readerwriter/index.json 121ms [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.readerwriter/index.json 143ms [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.readerwriter/index.json 173ms [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.readerwriter/index.json 150ms [xUnit.net 00:00:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.readerwriter/index.json 211ms [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Build FAILED. [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》(PrepareForBuild target) -> [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] 》Time Elapsed 00:00:03.07 [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 350ms [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 330ms [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.debug/index.json 177ms [xUnit.net 00:00:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 352ms [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Build started 4/8/2026 2:49:23 PM. [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Restore: [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 78ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 101ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 73ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 70ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 73ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 68ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 70ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 81ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 71ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 77ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 344ms [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.debug/index.json 156ms [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 384ms [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 180ms [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 380ms [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.readerwriter/index.json 246ms [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 172ms [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 368ms [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 261ms < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 exited with 1 in 3266 ms. [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg [xUnit.net 00:00:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.debug/index.json 218ms [xUnit.net 00:00:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg [xUnit.net 00:00:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 381ms [xUnit.net 00:00:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.readerwriter/index.json 279ms [xUnit.net 00:00:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [FAIL] [xUnit.net 00:00:07.60] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:07.60] Working Directory: [xUnit.net 00:00:07.60] File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:07.60] Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 [xUnit.net 00:00:07.60] Exit Code: 1 [xUnit.net 00:00:07.60] StdOut: [xUnit.net 00:00:07.60] MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:07.60] Build started 4/8/2026 2:49:27 PM. [xUnit.net 00:00:07.60] [xUnit.net 00:00:07.60] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:07.60] _GetAllRestoreProjectPathItems: [xUnit.net 00:00:07.61] Determining projects to restore... [xUnit.net 00:00:07.61] Restore: [xUnit.net 00:00:07.61] X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:07.61] X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:07.61] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:07.61] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:07.61] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:07.61] CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.61] CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/10.0.5/microsoft.netcore.app.host.win-x86.10.0.5.nupkg [xUnit.net 00:00:07.61] NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 104ms [xUnit.net 00:00:07.61] NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 72ms [xUnit.net 00:00:07.61] NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 89ms [xUnit.net 00:00:07.61] NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 68ms [xUnit.net 00:00:07.61] NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 62ms [xUnit.net 00:00:07.61] NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 70ms [xUnit.net 00:00:07.61] Installed Microsoft.NETCore.App.Host.win-x86 10.0.5 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x86\10.0.5 with content hash gG3eKAsRK3celaESPW7ag/N10BpVvYVvwd63dGib72uaNEmN5nFeLZi//ii94mHzOpoR90G6RHwyDDi3QmSFoA==. [xUnit.net 00:00:07.61] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:07.61] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:07.61] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:07.61] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:07.61] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:07.61] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:07.61] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:07.61] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:07.61] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:07.61] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 1.09 sec). [xUnit.net 00:00:07.61] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 1.09 sec). [xUnit.net 00:00:07.61] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 1.09 sec). [xUnit.net 00:00:07.61] [xUnit.net 00:00:07.61] NuGet Config files used: [xUnit.net 00:00:07.61] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:07.61] C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:07.61] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:07.61] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:07.61] [xUnit.net 00:00:07.61] Feeds used: [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:07.61] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:07.61] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:07.61] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:07.61] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:07.61] _CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:07.61] C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:07.61] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:07.61] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:07.61] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:07.61] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:07.61] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:07.62] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:07.62] [xUnit.net 00:00:07.62] Build FAILED. [xUnit.net 00:00:07.62] [xUnit.net 00:00:07.62] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:07.62] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:07.62] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:07.62] (PrepareForBuild target) -> [xUnit.net 00:00:07.62] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:07.62] [xUnit.net 00:00:07.62] 0 Warning(s) [xUnit.net 00:00:07.62] 1 Error(s) [xUnit.net 00:00:07.62] [xUnit.net 00:00:07.62] Time Elapsed 00:00:03.07 [xUnit.net 00:00:07.62] StdErr: [xUnit.net 00:00:07.62] [xUnit.net 00:00:07.62] , but found 1 (difference of 1). [xUnit.net 00:00:07.62] Stack Trace: [xUnit.net 00:00:07.62] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:07.62] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:07.62] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:07.62] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:07.62] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:07.62] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:07.62] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:07.62] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:07.62] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs(56,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.BuildAsset() [xUnit.net 00:00:07.62] at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) [xUnit.net 00:00:07.62] at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) [xUnit.net 00:00:07.62] at System.Lazy`1.CreateValue() [xUnit.net 00:00:07.62] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs(41,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder() [xUnit.net 00:00:07.62] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:07.62] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [xUnit.net 00:00:07.62] Output: [xUnit.net 00:00:07.62] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': [xUnit.net 00:00:07.62] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:07.62] 》Build started 4/8/2026 2:49:27 PM. [xUnit.net 00:00:07.62] 》 [xUnit.net 00:00:07.62] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:07.62] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:07.62] 》 Determining projects to restore... [xUnit.net 00:00:07.62] 》Restore: [xUnit.net 00:00:07.63] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:07.63] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:07.63] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:07.63] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:07.63] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:07.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json [xUnit.net 00:00:07.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/10.0.5/microsoft.netcore.app.host.win-x86.10.0.5.nupkg [xUnit.net 00:00:07.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 104ms [xUnit.net 00:00:07.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 72ms [xUnit.net 00:00:07.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 89ms [xUnit.net 00:00:07.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 68ms [xUnit.net 00:00:07.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 62ms [xUnit.net 00:00:07.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 70ms [xUnit.net 00:00:07.63] 》 Installed Microsoft.NETCore.App.Host.win-x86 10.0.5 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x86\10.0.5 with content hash gG3eKAsRK3celaESPW7ag/N10BpVvYVvwd63dGib72uaNEmN5nFeLZi//ii94mHzOpoR90G6RHwyDDi3QmSFoA==. [xUnit.net 00:00:07.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:07.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:07.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:07.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:07.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:07.63] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:07.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:07.63] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:07.63] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:07.63] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 1.09 sec). [xUnit.net 00:00:07.63] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 1.09 sec). [xUnit.net 00:00:07.63] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 1.09 sec). [xUnit.net 00:00:07.63] 》 [xUnit.net 00:00:07.63] 》 NuGet Config files used: [xUnit.net 00:00:07.63] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:07.63] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:07.63] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:07.63] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:07.63] 》 [xUnit.net 00:00:07.63] 》 Feeds used: [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:07.63] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:07.63] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:07.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:07.64] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:07.64] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:07.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 [xUnit.net 00:00:07.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:07.64] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:07.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:07.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:07.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:07.64] 》 [xUnit.net 00:00:07.64] 》Build FAILED. [xUnit.net 00:00:07.64] 》 [xUnit.net 00:00:07.64] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:07.64] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:07.64] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:07.64] 》(PrepareForBuild target) -> [xUnit.net 00:00:07.64] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:07.64] 》 [xUnit.net 00:00:07.64] 》 0 Warning(s) [xUnit.net 00:00:07.64] 》 1 Error(s) [xUnit.net 00:00:07.64] 》 [xUnit.net 00:00:07.64] 》Time Elapsed 00:00:03.07 [xUnit.net 00:00:07.64] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 84ms [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.debug/index.json 73ms [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.debug/index.json 87ms [xUnit.net 00:00:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.debug/index.json 140ms [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 63ms [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 119ms [xUnit.net 00:00:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 59ms [xUnit.net 00:00:07.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 173ms Process ID: 7672 [xUnit.net 00:00:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.debug/index.json 207ms [xUnit.net 00:00:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 67ms [xUnit.net 00:00:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 55ms [xUnit.net 00:00:07.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 114ms [xUnit.net 00:00:07.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 204ms [xUnit.net 00:00:07.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 226ms [xUnit.net 00:00:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.debug/index.json 234ms [xUnit.net 00:00:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 253ms [xUnit.net 00:00:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg [xUnit.net 00:00:07.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 270ms [xUnit.net 00:00:07.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:07.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.debug/index.json 239ms [xUnit.net 00:00:07.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 237ms [xUnit.net 00:00:07.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 198ms [xUnit.net 00:00:07.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 165ms [xUnit.net 00:00:07.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.debug/index.json 298ms [xUnit.net 00:00:07.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:07.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:07.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:07.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 247ms [xUnit.net 00:00:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:07.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 261ms [xUnit.net 00:00:07.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:07.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:07.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 256ms [xUnit.net 00:00:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 242ms [xUnit.net 00:00:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:07.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 284ms [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization/index.json 337ms [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization/index.json 338ms [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization/index.json 337ms [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 423ms [xUnit.net 00:00:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 430ms [xUnit.net 00:00:08.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Installed Microsoft.NETCore.Platforms 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\1.1.0 with content hash kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==. [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 447ms [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 501ms [xUnit.net 00:00:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 463ms [xUnit.net 00:00:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 484ms [xUnit.net 00:00:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 600ms [xUnit.net 00:00:08.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 580ms [xUnit.net 00:00:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization/index.json 487ms [xUnit.net 00:00:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization/index.json 488ms [xUnit.net 00:00:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization/index.json 506ms [xUnit.net 00:00:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization/index.json 505ms [xUnit.net 00:00:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks/index.json 508ms [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks/index.json 438ms [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks/index.json 572ms [xUnit.net 00:00:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks/index.json 588ms [xUnit.net 00:00:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks/index.json 609ms [xUnit.net 00:00:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks/index.json 610ms [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks/index.json 631ms [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks/index.json 643ms [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks/index.json 665ms [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks/index.json 689ms [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks/index.json 706ms [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io/index.json 564ms [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 574ms [xUnit.net 00:00:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 572ms [xUnit.net 00:00:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:08.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 499ms [xUnit.net 00:00:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 555ms [xUnit.net 00:00:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 542ms [xUnit.net 00:00:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 501ms [xUnit.net 00:00:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 562ms [xUnit.net 00:00:08.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization/index.json 582ms [xUnit.net 00:00:08.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io/index.json 535ms [xUnit.net 00:00:08.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization/index.json 577ms [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 647ms [xUnit.net 00:00:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 675ms [xUnit.net 00:00:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 571ms [xUnit.net 00:00:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 1078ms [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg [xUnit.net 00:00:08.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg [xUnit.net 00:00:08.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg [xUnit.net 00:00:08.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg [xUnit.net 00:00:08.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg [xUnit.net 00:00:08.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg [xUnit.net 00:00:08.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/4.3.0/system.globalization.4.3.0.nupkg [xUnit.net 00:00:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xdocument/index.json 1140ms [xUnit.net 00:00:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 67ms [xUnit.net 00:00:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 53ms [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 61ms [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.expressions/index.json 58ms [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.expressions/index.json 56ms [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.extensions/index.json 57ms [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.extensions/index.json 381ms [xUnit.net 00:00:08.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.extensions/index.json 457ms [xUnit.net 00:00:08.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.extensions/index.json 189ms [xUnit.net 00:00:08.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.extensions/index.json 245ms [xUnit.net 00:00:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.extensions/index.json 282ms [xUnit.net 00:00:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 155ms [xUnit.net 00:00:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 74ms [xUnit.net 00:00:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.extensions/index.json 236ms [xUnit.net 00:00:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.extensions/index.json 571ms [xUnit.net 00:00:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.extensions/index.json 324ms [xUnit.net 00:00:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 273ms [xUnit.net 00:00:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.sockets/index.json 613ms [xUnit.net 00:00:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 601ms [xUnit.net 00:00:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 242ms [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 279ms [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.extensions/index.json 198ms [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 344ms [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 701ms [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection/index.json 628ms [xUnit.net 00:00:08.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 655ms [xUnit.net 00:00:08.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 544ms [xUnit.net 00:00:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 531ms [xUnit.net 00:00:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 658ms [xUnit.net 00:00:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 667ms [xUnit.net 00:00:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 493ms [xUnit.net 00:00:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 768ms [xUnit.net 00:00:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 694ms [xUnit.net 00:00:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection/index.json 425ms [xUnit.net 00:00:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection/index.json 462ms [xUnit.net 00:00:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.expressions/index.json 306ms [xUnit.net 00:00:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 723ms [xUnit.net 00:00:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.expressions/index.json 354ms [xUnit.net 00:00:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io/index.json 788ms [xUnit.net 00:00:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection/index.json 553ms [xUnit.net 00:00:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.expressions/index.json 277ms [xUnit.net 00:00:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 405ms [xUnit.net 00:00:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io/index.json 724ms [xUnit.net 00:00:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 638ms [xUnit.net 00:00:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression.zipfile/index.json 772ms [xUnit.net 00:00:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 430ms [xUnit.net 00:00:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 465ms [xUnit.net 00:00:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.extensions/index.json 259ms [xUnit.net 00:00:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 417ms [xUnit.net 00:00:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 375ms [xUnit.net 00:00:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.expressions/index.json 462ms [xUnit.net 00:00:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 573ms [xUnit.net 00:00:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 527ms [xUnit.net 00:00:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 345ms [xUnit.net 00:00:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.expressions/index.json 664ms [xUnit.net 00:00:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression/index.json 801ms [xUnit.net 00:00:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.expressions/index.json 451ms [xUnit.net 00:00:08.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.expressions/index.json 575ms [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 471ms [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io/index.json 775ms [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.expressions/index.json 808ms [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression.zipfile/index.json 730ms [xUnit.net 00:00:08.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 744ms [xUnit.net 00:00:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.objectmodel/index.json 861ms [xUnit.net 00:00:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 673ms [xUnit.net 00:00:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.sockets/index.json 754ms [xUnit.net 00:00:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.sockets/index.json 710ms [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression/index.json 816ms [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection/index.json 579ms [xUnit.net 00:00:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.expressions/index.json 631ms [xUnit.net 00:00:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization/index.json 962ms [xUnit.net 00:00:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 703ms [xUnit.net 00:00:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 472ms [xUnit.net 00:00:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection/index.json 821ms [xUnit.net 00:00:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.resourcemanager/index.json 380ms [xUnit.net 00:00:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.resourcemanager/index.json 362ms [xUnit.net 00:00:08.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 699ms [xUnit.net 00:00:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io/index.json 870ms [xUnit.net 00:00:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection/index.json 628ms [xUnit.net 00:00:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq/index.json 1000ms [xUnit.net 00:00:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.resourcemanager/index.json 377ms [xUnit.net 00:00:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 684ms [xUnit.net 00:00:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 642ms [xUnit.net 00:00:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.resourcemanager/index.json 392ms [xUnit.net 00:00:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression/index.json 656ms [xUnit.net 00:00:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading/index.json 559ms [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading/index.json 547ms [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.resourcemanager/index.json 411ms [xUnit.net 00:00:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq/index.json 722ms [xUnit.net 00:00:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io/index.json 731ms [xUnit.net 00:00:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io/index.json 698ms [xUnit.net 00:00:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression/index.json 628ms [xUnit.net 00:00:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 883ms [xUnit.net 00:00:08.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 808ms [xUnit.net 00:00:08.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection/index.json 653ms [xUnit.net 00:00:09.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io/index.json 834ms [xUnit.net 00:00:09.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io/index.json 921ms [xUnit.net 00:00:09.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:09.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.primitives/index.json 549ms [xUnit.net 00:00:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading/index.json 1247ms [xUnit.net 00:00:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.primitives/index.json 536ms [xUnit.net 00:00:09.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.extensions/index.json 535ms [xUnit.net 00:00:09.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Installed NETStandard.Library 2.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3 with content hash st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==. [xUnit.net 00:00:09.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.primitives/index.json 552ms [xUnit.net 00:00:09.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.extensions/index.json 525ms [xUnit.net 00:00:09.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 522ms [xUnit.net 00:00:09.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.extensions/index.json 520ms [xUnit.net 00:00:09.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.extensions/index.json 523ms [xUnit.net 00:00:09.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 522ms [xUnit.net 00:00:09.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg [xUnit.net 00:00:09.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 519ms [xUnit.net 00:00:09.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 518ms [xUnit.net 00:00:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 524ms [xUnit.net 00:00:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:09.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 520ms [xUnit.net 00:00:09.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime/index.json 511ms [xUnit.net 00:00:09.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 508ms [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices/index.json 516ms [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 516ms [xUnit.net 00:00:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 516ms [xUnit.net 00:00:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 519ms [xUnit.net 00:00:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices/index.json 521ms [xUnit.net 00:00:09.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:09.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices/index.json 530ms [xUnit.net 00:00:09.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 499ms [xUnit.net 00:00:09.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg [xUnit.net 00:00:09.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime/index.json 501ms [xUnit.net 00:00:09.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 536ms [xUnit.net 00:00:09.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg [xUnit.net 00:00:09.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices/index.json 477ms [xUnit.net 00:00:09.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime/index.json 487ms [xUnit.net 00:00:09.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices/index.json 490ms [xUnit.net 00:00:09.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices/index.json 497ms [xUnit.net 00:00:09.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 495ms [xUnit.net 00:00:09.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/4.0.11/system.collections.4.0.11.nupkg [xUnit.net 00:00:09.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 503ms [xUnit.net 00:00:09.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 493ms [xUnit.net 00:00:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 502ms [xUnit.net 00:00:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 495ms [xUnit.net 00:00:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 501ms [xUnit.net 00:00:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 509ms [xUnit.net 00:00:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg [xUnit.net 00:00:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 508ms [xUnit.net 00:00:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/4.0.11/system.globalization.4.0.11.nupkg [xUnit.net 00:00:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 510ms [xUnit.net 00:00:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 494ms [xUnit.net 00:00:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 494ms [xUnit.net 00:00:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 497ms [xUnit.net 00:00:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:09.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 506ms [xUnit.net 00:00:09.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 506ms [xUnit.net 00:00:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 505ms [xUnit.net 00:00:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 503ms [xUnit.net 00:00:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 506ms [xUnit.net 00:00:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 481ms [xUnit.net 00:00:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 483ms [xUnit.net 00:00:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 492ms [xUnit.net 00:00:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 481ms [xUnit.net 00:00:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg [xUnit.net 00:00:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 489ms [xUnit.net 00:00:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 489ms [xUnit.net 00:00:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 489ms [xUnit.net 00:00:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 483ms [xUnit.net 00:00:09.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 471ms [xUnit.net 00:00:09.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg [xUnit.net 00:00:09.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 492ms [xUnit.net 00:00:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 479ms [xUnit.net 00:00:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding/index.json 461ms [xUnit.net 00:00:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.extensions/index.json 436ms [xUnit.net 00:00:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.extensions/index.json 445ms [xUnit.net 00:00:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.extensions/index.json 458ms [xUnit.net 00:00:09.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.extensions/index.json 445ms [xUnit.net 00:00:09.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding/index.json 457ms [xUnit.net 00:00:09.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding/index.json 470ms [xUnit.net 00:00:09.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding/index.json 463ms [xUnit.net 00:00:09.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:09.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.extensions/index.json 347ms [xUnit.net 00:00:09.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding/index.json 473ms [xUnit.net 00:00:09.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:09.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:09.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\project.assets.json [xUnit.net 00:00:09.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.regularexpressions/index.json 309ms [xUnit.net 00:00:09.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.extensions/index.json 327ms [xUnit.net 00:00:09.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.extensions/index.json 311ms [xUnit.net 00:00:09.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.regularexpressions/index.json 300ms [xUnit.net 00:00:09.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.regularexpressions/index.json 306ms [xUnit.net 00:00:09.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/4.3.0/system.reflection.4.3.0.nupkg [xUnit.net 00:00:09.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/4.1.0/system.reflection.4.1.0.nupkg [xUnit.net 00:00:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 285ms [xUnit.net 00:00:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/4.3.0/system.threading.4.3.0.nupkg [xUnit.net 00:00:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/4.0.11/system.threading.4.0.11.nupkg [xUnit.net 00:00:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.regularexpressions/index.json 294ms [xUnit.net 00:00:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.regularexpressions/index.json 287ms [xUnit.net 00:00:09.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.regularexpressions/index.json 285ms [xUnit.net 00:00:09.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.regularexpressions/index.json 287ms [xUnit.net 00:00:09.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.0/system.net.http.4.3.0.nupkg [xUnit.net 00:00:09.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj (in 7.15 sec). [xUnit.net 00:00:09.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/4.1.0/system.io.4.1.0.nupkg [xUnit.net 00:00:09.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 290ms [xUnit.net 00:00:09.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/4.3.0/system.io.4.3.0.nupkg [xUnit.net 00:00:09.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 283ms [xUnit.net 00:00:09.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg [xUnit.net 00:00:09.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:09.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 283ms [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 303ms [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 295ms [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:09.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 299ms [xUnit.net 00:00:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg [xUnit.net 00:00:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 299ms [xUnit.net 00:00:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/4.1.0/system.linq.4.1.0.nupkg [xUnit.net 00:00:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 303ms [xUnit.net 00:00:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 299ms [xUnit.net 00:00:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 272ms [xUnit.net 00:00:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/4.3.0/system.linq.4.3.0.nupkg [xUnit.net 00:00:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg [xUnit.net 00:00:09.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:09.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 270ms [xUnit.net 00:00:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 278ms [xUnit.net 00:00:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg [xUnit.net 00:00:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 284ms [xUnit.net 00:00:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg [xUnit.net 00:00:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 267ms [xUnit.net 00:00:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg [xUnit.net 00:00:09.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:09.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg [xUnit.net 00:00:09.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:09.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg [xUnit.net 00:00:09.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg [xUnit.net 00:00:09.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 280ms [xUnit.net 00:00:09.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 286ms [xUnit.net 00:00:09.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:09.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 276ms [xUnit.net 00:00:09.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:09.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 285ms [xUnit.net 00:00:09.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg [xUnit.net 00:00:09.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Installed: [xUnit.net 00:00:09.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 281ms [xUnit.net 00:00:09.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/4.1.0/system.runtime.4.1.0.nupkg [xUnit.net 00:00:09.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 283ms [xUnit.net 00:00:09.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 2 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj [xUnit.net 00:00:09.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/4.3.0/system.runtime.4.3.0.nupkg [xUnit.net 00:00:09.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg [xUnit.net 00:00:09.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:00:09.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg [xUnit.net 00:00:09.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 285ms [xUnit.net 00:00:09.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 270ms [xUnit.net 00:00:09.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 276ms [xUnit.net 00:00:09.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg [xUnit.net 00:00:09.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg [xUnit.net 00:00:09.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 277ms [xUnit.net 00:00:09.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg [xUnit.net 00:00:09.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg [xUnit.net 00:00:09.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg [xUnit.net 00:00:09.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg [xUnit.net 00:00:09.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg [xUnit.net 00:00:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg [xUnit.net 00:00:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 275ms [xUnit.net 00:00:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg [xUnit.net 00:00:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 276ms [xUnit.net 00:00:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 280ms [xUnit.net 00:00:09.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg [xUnit.net 00:00:09.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 287ms [xUnit.net 00:00:09.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg [xUnit.net 00:00:09.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg [xUnit.net 00:00:09.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms [xUnit.net 00:00:09.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms [xUnit.net 00:00:09.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 295ms [xUnit.net 00:00:09.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg [xUnit.net 00:00:09.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms [xUnit.net 00:00:09.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg [xUnit.net 00:00:09.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 335ms [xUnit.net 00:00:09.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:09.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 311ms [xUnit.net 00:00:09.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg [xUnit.net 00:00:09.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 343ms [xUnit.net 00:00:09.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 336ms [xUnit.net 00:00:09.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:09.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj] [xUnit.net 00:00:09.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 532ms [xUnit.net 00:00:09.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.regularexpressions/index.json 685ms [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime/index.json 1437ms [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 565ms [xUnit.net 00:00:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime/index.json 1433ms [xUnit.net 00:00:09.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:09.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:09.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 689ms [xUnit.net 00:00:09.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 459ms [xUnit.net 00:00:09.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.primitives/index.json 1472ms [xUnit.net 00:00:09.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.primitives/index.json 1518ms [xUnit.net 00:00:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:09.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.primitives/index.json 1491ms [xUnit.net 00:00:09.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.resourcemanager/index.json 1507ms [xUnit.net 00:00:09.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.primitives/index.json 1476ms [xUnit.net 00:00:09.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime/index.json 1512ms [xUnit.net 00:00:09.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.extensions/index.json 1487ms [xUnit.net 00:00:09.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:09.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.sockets/index.json 1864ms [xUnit.net 00:00:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.extensions/index.json 1537ms [xUnit.net 00:00:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.extensions/index.json 1535ms [xUnit.net 00:00:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression/index.json 1990ms [xUnit.net 00:00:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:10.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:10.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection/index.json 1786ms [xUnit.net 00:00:10.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.extensions/index.json 1581ms [xUnit.net 00:00:10.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:10.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.objectmodel/index.json 1931ms [xUnit.net 00:00:10.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:10.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:10.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.objectmodel/index.json 2030ms [xUnit.net 00:00:10.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:10.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 1853ms [xUnit.net 00:00:10.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:10.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.sockets/index.json 1861ms [xUnit.net 00:00:10.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:10.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression/index.json 1938ms [xUnit.net 00:00:10.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 2159ms [xUnit.net 00:00:10.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:10.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.objectmodel/index.json 1904ms [xUnit.net 00:00:10.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq/index.json 2073ms [xUnit.net 00:00:10.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 2091ms [xUnit.net 00:00:10.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.resourcemanager/index.json 1580ms [xUnit.net 00:00:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.sockets/index.json 1904ms [xUnit.net 00:00:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq/index.json 2037ms [xUnit.net 00:00:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.resourcemanager/index.json 1634ms [xUnit.net 00:00:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression/index.json 1968ms [xUnit.net 00:00:10.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression.zipfile/index.json 2057ms [xUnit.net 00:00:10.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression.zipfile/index.json 2152ms [xUnit.net 00:00:10.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression.zipfile/index.json 2003ms [xUnit.net 00:00:10.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 2104ms [xUnit.net 00:00:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.objectmodel/index.json 1966ms [xUnit.net 00:00:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression/index.json 1976ms [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.objectmodel/index.json 1993ms [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.sockets/index.json 1950ms [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression/index.json 1981ms [xUnit.net 00:00:10.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq/index.json 2043ms [xUnit.net 00:00:10.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression.zipfile/index.json 2018ms [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq/index.json 2039ms [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading/index.json 2048ms [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading/index.json 2267ms [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection/index.json 1958ms [xUnit.net 00:00:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading/index.json 2220ms [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading/index.json 2152ms [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression.zipfile/index.json 2010ms [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading/index.json 2083ms [xUnit.net 00:00:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading/index.json 2016ms [xUnit.net 00:00:10.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading/index.json 1934ms [xUnit.net 00:00:10.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:10.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq/index.json 2033ms [xUnit.net 00:00:10.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.objectmodel/index.json 1993ms [xUnit.net 00:00:10.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression.zipfile/index.json 1982ms [xUnit.net 00:00:10.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.resourcemanager/index.json 1724ms [xUnit.net 00:00:10.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io/index.json 2100ms [xUnit.net 00:00:10.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.sockets/index.json 1996ms [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.resourcemanager/index.json 1731ms [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 1954ms [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression/index.json 1957ms [xUnit.net 00:00:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq/index.json 1959ms [xUnit.net 00:00:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression.zipfile/index.json 1907ms [xUnit.net 00:00:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression.zipfile/index.json 1889ms [xUnit.net 00:00:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq/index.json 2006ms [xUnit.net 00:00:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 2110ms [xUnit.net 00:00:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.objectmodel/index.json 1984ms [xUnit.net 00:00:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.sockets/index.json 1981ms [xUnit.net 00:00:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection/index.json 1918ms [xUnit.net 00:00:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq/index.json 1940ms [xUnit.net 00:00:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 1922ms [xUnit.net 00:00:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.objectmodel/index.json 1978ms [xUnit.net 00:00:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 1928ms [xUnit.net 00:00:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq/index.json 1956ms [xUnit.net 00:00:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 1918ms [xUnit.net 00:00:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 2081ms [xUnit.net 00:00:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.sockets/index.json 1941ms [xUnit.net 00:00:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 2047ms [xUnit.net 00:00:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 1948ms [xUnit.net 00:00:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.primitives/index.json 1778ms [xUnit.net 00:00:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression/index.json 1965ms [xUnit.net 00:00:10.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.sockets/index.json 1962ms [xUnit.net 00:00:10.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.buffers/4.3.0/system.buffers.4.3.0.nupkg [xUnit.net 00:00:10.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg [xUnit.net 00:00:10.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg [xUnit.net 00:00:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.objectmodel/index.json 1951ms [xUnit.net 00:00:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg [xUnit.net 00:00:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.objectmodel/index.json 1963ms [xUnit.net 00:00:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization/index.json 2403ms [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression.zipfile/index.json 2027ms [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.primitives/index.json 1760ms [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.primitives/index.json 1756ms [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.resourcemanager/index.json 1766ms [xUnit.net 00:00:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.extensions/index.json 1749ms [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.buffers/index.json 470ms [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.primitives/index.json 1754ms [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.buffers/index.json 469ms [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.extensions/index.json 1740ms [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.extensions/index.json 1740ms [xUnit.net 00:00:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.buffers/index.json 458ms [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 1681ms [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.buffers/index.json 457ms [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.buffers/index.json 444ms [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime/index.json 1630ms [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 1651ms [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 1643ms [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 1711ms [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime/index.json 1629ms [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime/index.json 1633ms [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime/index.json 1634ms [xUnit.net 00:00:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices/index.json 1614ms [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices/index.json 1617ms [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices/index.json 1620ms [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime/index.json 1709ms [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices/index.json 1625ms [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1616ms [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1604ms [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1628ms [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1605ms [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1607ms [xUnit.net 00:00:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1603ms [xUnit.net 00:00:10.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 1605ms [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 1605ms [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 1603ms [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 2113ms [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 1606ms [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.buffers/index.json 502ms [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading/index.json 2162ms [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices/index.json 1670ms [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 1625ms [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 1611ms [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.buffers/index.json 465ms [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1607ms [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 465ms [xUnit.net 00:00:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 1621ms [xUnit.net 00:00:10.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1602ms [xUnit.net 00:00:10.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.buffers/index.json 446ms [xUnit.net 00:00:10.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.buffers/index.json 440ms [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 442ms [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 425ms [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1613ms [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.buffers/index.json 428ms [xUnit.net 00:00:10.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1605ms [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 424ms [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.buffers/index.json 403ms [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 386ms [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1617ms [xUnit.net 00:00:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1610ms [xUnit.net 00:00:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 368ms [xUnit.net 00:00:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms [xUnit.net 00:00:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.io.compression/index.json 337ms [xUnit.net 00:00:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.io.compression/index.json 334ms [xUnit.net 00:00:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1606ms [xUnit.net 00:00:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1612ms [xUnit.net 00:00:10.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1625ms [xUnit.net 00:00:10.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1605ms [xUnit.net 00:00:10.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.io.compression/index.json 368ms [xUnit.net 00:00:10.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1609ms [xUnit.net 00:00:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1609ms [xUnit.net 00:00:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.io.compression/index.json 343ms [xUnit.net 00:00:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.io.compression/index.json 344ms [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.io.compression/index.json 319ms [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1625ms [xUnit.net 00:00:10.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.io.compression/index.json 314ms [xUnit.net 00:00:10.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 318ms [xUnit.net 00:00:10.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.io.compression/index.json 317ms [xUnit.net 00:00:10.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 320ms [xUnit.net 00:00:10.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 309ms [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 315ms [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1649ms [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 320ms [xUnit.net 00:00:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 319ms [xUnit.net 00:00:10.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1661ms [xUnit.net 00:00:10.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 317ms [xUnit.net 00:00:10.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 316ms [xUnit.net 00:00:10.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 317ms [xUnit.net 00:00:10.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1656ms [xUnit.net 00:00:10.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1669ms [xUnit.net 00:00:10.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 323ms [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1664ms [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1660ms [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1661ms [xUnit.net 00:00:10.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 330ms [xUnit.net 00:00:10.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1655ms [xUnit.net 00:00:10.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 337ms [xUnit.net 00:00:10.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1665ms [xUnit.net 00:00:10.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1671ms [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 336ms [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 340ms [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 340ms [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.extensions/index.json 332ms [xUnit.net 00:00:10.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.extensions/index.json 333ms [xUnit.net 00:00:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1681ms [xUnit.net 00:00:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 329ms [xUnit.net 00:00:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.extensions/index.json 1656ms [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1694ms [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding/index.json 1675ms [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding/index.json 1677ms [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding/index.json 1670ms [xUnit.net 00:00:10.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding/index.json 1662ms [xUnit.net 00:00:10.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.extensions/index.json 1655ms [xUnit.net 00:00:10.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding/index.json 1680ms [xUnit.net 00:00:10.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.extensions/index.json 346ms [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding/index.json 1673ms [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.extensions/index.json 1672ms [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.extensions/index.json 351ms [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.extensions/index.json 351ms [xUnit.net 00:00:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.extensions/index.json 347ms [xUnit.net 00:00:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.extensions/index.json 1682ms [xUnit.net 00:00:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.extensions/index.json 347ms [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.extensions/index.json 354ms [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.extensions/index.json 342ms [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.extensions/index.json 338ms [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.regularexpressions/index.json 1518ms [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 316ms [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.regularexpressions/index.json 1523ms [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.regularexpressions/index.json 1508ms [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 311ms [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 307ms [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 311ms [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 304ms [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 344ms [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 303ms [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 335ms [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 306ms [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 307ms [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 310ms [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 307ms [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 318ms [xUnit.net 00:00:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 304ms [xUnit.net 00:00:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 308ms [xUnit.net 00:00:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 305ms [xUnit.net 00:00:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 303ms [xUnit.net 00:00:10.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 287ms [xUnit.net 00:00:10.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 290ms [xUnit.net 00:00:10.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 289ms [xUnit.net 00:00:10.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 323ms [xUnit.net 00:00:10.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 378ms [xUnit.net 00:00:10.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 553ms [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.extensions/index.json 474ms [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 330ms [xUnit.net 00:00:10.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 334ms [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 342ms [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 339ms [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 350ms [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 353ms [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 352ms [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 353ms [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 316ms [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 287ms [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:10.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms [xUnit.net 00:00:10.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms [xUnit.net 00:00:10.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 350ms [xUnit.net 00:00:10.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 300ms [xUnit.net 00:00:10.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 325ms [xUnit.net 00:00:10.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms [xUnit.net 00:00:10.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms [xUnit.net 00:00:10.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 348ms [xUnit.net 00:00:10.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 367ms [xUnit.net 00:00:10.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:10.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:10.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms [xUnit.net 00:00:10.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 330ms [xUnit.net 00:00:10.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 368ms [xUnit.net 00:00:10.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 351ms [xUnit.net 00:00:10.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 336ms [xUnit.net 00:00:10.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 375ms [xUnit.net 00:00:10.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 318ms [xUnit.net 00:00:10.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 383ms [xUnit.net 00:00:10.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 350ms [xUnit.net 00:00:10.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 367ms [xUnit.net 00:00:10.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 396ms [xUnit.net 00:00:10.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 323ms [xUnit.net 00:00:10.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms [xUnit.net 00:00:10.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 1504ms [xUnit.net 00:00:10.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 322ms [xUnit.net 00:00:10.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 316ms [xUnit.net 00:00:10.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms [xUnit.net 00:00:10.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 1504ms [xUnit.net 00:00:10.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:10.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms [xUnit.net 00:00:10.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:10.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:10.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 1508ms [xUnit.net 00:00:10.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 309ms [xUnit.net 00:00:10.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 306ms [xUnit.net 00:00:10.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 308ms [xUnit.net 00:00:10.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 303ms [xUnit.net 00:00:10.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 305ms [xUnit.net 00:00:10.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 305ms [xUnit.net 00:00:10.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 297ms [xUnit.net 00:00:10.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 304ms [xUnit.net 00:00:10.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:10.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 306ms [xUnit.net 00:00:10.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:10.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 298ms [xUnit.net 00:00:10.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:10.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 293ms [xUnit.net 00:00:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 464ms [xUnit.net 00:00:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 298ms [xUnit.net 00:00:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:10.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 301ms [xUnit.net 00:00:10.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 297ms [xUnit.net 00:00:10.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 290ms [xUnit.net 00:00:10.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 292ms [xUnit.net 00:00:10.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 307ms [xUnit.net 00:00:10.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:00:10.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:10.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 293ms [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 299ms [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:10.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Time Elapsed 00:00:09.92 [xUnit.net 00:00:10.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 318ms [xUnit.net 00:00:10.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 308ms [xUnit.net 00:00:10.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:10.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms Failed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder [3 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 Exit Code: 1 StdOut: MSBuild version 18.5.3+60a3d41e9 for .NET Framework Build started 4/8/2026 2:49:27 PM. Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). _GetAllRestoreProjectPathItems: Determining projects to restore... Restore: X.509 certificate chain validation will use the default trust store selected by .NET for code signing. X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/10.0.5/microsoft.netcore.app.host.win-x86.10.0.5.nupkg NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 104ms NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 72ms NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 89ms NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 68ms NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 62ms NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 70ms Installed Microsoft.NETCore.App.Host.win-x86 10.0.5 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x86\10.0.5 with content hash gG3eKAsRK3celaESPW7ag/N10BpVvYVvwd63dGib72uaNEmN5nFeLZi//ii94mHzOpoR90G6RHwyDDi3QmSFoA==. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\project.assets.json Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\project.assets.json Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\project.assets.json Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 1.09 sec). Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 1.09 sec). Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 1.09 sec). NuGet Config files used: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). _CheckForNETCoreSdkIsPreview: C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. Build FAILED. "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> (PrepareForBuild target) -> C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:03.07 StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.BuildAsset() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs:line 56 at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy`1.CreateValue() at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_depsjson_files_to_output_folder() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs:line 41 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:27 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/10.0.5/microsoft.netcore.app.host.win-x86.10.0.5.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 104ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 72ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 89ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 68ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 62ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json 70ms 》 Installed Microsoft.NETCore.App.Host.win-x86 10.0.5 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x86\10.0.5 with content hash gG3eKAsRK3celaESPW7ag/N10BpVvYVvwd63dGib72uaNEmN5nFeLZi//ii94mHzOpoR90G6RHwyDDi3QmSFoA==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\obj\project.assets.json 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 1.09 sec). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 1.09 sec). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 1.09 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> 》(PrepareForBuild target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:03.07 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. [xUnit.net 00:00:10.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 319ms [xUnit.net 00:00:10.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:11.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:11.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 321ms < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore exited with 0 in 10131 ms. [xUnit.net 00:00:11.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl [xUnit.net 00:00:11.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl': [xUnit.net 00:00:11.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore [xUnit.net 00:00:11.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore [xUnit.net 00:00:11.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms [xUnit.net 00:00:11.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 319ms Process ID: 3560 Process ID: 8116 [xUnit.net 00:00:11.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms [xUnit.net 00:00:11.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:11.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 337ms [xUnit.net 00:00:11.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:11.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:11.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 338ms [xUnit.net 00:00:11.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 392ms [xUnit.net 00:00:11.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 349ms [xUnit.net 00:00:11.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 357ms [xUnit.net 00:00:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 391ms [xUnit.net 00:00:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 396ms [xUnit.net 00:00:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms [xUnit.net 00:00:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms [xUnit.net 00:00:11.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms [xUnit.net 00:00:11.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 395ms [xUnit.net 00:00:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 405ms [xUnit.net 00:00:11.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 424ms [xUnit.net 00:00:11.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 406ms [xUnit.net 00:00:11.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms [xUnit.net 00:00:11.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms [xUnit.net 00:00:11.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 408ms [xUnit.net 00:00:11.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 459ms [xUnit.net 00:00:11.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 436ms [xUnit.net 00:00:11.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 465ms [xUnit.net 00:00:11.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 456ms [xUnit.net 00:00:11.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 460ms [xUnit.net 00:00:11.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 465ms [xUnit.net 00:00:11.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 526ms [xUnit.net 00:00:11.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 488ms [xUnit.net 00:00:11.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 518ms [xUnit.net 00:00:11.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 497ms [xUnit.net 00:00:11.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 506ms [xUnit.net 00:00:11.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 520ms [xUnit.net 00:00:11.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 528ms [xUnit.net 00:00:11.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 537ms [xUnit.net 00:00:11.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 521ms [xUnit.net 00:00:11.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 559ms [xUnit.net 00:00:11.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 541ms [xUnit.net 00:00:11.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 541ms [xUnit.net 00:00:11.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 554ms [xUnit.net 00:00:11.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Microsoft.Win32.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0 with content hash 9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==. [xUnit.net 00:00:11.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Microsoft.NETFramework.ReferenceAssemblies 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies\1.0.3 with content hash vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==. [xUnit.net 00:00:11.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==. [xUnit.net 00:00:11.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==. [xUnit.net 00:00:12.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==. [xUnit.net 00:00:12.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==. [xUnit.net 00:00:12.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.openssl\4.3.0 with content hash NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==. [xUnit.net 00:00:12.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.IO.FileSystem.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0 with content hash 6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==. [xUnit.net 00:00:12.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Threading 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0 with content hash VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==. [xUnit.net 00:00:12.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection.Emit.ILGeneration 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.ilgeneration\4.0.1 with content hash Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==. [xUnit.net 00:00:12.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Console 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0 with content hash DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==. [xUnit.net 00:00:12.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Net.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0 with content hash qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==. [xUnit.net 00:00:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection.Emit 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit\4.0.1 with content hash P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==. [xUnit.net 00:00:12.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Newtonsoft.Json 13.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3 with content hash HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==. [xUnit.net 00:00:12.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Resources.ResourceManager 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.0.1 with content hash TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==. [xUnit.net 00:00:12.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection.Extensions 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.0.1 with content hash GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==. [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Build started 4/8/2026 2:49:33 PM. [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Restore: [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj... [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:13.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 98ms [xUnit.net 00:00:13.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 75ms [xUnit.net 00:00:13.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 68ms [xUnit.net 00:00:13.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/1.0.3/microsoft.netframework.referenceassemblies.net462.1.0.3.nupkg [xUnit.net 00:00:13.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 70ms [xUnit.net 00:00:13.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 70ms [xUnit.net 00:00:13.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 78ms [xUnit.net 00:00:13.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 65ms [xUnit.net 00:00:13.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 99ms [xUnit.net 00:00:13.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 578ms [xUnit.net 00:00:13.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 1050ms [xUnit.net 00:00:13.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 1237ms [xUnit.net 00:00:14.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Xml.XDocument 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.0.11 with content hash Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==. [xUnit.net 00:00:14.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Xml.ReaderWriter 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.0.11 with content hash ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==. [xUnit.net 00:00:14.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Linq 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.1.0 with content hash bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==. [xUnit.net 00:00:15.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.native.System.IO.Compression 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.io.compression\4.3.0 with content hash INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==. [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Build started 4/8/2026 2:49:33 PM. [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Restore: [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 410 ms). [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 Feeds used: [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:15.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:16.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 [xUnit.net 00:00:16.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Build FAILED. [xUnit.net 00:00:16.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》(PrepareForBuild target) -> [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》 [xUnit.net 00:00:16.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] 》Time Elapsed 00:00:05.15 [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Build started 4/8/2026 2:49:30 PM. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Restore: [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 493 ms). [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 494 ms). [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 493 ms). [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 Feeds used: [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:16.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl exited with 1 in 5458 ms. [xUnit.net 00:00:16.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl' exited with exit code 1. [xUnit.net 00:00:16.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.0.1 with content hash 4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==. [xUnit.net 00:00:16.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [FAIL] [xUnit.net 00:00:16.49] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:16.49] Working Directory: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2 [xUnit.net 00:00:16.49] File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:16.49] Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl [xUnit.net 00:00:16.49] Exit Code: 1 [xUnit.net 00:00:16.49] StdOut: [xUnit.net 00:00:16.49] MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:16.49] Build started 4/8/2026 2:49:33 PM. [xUnit.net 00:00:16.49] [xUnit.net 00:00:16.49] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:16.49] _GetAllRestoreProjectPathItems: [xUnit.net 00:00:16.49] Determining projects to restore... [xUnit.net 00:00:16.49] Restore: [xUnit.net 00:00:16.49] X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:16.49] X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:16.49] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:16.49] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:16.49] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:16.49] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:16.49] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 410 ms). [xUnit.net 00:00:16.49] [xUnit.net 00:00:16.49] NuGet Config files used: [xUnit.net 00:00:16.49] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:16.49] C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:16.49] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:16.49] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:16.49] [xUnit.net 00:00:16.49] Feeds used: [xUnit.net 00:00:16.49] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:16.50] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:16.50] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:16.50] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:16.50] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:16.50] _CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:16.50] C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.50] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.50] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:16.50] [xUnit.net 00:00:16.50] Build FAILED. [xUnit.net 00:00:16.50] [xUnit.net 00:00:16.50] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:16.50] (PrepareForBuild target) -> [xUnit.net 00:00:16.50] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.50] [xUnit.net 00:00:16.50] 0 Warning(s) [xUnit.net 00:00:16.50] 1 Error(s) [xUnit.net 00:00:16.50] [xUnit.net 00:00:16.50] Time Elapsed 00:00:05.15 [xUnit.net 00:00:16.50] StdErr: [xUnit.net 00:00:16.50] [xUnit.net 00:00:16.50] , but found 1 (difference of 1). [xUnit.net 00:00:16.50] Stack Trace: [xUnit.net 00:00:16.50] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:16.50] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:16.50] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:16.50] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:16.50] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:16.50] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:16.50] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:16.51] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:16.51] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs(70,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference() [xUnit.net 00:00:16.51] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:16.51] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:16.51] Output: [xUnit.net 00:00:16.51] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl': [xUnit.net 00:00:16.51] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:16.51] 》Build started 4/8/2026 2:49:33 PM. [xUnit.net 00:00:16.51] 》 [xUnit.net 00:00:16.51] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:16.51] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:16.51] 》 Determining projects to restore... [xUnit.net 00:00:16.51] 》Restore: [xUnit.net 00:00:16.51] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:16.51] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:16.51] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:16.51] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:16.51] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:16.51] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:16.51] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 410 ms). [xUnit.net 00:00:16.51] 》 [xUnit.net 00:00:16.51] 》 NuGet Config files used: [xUnit.net 00:00:16.51] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:16.51] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:16.51] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:16.51] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:16.51] 》 [xUnit.net 00:00:16.51] 》 Feeds used: [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:16.51] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:16.51] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:16.51] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:16.52] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:16.52] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.52] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.52] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:16.52] 》 [xUnit.net 00:00:16.52] 》Build FAILED. [xUnit.net 00:00:16.52] 》 [xUnit.net 00:00:16.52] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:16.52] 》(PrepareForBuild target) -> [xUnit.net 00:00:16.52] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:16.52] 》 [xUnit.net 00:00:16.52] 》 0 Warning(s) [xUnit.net 00:00:16.52] 》 1 Error(s) [xUnit.net 00:00:16.52] 》 [xUnit.net 00:00:16.52] 》Time Elapsed 00:00:05.15 [xUnit.net 00:00:16.52] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl' exited with exit code 1. Failed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference [5 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2 File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl Exit Code: 1 StdOut: MSBuild version 18.5.3+60a3d41e9 for .NET Framework Build started 4/8/2026 2:49:33 PM. Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). _GetAllRestoreProjectPathItems: Determining projects to restore... Restore: X.509 certificate chain validation will use the default trust store selected by .NET for code signing. X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\project.assets.json Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 410 ms). NuGet Config files used: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). _CheckForNETCoreSdkIsPreview: C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. Build FAILED. "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> (PrepareForBuild target) -> C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:05.15 StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs_with_package_reference() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs:line 70 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:33 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 410 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> 》(PrepareForBuild target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:05.15 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---821EC5D2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 /bl' exited with exit code 1. [xUnit.net 00:00:16.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Security.Cryptography.X509Certificates 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0 with content hash t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==. [xUnit.net 00:00:16.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:16.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:16.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:17.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:17.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.IO 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.1.0 with content hash 3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64 Process ID: 1012 [xUnit.net 00:00:17.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.IO.Compression.ZipFile 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0 with content hash G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==. [xUnit.net 00:00:17.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Diagnostics.Debug 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.0.11 with content hash w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==. [xUnit.net 00:00:17.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0 with content hash KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==. [xUnit.net 00:00:17.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.ObjectModel 4.0.12 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.0.12 with content hash tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==. [xUnit.net 00:00:17.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Text.Encoding 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.0.11 with content hash U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==. [xUnit.net 00:00:17.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Collections 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.0.11 with content hash YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==. [xUnit.net 00:00:17.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:17.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:17.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:17.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:17.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:17.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Build FAILED. [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》(PrepareForBuild target) -> [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》 [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] 》Time Elapsed 00:00:09.84 [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Build started 4/8/2026 2:49:40 PM. [xUnit.net 00:00:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 exited with 1 in 10054 ms. [xUnit.net 00:00:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. [xUnit.net 00:00:17.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [FAIL] [xUnit.net 00:00:17.71] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:17.71] Working Directory: [xUnit.net 00:00:17.71] File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:17.71] Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 [xUnit.net 00:00:17.71] Exit Code: 1 [xUnit.net 00:00:17.71] StdOut: [xUnit.net 00:00:17.71] MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:17.71] Build started 4/8/2026 2:49:30 PM. [xUnit.net 00:00:17.71] [xUnit.net 00:00:17.71] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:17.71] _GetAllRestoreProjectPathItems: [xUnit.net 00:00:17.71] Determining projects to restore... [xUnit.net 00:00:17.71] Restore: [xUnit.net 00:00:17.71] X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:17.71] X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:17.71] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:17.71] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:17.71] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:17.71] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:17.71] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:17.71] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:17.71] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:17.71] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:17.71] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:17.71] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:17.71] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:17.71] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:17.71] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 493 ms). [xUnit.net 00:00:17.71] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 494 ms). [xUnit.net 00:00:17.71] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 493 ms). [xUnit.net 00:00:17.71] [xUnit.net 00:00:17.71] NuGet Config files used: [xUnit.net 00:00:17.71] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:17.71] C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:17.71] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:17.71] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:17.71] [xUnit.net 00:00:17.71] Feeds used: [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:17.71] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:17.71] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:17.71] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:17.71] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:17.71] _CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:17.71] C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:17.71] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:17.71] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:17.71] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:17.72] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:17.72] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:17.72] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:17.72] [xUnit.net 00:00:17.72] Build FAILED. [xUnit.net 00:00:17.72] [xUnit.net 00:00:17.72] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:17.72] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:17.72] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:17.72] (PrepareForBuild target) -> [xUnit.net 00:00:17.72] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:17.72] [xUnit.net 00:00:17.72] 0 Warning(s) [xUnit.net 00:00:17.72] 1 Error(s) [xUnit.net 00:00:17.72] [xUnit.net 00:00:17.72] Time Elapsed 00:00:09.84 [xUnit.net 00:00:17.72] StdErr: [xUnit.net 00:00:17.72] [xUnit.net 00:00:17.72] , but found 1 (difference of 1). [xUnit.net 00:00:17.72] Stack Trace: [xUnit.net 00:00:17.72] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:17.72] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:17.72] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:17.72] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:17.72] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:17.72] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:17.72] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:17.72] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:17.72] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs(56,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.BuildAsset() [xUnit.net 00:00:17.72] at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) [xUnit.net 00:00:17.72] at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) [xUnit.net 00:00:17.72] at System.Lazy`1.CreateValue() [xUnit.net 00:00:17.72] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs(29,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder() [xUnit.net 00:00:17.72] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:17.72] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:17.72] Output: [xUnit.net 00:00:17.72] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': [xUnit.net 00:00:17.72] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:17.72] 》Build started 4/8/2026 2:49:30 PM. [xUnit.net 00:00:17.72] 》 [xUnit.net 00:00:17.72] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:17.72] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:17.72] 》 Determining projects to restore... [xUnit.net 00:00:17.72] 》Restore: [xUnit.net 00:00:17.72] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:17.72] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:17.72] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:17.72] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:17.72] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:17.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:17.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:17.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:17.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:17.72] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:17.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:17.72] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:17.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:17.72] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:17.72] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 493 ms). [xUnit.net 00:00:17.72] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 494 ms). [xUnit.net 00:00:17.72] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 493 ms). [xUnit.net 00:00:17.72] 》 [xUnit.net 00:00:17.72] 》 NuGet Config files used: [xUnit.net 00:00:17.72] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:17.72] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:17.72] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:17.72] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:17.72] 》 [xUnit.net 00:00:17.73] 》 Feeds used: [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:17.73] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:17.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:17.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:17.73] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:17.73] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:17.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:17.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:17.73] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:17.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:17.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:17.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:17.73] 》 [xUnit.net 00:00:17.73] 》Build FAILED. [xUnit.net 00:00:17.73] 》 [xUnit.net 00:00:17.73] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:17.73] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:17.73] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:17.73] 》(PrepareForBuild target) -> [xUnit.net 00:00:17.73] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:17.73] 》 [xUnit.net 00:00:17.73] 》 0 Warning(s) [xUnit.net 00:00:17.73] 》 1 Error(s) [xUnit.net 00:00:17.73] 》 [xUnit.net 00:00:17.73] 》Time Elapsed 00:00:09.84 [xUnit.net 00:00:17.73] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 [xUnit.net 00:00:17.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 Process ID: 9656 [xUnit.net 00:00:17.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed NETStandard.Library 1.6.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\1.6.1 with content hash WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==. [xUnit.net 00:00:18.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Threading 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.0.11 with content hash N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==. [xUnit.net 00:00:18.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Net.Http 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0 with content hash sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==. [xUnit.net 00:00:18.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Newtonsoft.Json 9.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1 with content hash U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==. [xUnit.net 00:00:18.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==. [xUnit.net 00:00:18.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:18.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:18.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 Determining projects to restore... Failed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder [10 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 Exit Code: 1 StdOut: MSBuild version 18.5.3+60a3d41e9 for .NET Framework Build started 4/8/2026 2:49:30 PM. Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). _GetAllRestoreProjectPathItems: Determining projects to restore... Restore: X.509 certificate chain validation will use the default trust store selected by .NET for code signing. X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\project.assets.json Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\project.assets.json Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\project.assets.json Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 493 ms). Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 494 ms). Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 493 ms). NuGet Config files used: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). _CheckForNETCoreSdkIsPreview: C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. Build FAILED. "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> (PrepareForBuild target) -> C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:09.84 StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.BuildAsset() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs:line 56 at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy`1.CreateValue() at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_all_runtimeconfig_files_to_output_folder() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs:line 29 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:30 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\obj\project.assets.json 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\obj\project.assets.json 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 493 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 494 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 493 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> 》(PrepareForBuild target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:09.84 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. [xUnit.net 00:00:18.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:18.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Build started 4/8/2026 2:49:40 PM. [xUnit.net 00:00:18.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 [xUnit.net 00:00:18.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:18.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:18.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:18.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==. [xUnit.net 00:00:18.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Diagnostics.Debug 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0 with content hash ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==. [xUnit.net 00:00:18.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Microsoft.NETCore.Targets 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.targets\1.1.0 with content hash aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==. [xUnit.net 00:00:18.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==. [xUnit.net 00:00:19.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Restore: [xUnit.net 00:00:19.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:19.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:19.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.InteropServices.RuntimeInformation 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0 with content hash cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==. [xUnit.net 00:00:19.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj... [xUnit.net 00:00:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Restore: [xUnit.net 00:00:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:19.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:19.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:19.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:19.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.1.0 with content hash JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==. [xUnit.net 00:00:19.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Text.RegularExpressions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.1.0 with content hash i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==. [xUnit.net 00:00:20.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.props. [xUnit.net 00:00:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Threading.Tasks.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0 with content hash npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==. [xUnit.net 00:00:20.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.IO.FileSystem 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0 with content hash 3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==. [xUnit.net 00:00:20.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.targets. [xUnit.net 00:00:20.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\project.assets.json [xUnit.net 00:00:20.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj (in 757 ms). [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 Feeds used: [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:20.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:20.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Restore target(s)). [xUnit.net 00:00:20.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 847 ms). [xUnit.net 00:00:20.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 848 ms). [xUnit.net 00:00:20.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 849 ms). [xUnit.net 00:00:20.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 [xUnit.net 00:00:20.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:20.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:20.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 Feeds used: [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:20.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:20.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:20.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:20.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:20.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:20.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:20.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:20.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.Serialization.Primitives 4.1.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1 with content hash HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==. [xUnit.net 00:00:20.88] Microsoft.NET.Build.Tests: [Long Running Test] 'Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath)', Elapsed: 00:00:20 [xUnit.net 00:00:21.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Dynamic.Runtime 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11 with content hash db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==. [xUnit.net 00:00:21.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Threading.Tasks 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0 with content hash LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==. [xUnit.net 00:00:21.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.IO.Compression 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0 with content hash YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==. [xUnit.net 00:00:21.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Globalization 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0 with content hash kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==. [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Build FAILED. [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》(PrepareForBuild target) -> [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:21.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] 》Time Elapsed 00:00:04.40 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64 exited with 1 in 4888 ms. [xUnit.net 00:00:21.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:21.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [FAIL] [xUnit.net 00:00:21.90] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:21.90] Working Directory: [xUnit.net 00:00:21.90] File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:21.90] Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:21.90] Exit Code: 1 [xUnit.net 00:00:21.90] StdOut: [xUnit.net 00:00:21.90] MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:21.90] Build started 4/8/2026 2:49:40 PM. [xUnit.net 00:00:21.90] [xUnit.net 00:00:21.90] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:21.90] _GetAllRestoreProjectPathItems: [xUnit.net 00:00:21.90] Determining projects to restore... [xUnit.net 00:00:21.90] Restore: [xUnit.net 00:00:21.90] X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:21.90] X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:21.90] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj... [xUnit.net 00:00:21.90] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.props. [xUnit.net 00:00:21.90] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.targets. [xUnit.net 00:00:21.90] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\project.assets.json [xUnit.net 00:00:21.90] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj (in 757 ms). [xUnit.net 00:00:21.90] [xUnit.net 00:00:21.90] NuGet Config files used: [xUnit.net 00:00:21.90] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:21.90] C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:21.90] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:21.90] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:21.90] [xUnit.net 00:00:21.90] Feeds used: [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:21.90] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:21.90] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:21.90] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Restore target(s)). [xUnit.net 00:00:21.90] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:21.90] _CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:21.90] C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.91] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.91] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:21.91] [xUnit.net 00:00:21.91] Build FAILED. [xUnit.net 00:00:21.91] [xUnit.net 00:00:21.91] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:21.91] (PrepareForBuild target) -> [xUnit.net 00:00:21.91] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.91] [xUnit.net 00:00:21.91] 0 Warning(s) [xUnit.net 00:00:21.91] 1 Error(s) [xUnit.net 00:00:21.91] [xUnit.net 00:00:21.91] Time Elapsed 00:00:04.40 [xUnit.net 00:00:21.91] StdErr: [xUnit.net 00:00:21.91] [xUnit.net 00:00:21.91] , but found 1 (difference of 1). [xUnit.net 00:00:21.91] Stack Trace: [xUnit.net 00:00:21.91] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:21.91] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:21.91] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:21.91] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:21.91] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:21.91] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:21.91] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:21.91] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:21.91] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs(108,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project() [xUnit.net 00:00:21.91] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:21.91] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:21.91] Output: [xUnit.net 00:00:21.91] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:21.91] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:21.91] 》Build started 4/8/2026 2:49:40 PM. [xUnit.net 00:00:21.91] 》 [xUnit.net 00:00:21.91] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:21.91] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:21.91] 》 Determining projects to restore... [xUnit.net 00:00:21.91] 》Restore: [xUnit.net 00:00:21.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:21.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:21.91] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj... [xUnit.net 00:00:21.91] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.props. [xUnit.net 00:00:21.91] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.targets. [xUnit.net 00:00:21.91] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\project.assets.json [xUnit.net 00:00:21.91] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj (in 757 ms). [xUnit.net 00:00:21.91] 》 [xUnit.net 00:00:21.91] 》 NuGet Config files used: [xUnit.net 00:00:21.92] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:21.92] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:21.92] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:21.92] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:21.92] 》 [xUnit.net 00:00:21.92] 》 Feeds used: [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:21.92] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:21.92] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Restore target(s)). [xUnit.net 00:00:21.92] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:21.93] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:21.93] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.93] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.93] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:21.93] 》 [xUnit.net 00:00:21.93] 》Build FAILED. [xUnit.net 00:00:21.93] 》 [xUnit.net 00:00:21.93] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:21.93] 》(PrepareForBuild target) -> [xUnit.net 00:00:21.93] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] [xUnit.net 00:00:21.93] 》 [xUnit.net 00:00:21.93] 》 0 Warning(s) [xUnit.net 00:00:21.93] 》 1 Error(s) [xUnit.net 00:00:21.93] 》 [xUnit.net 00:00:21.93] 》Time Elapsed 00:00:04.40 [xUnit.net 00:00:21.93] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64' exited with exit code 1. Failed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project [5 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64 Exit Code: 1 StdOut: MSBuild version 18.5.3+60a3d41e9 for .NET Framework Build started 4/8/2026 2:49:40 PM. Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Restore target(s)). _GetAllRestoreProjectPathItems: Determining projects to restore... Restore: X.509 certificate chain validation will use the default trust store selected by .NET for code signing. X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj... Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\project.assets.json Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj (in 757 ms). NuGet Config files used: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Restore target(s)). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Build target(s)). _CheckForNETCoreSdkIsPreview: C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target(s)) -- FAILED. Build FAILED. "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target) (1:7) -> (PrepareForBuild target) -> C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:04.40 StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_Wpf_framework_reference_It_builds_cpp_project() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs:line 108 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:40 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\Project1.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj (in 757 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj" (Build target) (1:7) -> 》(PrepareForBuild target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:04.40 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_Wpf_fra---4A20B5E1\Project1.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:21.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Text.Encoding.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0 with content hash YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:21.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 Process ID: 4492 [xUnit.net 00:00:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Build FAILED. [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》(PrepareForBuild target) -> [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》 [xUnit.net 00:00:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] 》Time Elapsed 00:00:04.18 [xUnit.net 00:00:22.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 exited with 1 in 4353 ms. [xUnit.net 00:00:22.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. [xUnit.net 00:00:22.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [FAIL] [xUnit.net 00:00:22.11] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:22.11] Working Directory: [xUnit.net 00:00:22.11] File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:22.11] Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 [xUnit.net 00:00:22.11] Exit Code: 1 [xUnit.net 00:00:22.11] StdOut: [xUnit.net 00:00:22.11] MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:22.12] Build started 4/8/2026 2:49:40 PM. [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:22.12] _GetAllRestoreProjectPathItems: [xUnit.net 00:00:22.12] Determining projects to restore... [xUnit.net 00:00:22.12] Restore: [xUnit.net 00:00:22.12] X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:22.12] X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:22.12] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:22.12] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:22.12] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:22.12] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:22.12] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:22.12] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:22.12] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:22.12] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:22.12] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:22.12] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:22.12] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:22.12] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:22.12] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 847 ms). [xUnit.net 00:00:22.12] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 848 ms). [xUnit.net 00:00:22.12] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 849 ms). [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] NuGet Config files used: [xUnit.net 00:00:22.12] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:22.12] C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:22.12] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:22.12] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] Feeds used: [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:22.12] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:22.12] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:22.12] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:22.12] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:22.12] _CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:22.12] C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:22.12] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:22.12] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:22.12] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:22.12] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:22.12] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:22.12] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] Build FAILED. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:22.12] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:22.12] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:22.12] (PrepareForBuild target) -> [xUnit.net 00:00:22.12] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] 0 Warning(s) [xUnit.net 00:00:22.12] 1 Error(s) [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] Time Elapsed 00:00:04.18 [xUnit.net 00:00:22.12] StdErr: [xUnit.net 00:00:22.12] [xUnit.net 00:00:22.12] , but found 1 (difference of 1). [xUnit.net 00:00:22.12] Stack Trace: [xUnit.net 00:00:22.12] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:22.12] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:22.12] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:22.12] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:22.12] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:22.13] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:22.13] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:22.13] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:22.13] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs(56,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.BuildAsset() [xUnit.net 00:00:22.13] at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) [xUnit.net 00:00:22.13] at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) [xUnit.net 00:00:22.13] at System.Lazy`1.CreateValue() [xUnit.net 00:00:22.13] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs(18,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file() [xUnit.net 00:00:22.13] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:22.13] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:22.13] Output: [xUnit.net 00:00:22.13] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': [xUnit.net 00:00:22.13] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:22.13] 》Build started 4/8/2026 2:49:40 PM. [xUnit.net 00:00:22.13] 》 [xUnit.net 00:00:22.13] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:22.13] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:22.13] 》 Determining projects to restore... [xUnit.net 00:00:22.13] 》Restore: [xUnit.net 00:00:22.13] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:22.13] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:22.13] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... [xUnit.net 00:00:22.13] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:22.13] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... [xUnit.net 00:00:22.13] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. [xUnit.net 00:00:22.13] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. [xUnit.net 00:00:22.13] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:22.13] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. [xUnit.net 00:00:22.13] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. [xUnit.net 00:00:22.13] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:22.13] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\project.assets.json [xUnit.net 00:00:22.13] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\project.assets.json [xUnit.net 00:00:22.13] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:22.13] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 847 ms). [xUnit.net 00:00:22.13] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 848 ms). [xUnit.net 00:00:22.13] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 849 ms). [xUnit.net 00:00:22.13] 》 Process ID: 6328 [xUnit.net 00:00:22.13] 》 NuGet Config files used: [xUnit.net 00:00:22.13] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:22.13] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:22.13] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:22.13] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:22.13] 》 [xUnit.net 00:00:22.13] 》 Feeds used: [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:22.13] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:22.13] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:22.13] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:22.13] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:22.13] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:22.13] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). [xUnit.net 00:00:22.13] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). [xUnit.net 00:00:22.13] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:22.13] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:22.13] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. [xUnit.net 00:00:22.13] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:22.13] 》 [xUnit.net 00:00:22.13] 》Build FAILED. [xUnit.net 00:00:22.13] 》 [xUnit.net 00:00:22.13] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:22.13] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> [xUnit.net 00:00:22.14] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> [xUnit.net 00:00:22.14] 》(PrepareForBuild target) -> [xUnit.net 00:00:22.14] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] [xUnit.net 00:00:22.14] 》 [xUnit.net 00:00:22.14] 》 0 Warning(s) [xUnit.net 00:00:22.14] 》 1 Error(s) [xUnit.net 00:00:22.14] 》 [xUnit.net 00:00:22.14] 》Time Elapsed 00:00:04.18 [xUnit.net 00:00:22.14] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. [xUnit.net 00:00:22.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:22.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》Build started 4/8/2026 2:49:44 PM. [xUnit.net 00:00:22.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 [xUnit.net 00:00:22.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:22.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.Handles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0 with content hash OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==. [xUnit.net 00:00:22.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Build started 4/8/2026 2:49:44 PM. [xUnit.net 00:00:22.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 [xUnit.net 00:00:22.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Text.Encoding.Extensions 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.0.11 with content hash jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==. [xUnit.net 00:00:22.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.native.System 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system\4.3.0 with content hash c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==. [xUnit.net 00:00:22.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Globalization.Calendars 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0 with content hash GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==. [xUnit.net 00:00:22.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Globalization 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.0.11 with content hash B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==. [xUnit.net 00:00:22.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Security.Cryptography.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0 with content hash 7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==. [xUnit.net 00:00:23.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Diagnostics.DiagnosticSource 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0 with content hash tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==. [xUnit.net 00:00:23.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Xml.ReaderWriter 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0 with content hash GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==. [xUnit.net 00:00:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==. [xUnit.net 00:00:23.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.1.0 with content hash v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==. [xUnit.net 00:00:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:23.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Collections 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0 with content hash 3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==. [xUnit.net 00:00:23.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:23.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(236,5): error NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》Build FAILED. [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》(_CheckForUnsupportedTargetFrameworkAndFeatureCombination target) -> [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(236,5): error NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》 [xUnit.net 00:00:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] 》Time Elapsed 00:00:01.08 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 exited with 1 in 1283 ms. [xUnit.net 00:00:23.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:23.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [PASS] [xUnit.net 00:00:23.27] Output: [xUnit.net 00:00:23.27] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:23.27] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:23.27] 》Build started 4/8/2026 2:49:44 PM. [xUnit.net 00:00:23.27] 》 [xUnit.net 00:00:23.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:23.27] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:23.27] 》 Determining projects to restore... [xUnit.net 00:00:23.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:23.27] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(236,5): error NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:23.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:23.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:23.27] 》 [xUnit.net 00:00:23.27] 》Build FAILED. [xUnit.net 00:00:23.27] 》 [xUnit.net 00:00:23.27] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:23.27] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:23.27] 》(_CheckForUnsupportedTargetFrameworkAndFeatureCombination target) -> [xUnit.net 00:00:23.27] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(236,5): error NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:23.27] 》 [xUnit.net 00:00:23.27] 》 0 Warning(s) [xUnit.net 00:00:23.27] 》 1 Error(s) [xUnit.net 00:00:23.27] 》 [xUnit.net 00:00:23.27] 》Time Elapsed 00:00:01.08 [xUnit.net 00:00:23.27] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:23.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 Process ID: 6164 [xUnit.net 00:00:23.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:23.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:23.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework Failed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file [4 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32 Exit Code: 1 StdOut: MSBuild version 18.5.3+60a3d41e9 for .NET Framework Build started 4/8/2026 2:49:40 PM. Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). _GetAllRestoreProjectPathItems: Determining projects to restore... Restore: X.509 certificate chain validation will use the default trust store selected by .NET for code signing. X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\project.assets.json Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\project.assets.json Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\project.assets.json Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 847 ms). Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 848 ms). Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 849 ms). NuGet Config files used: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). _CheckForNETCoreSdkIsPreview: C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. Build FAILED. "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> (PrepareForBuild target) -> C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:04.18 StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.BuildAsset() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs:line 56 at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy`1.CreateValue() at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.It_can_generate_correct_depsJson_file() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs:line 18 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:40 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\NETCoreCppCliTestC.vcxproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\NETCoreCppCliTestB.vcxproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj (in 847 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj (in 848 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 849 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) on node 1 (default targets). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (2:5) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (3:5) on node 1 (default targets). 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default targets) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default targets) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestB\NETCoreCppCliTestB.vcxproj" (default target) (2:5) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj" (default target) (3:5) -> 》(PrepareForBuild target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTestC\NETCoreCppCliTestC.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:04.18 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\BuildAsset_Gi---150B6E2F_2\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=win32' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_fullframework [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:44 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(236,5): error NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> 》(_CheckForUnsupportedTargetFrameworkAndFeatureCombination target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(236,5): error NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:01.08 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---66E8C3F4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:23.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》Build started 4/8/2026 2:49:46 PM. [xUnit.net 00:00:23.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 [xUnit.net 00:00:23.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.ObjectModel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0 with content hash bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==. [xUnit.net 00:00:23.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Text.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0 with content hash BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==. [xUnit.net 00:00:24.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:24.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:24.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:24.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Security.Cryptography.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0 with content hash 1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==. [xUnit.net 00:00:24.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:24.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:24.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:24.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:24.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:24.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(362,5): error NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:24.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:24.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:24.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 [xUnit.net 00:00:24.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》Build FAILED. [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(362,5): error NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Threading.Tasks 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.0.11 with content hash k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==. [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》 [xUnit.net 00:00:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] 》Time Elapsed 00:00:00.76 [xUnit.net 00:00:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 exited with 1 in 966 ms. [xUnit.net 00:00:24.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:24.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [PASS] [xUnit.net 00:00:24.27] Output: [xUnit.net 00:00:24.27] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:24.27] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:24.27] 》Build started 4/8/2026 2:49:46 PM. [xUnit.net 00:00:24.27] 》 [xUnit.net 00:00:24.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:24.27] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:24.27] 》 Determining projects to restore... [xUnit.net 00:00:24.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:24.27] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(362,5): error NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:24.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:24.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:24.27] 》 [xUnit.net 00:00:24.27] 》Build FAILED. [xUnit.net 00:00:24.27] 》 [xUnit.net 00:00:24.27] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:24.27] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:24.27] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:00:24.27] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(362,5): error NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:24.27] 》 [xUnit.net 00:00:24.27] 》 0 Warning(s) [xUnit.net 00:00:24.27] 》 1 Error(s) [xUnit.net 00:00:24.27] 》 [xUnit.net 00:00:24.27] 》Time Elapsed 00:00:00.76 [xUnit.net 00:00:24.27] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:24.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:24.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Restore: [xUnit.net 00:00:24.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:24.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64 [xUnit.net 00:00:24.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64': Process ID: 5004 [xUnit.net 00:00:24.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Net.Sockets 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0 with content hash m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==. [xUnit.net 00:00:24.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Collections.Concurrent 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0 with content hash ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==. [xUnit.net 00:00:24.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Security.Cryptography.Algorithms 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0 with content hash W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==. [xUnit.net 00:00:24.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Microsoft.CSharp 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1 with content hash 17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==. [xUnit.net 00:00:24.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:24.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Threading.Timer 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0 with content hash Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==. [xUnit.net 00:00:24.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》Build started 4/8/2026 2:49:47 PM. [xUnit.net 00:00:24.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 [xUnit.net 00:00:24.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj... Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_EnableComHosting [998 ms] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:46 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(362,5): error NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> 》(_CheckForLanguageAndFeatureCombinationSupport target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(362,5): error NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:00.76 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---341B0755\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:25.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection.TypeExtensions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.1.0 with content hash tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==. [xUnit.net 00:00:25.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash +yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==. [xUnit.net 00:00:25.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:25.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:25.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:25.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:25.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:25.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:25.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(365,5): error NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:25.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:25.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》Build FAILED. [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(365,5): error NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》 [xUnit.net 00:00:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] 》Time Elapsed 00:00:00.74 [xUnit.net 00:00:25.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\project.assets.json < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64 exited with 1 in 1264 ms. [xUnit.net 00:00:25.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64' exited with exit code 1. [xUnit.net 00:00:25.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [PASS] [xUnit.net 00:00:25.93] Output: [xUnit.net 00:00:25.93] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64': [xUnit.net 00:00:25.93] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:25.93] 》Build started 4/8/2026 2:49:47 PM. [xUnit.net 00:00:25.93] 》 [xUnit.net 00:00:25.93] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:25.93] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:25.93] 》 Determining projects to restore... [xUnit.net 00:00:25.93] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:25.93] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(365,5): error NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:25.93] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:25.93] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:25.93] 》 [xUnit.net 00:00:25.93] 》Build FAILED. [xUnit.net 00:00:25.93] 》 [xUnit.net 00:00:25.93] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:25.93] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:25.93] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:00:25.93] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(365,5): error NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:25.93] 》 [xUnit.net 00:00:25.93] 》 0 Warning(s) [xUnit.net 00:00:25.93] 》 1 Error(s) [xUnit.net 00:00:25.93] 》 [xUnit.net 00:00:25.93] 》Time Elapsed 00:00:00.74 [xUnit.net 00:00:25.93] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64' exited with exit code 1. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:26.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:26.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj (in 449 ms). Process ID: 6568 [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Feeds used: [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:26.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:26.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Resources.ResourceManager 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0 with content hash /zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==. [xUnit.net 00:00:26.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:26.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:26.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:26.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0 with content hash rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==. [xUnit.net 00:00:26.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Buffers 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0 with content hash ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==. [xUnit.net 00:00:26.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Build started 4/8/2026 2:49:48 PM. [xUnit.net 00:00:26.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:26.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:26.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:26.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:26.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\refint\". [xUnit.net 00:00:26.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.When_run_with_selfcontained_It_fails_with_error_message [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:47 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(365,5): error NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> 》(_CheckForLanguageAndFeatureCombinationSupport target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(365,5): error NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:00.74 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\When_run_with---DABFFE22\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 -p:selfcontained=true -p:RuntimeIdentifier=win-x64' exited with exit code 1. [xUnit.net 00:00:26.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.AppContext 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0 with content hash fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==. [xUnit.net 00:00:27.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:27.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:27.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》CoreCompile: [xUnit.net 00:00:27.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:27.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:27.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:27.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:27.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:27.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:27.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:27.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:27.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:27.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:27.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:27.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:27.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:27.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:27.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:27.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:27.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Reflection.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0 with content hash 5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==. [xUnit.net 00:00:27.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:27.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:27.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:27.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:27.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.comhost.dll". [xUnit.net 00:00:27.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.X.manifest". [xUnit.net 00:00:28.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:28.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.dll". [xUnit.net 00:00:28.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.Numerics 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0 with content hash yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==. [xUnit.net 00:00:28.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ref\ComServerWithTypeLibs.dll". [xUnit.net 00:00:28.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.Extensions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.1.0 with content hash CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==. [xUnit.net 00:00:28.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 ComServerWithTypeLibs -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.dll [xUnit.net 00:00:28.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.pdb". [xUnit.net 00:00:28.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.InteropServices 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.1.0 with content hash 16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==. [xUnit.net 00:00:28.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.InteropServices 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0 with content hash uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==. [xUnit.net 00:00:28.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (Build target(s)). [xUnit.net 00:00:28.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 [xUnit.net 00:00:28.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Build succeeded. [xUnit.net 00:00:28.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:28.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:28.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》 [xUnit.net 00:00:28.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] 》Time Elapsed 00:00:06.21 [xUnit.net 00:00:28.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Diagnostics.Tracing 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0 with content hash rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==. [xUnit.net 00:00:28.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Restore: [xUnit.net 00:00:28.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:28.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore exited with 0 in 6538 ms. [xUnit.net 00:00:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore' exited with exit code 0. [xUnit.net 00:00:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [PASS] [xUnit.net 00:00:28.67] Output: [xUnit.net 00:00:28.67] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:28.67] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:28.67] 》Build started 4/8/2026 2:49:44 PM. [xUnit.net 00:00:28.67] 》 [xUnit.net 00:00:28.67] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:28.67] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:28.67] 》 Determining projects to restore... [xUnit.net 00:00:28.67] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:28.67] 》AddPrunePackageReferences: [xUnit.net 00:00:28.67] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:28.67] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:28.67] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:28.67] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:28.67] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:28.68] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:28.68] 》Restore: [xUnit.net 00:00:28.68] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:28.68] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:28.68] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:28.68] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:28.68] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:28.68] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\project.assets.json [xUnit.net 00:00:28.68] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj (in 449 ms). [xUnit.net 00:00:28.68] 》 [xUnit.net 00:00:28.68] 》 NuGet Config files used: [xUnit.net 00:00:28.68] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:28.68] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:28.68] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:28.68] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:28.68] 》 [xUnit.net 00:00:28.68] 》 Feeds used: [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:28.68] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:28.68] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:28.68] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:28.68] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:28.68] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:28.68] 》PrepareForBuild: [xUnit.net 00:00:28.68] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:28.68] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:28.68] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\refint\". [xUnit.net 00:00:28.68] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:28.68] 》_GenerateSourceLinkFile: [xUnit.net 00:00:28.68] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:28.68] 》CoreCompile: [xUnit.net 00:00:28.68] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:28.68] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:28.68] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:28.71] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:28.71] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:28.71] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:28.71] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:28.71] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:28.71] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:28.71] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:28.72] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:28.72] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:28.72] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:28.72] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:28.72] 》_CreateAppHost: [xUnit.net 00:00:28.72] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:28.72] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:28.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.comhost.dll". [xUnit.net 00:00:28.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.X.manifest". [xUnit.net 00:00:28.72] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:28.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.dll". [xUnit.net 00:00:28.72] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ref\ComServerWithTypeLibs.dll". [xUnit.net 00:00:28.72] 》 ComServerWithTypeLibs -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.dll [xUnit.net 00:00:28.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.pdb". [xUnit.net 00:00:28.72] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (Build target(s)). [xUnit.net 00:00:28.72] 》 [xUnit.net 00:00:28.72] 》Build succeeded. [xUnit.net 00:00:28.72] 》 0 Warning(s) [xUnit.net 00:00:28.72] 》 0 Error(s) [xUnit.net 00:00:28.72] 》 [xUnit.net 00:00:28.72] 》Time Elapsed 00:00:06.21 [xUnit.net 00:00:28.72] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_single_typelib_with_default_id [6 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:44 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj (in 449 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.comhost.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.X.manifest". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ref\ComServerWithTypeLibs.dll". 》 ComServerWithTypeLibs -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\obj\Debug\net10.0\ComServerWithTypeLibs.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\bin\Debug\net10.0\ComServerWithTypeLibs.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:06.21 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_sin---38A77651\ComServerWithTypeLibs.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore [xUnit.net 00:00:28.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore Process ID: 2052 [xUnit.net 00:00:28.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==. [xUnit.net 00:00:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Build started 4/8/2026 2:49:51 PM. [xUnit.net 00:00:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 [xUnit.net 00:00:28.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:29.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:29.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:29.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:29.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Diagnostics.Tools 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0 with content hash UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==. [xUnit.net 00:00:29.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 320 ms). [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 Feeds used: [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:29.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:29.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:29.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:29.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:29.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:29.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:29.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:29.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:29.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:29.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:29.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0 with content hash guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==. [xUnit.net 00:00:29.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:29.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:29.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Linq 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0 with content hash 5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==. [xUnit.net 00:00:29.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Build FAILED. [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》(PrepareForBuild target) -> [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》 [xUnit.net 00:00:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] 》Time Elapsed 00:00:03.54 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 exited with 1 in 3834 ms. [xUnit.net 00:00:29.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:29.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [FAIL] [xUnit.net 00:00:29.87] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:29.87] Working Directory: [xUnit.net 00:00:29.87] File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:29.87] Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:29.87] Exit Code: 1 [xUnit.net 00:00:29.87] StdOut: [xUnit.net 00:00:29.87] MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:29.87] Build started 4/8/2026 2:49:48 PM. [xUnit.net 00:00:29.87] [xUnit.net 00:00:29.87] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:29.87] _GetAllRestoreProjectPathItems: [xUnit.net 00:00:29.87] Determining projects to restore... [xUnit.net 00:00:29.87] Restore: [xUnit.net 00:00:29.87] X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:29.87] X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:29.87] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:29.87] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:29.87] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:29.87] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:29.87] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 320 ms). [xUnit.net 00:00:29.87] [xUnit.net 00:00:29.87] NuGet Config files used: [xUnit.net 00:00:29.87] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:29.87] C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:29.87] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:29.87] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:29.87] [xUnit.net 00:00:29.87] Feeds used: [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:29.87] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:29.87] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:29.87] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:29.87] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:29.87] _CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:29.87] C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.87] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.87] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:29.87] [xUnit.net 00:00:29.87] Build FAILED. [xUnit.net 00:00:29.87] [xUnit.net 00:00:29.87] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:29.87] (PrepareForBuild target) -> [xUnit.net 00:00:29.87] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.87] [xUnit.net 00:00:29.87] 0 Warning(s) [xUnit.net 00:00:29.88] 1 Error(s) [xUnit.net 00:00:29.88] [xUnit.net 00:00:29.88] Time Elapsed 00:00:03.54 [xUnit.net 00:00:29.88] StdErr: [xUnit.net 00:00:29.88] [xUnit.net 00:00:29.88] , but found 1 (difference of 1). [xUnit.net 00:00:29.88] Stack Trace: [xUnit.net 00:00:29.88] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:29.88] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:29.88] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:29.88] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:29.88] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:29.88] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:29.88] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:29.88] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:29.88] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs(95,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project() [xUnit.net 00:00:29.88] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:29.88] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:29.88] Output: [xUnit.net 00:00:29.88] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:29.88] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:29.88] 》Build started 4/8/2026 2:49:48 PM. [xUnit.net 00:00:29.88] 》 [xUnit.net 00:00:29.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:29.88] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:29.88] 》 Determining projects to restore... [xUnit.net 00:00:29.88] 》Restore: [xUnit.net 00:00:29.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:29.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:29.88] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:29.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:29.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:29.88] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:29.88] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 320 ms). [xUnit.net 00:00:29.88] 》 [xUnit.net 00:00:29.88] 》 NuGet Config files used: [xUnit.net 00:00:29.88] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:29.88] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:29.88] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:29.88] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:29.88] 》 [xUnit.net 00:00:29.88] 》 Feeds used: [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:29.88] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:29.88] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:29.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:29.88] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:29.88] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.88] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.88] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:29.88] 》 [xUnit.net 00:00:29.88] 》Build FAILED. [xUnit.net 00:00:29.88] 》 [xUnit.net 00:00:29.88] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:29.88] 》(PrepareForBuild target) -> [xUnit.net 00:00:29.88] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:29.89] 》 [xUnit.net 00:00:29.89] 》 0 Warning(s) [xUnit.net 00:00:29.89] 》 1 Error(s) [xUnit.net 00:00:29.89] 》 [xUnit.net 00:00:29.89] 》Time Elapsed 00:00:03.54 [xUnit.net 00:00:29.89] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:29.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': Process ID: 8344 [xUnit.net 00:00:29.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:29.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:29.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:29.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:29.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:29.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:29.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:29.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:30.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:30.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Build started 4/8/2026 2:49:52 PM. [xUnit.net 00:00:30.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 [xUnit.net 00:00:30.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Restore: [xUnit.net 00:00:30.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:30.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Failed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project [3 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 Exit Code: 1 StdOut: MSBuild version 18.5.3+60a3d41e9 for .NET Framework Build started 4/8/2026 2:49:48 PM. Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). _GetAllRestoreProjectPathItems: Determining projects to restore... Restore: X.509 certificate chain validation will use the default trust store selected by .NET for code signing. X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\project.assets.json Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 320 ms). NuGet Config files used: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). _CheckForNETCoreSdkIsPreview: C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. Build FAILED. "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> (PrepareForBuild target) -> C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:03.54 StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.Given_no_restore_It_builds_cpp_project() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs:line 95 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:48 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 320 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> 》(PrepareForBuild target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:03.54 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_no_rest---453C48B4\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj... [xUnit.net 00:00:30.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Linq.Expressions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0 with content hash PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==. [xUnit.net 00:00:30.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:00:30.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:00:30.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\project.assets.json [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj (in 387 ms). [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Feeds used: [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:30.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (Restore target(s)). [xUnit.net 00:00:30.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:30.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:30.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:30.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:30.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:30.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj] [xUnit.net 00:00:30.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:30.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\win-x64\". [xUnit.net 00:00:30.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\win-x64\". [xUnit.net 00:00:31.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.IO 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0 with content hash 3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==. [xUnit.net 00:00:31.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Xml.XDocument 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0 with content hash 5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==. [xUnit.net 00:00:31.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Restore: [xUnit.net 00:00:31.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:31.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:31.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:31.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\win-x64\ComServer.sourcelink.json' does not exist. [xUnit.net 00:00:31.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》CoreCompile: [xUnit.net 00:00:31.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:31.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:31.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x64\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x64\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x64\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x64\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:31.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:31.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:31.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x64\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x64\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x64\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x64\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:31.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:31.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:31.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:31.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:00:31.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 End writing request for ComServer (net10.0) [xUnit.net 00:00:31.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:00:31.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 End reading response for ComServer (net10.0) [xUnit.net 00:00:31.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:00:31.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:31.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:31.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:31.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Linq.Expressions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.1.0 with content hash I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==. [xUnit.net 00:00:31.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Text.RegularExpressions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0 with content hash RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==. [xUnit.net 00:00:31.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:31.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.comhost.dll". [xUnit.net 00:00:31.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:31.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.dll". [xUnit.net 00:00:31.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.dll [xUnit.net 00:00:31.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.pdb". [xUnit.net 00:00:31.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (Build target(s)). [xUnit.net 00:00:31.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 [xUnit.net 00:00:31.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Build succeeded. [xUnit.net 00:00:31.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:31.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:31.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》 [xUnit.net 00:00:31.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] 》Time Elapsed 00:00:02.76 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore exited with 0 in 2927 ms. [xUnit.net 00:00:31.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:31.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [PASS] [xUnit.net 00:00:31.72] Output: [xUnit.net 00:00:31.72] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore': [xUnit.net 00:00:31.72] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:31.72] 》Build started 4/8/2026 2:49:51 PM. [xUnit.net 00:00:31.72] 》 [xUnit.net 00:00:31.72] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:31.72] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:31.72] 》 Determining projects to restore... [xUnit.net 00:00:31.72] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:31.72] 》AddPrunePackageReferences: [xUnit.net 00:00:31.72] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:31.72] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:31.72] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:31.72] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:31.72] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:31.72] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:31.72] 》Restore: [xUnit.net 00:00:31.72] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:31.72] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:31.72] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj... [xUnit.net 00:00:31.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:00:31.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:00:31.72] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\project.assets.json [xUnit.net 00:00:31.72] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj (in 387 ms). [xUnit.net 00:00:31.72] 》 [xUnit.net 00:00:31.72] 》 NuGet Config files used: [xUnit.net 00:00:31.72] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:31.72] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:31.72] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:31.72] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:31.73] 》 [xUnit.net 00:00:31.73] 》 Feeds used: [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:31.73] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:31.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (Restore target(s)). [xUnit.net 00:00:31.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:31.73] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:31.73] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj] [xUnit.net 00:00:31.73] 》PrepareForBuild: [xUnit.net 00:00:31.73] 》 Creating directory "bin\Debug\net10.0\win-x64\". [xUnit.net 00:00:31.73] 》 Creating directory "obj\Debug\net10.0\win-x64\". [xUnit.net 00:00:31.73] 》_GenerateSourceLinkFile: [xUnit.net 00:00:31.73] 》 Source Link is empty, file 'obj\Debug\net10.0\win-x64\ComServer.sourcelink.json' does not exist. [xUnit.net 00:00:31.73] 》CoreCompile: [xUnit.net 00:00:31.73] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:31.73] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:31.73] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x64\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x64\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x64\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x64\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:31.73] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:31.73] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:31.73] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x64\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x64\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x64\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x64\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:31.73] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:31.73] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:31.73] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:31.73] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:00:31.73] 》 End writing request for ComServer (net10.0) [xUnit.net 00:00:31.73] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:00:31.73] 》 End reading response for ComServer (net10.0) [xUnit.net 00:00:31.73] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:00:31.73] 》_CreateAppHost: [xUnit.net 00:00:31.73] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:31.73] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:31.73] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.comhost.dll". Process ID: 1324 [xUnit.net 00:00:31.73] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:31.73] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.dll". [xUnit.net 00:00:31.73] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.dll [xUnit.net 00:00:31.73] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.pdb". [xUnit.net 00:00:31.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (Build target(s)). [xUnit.net 00:00:31.73] 》 [xUnit.net 00:00:31.73] 》Build succeeded. [xUnit.net 00:00:31.73] 》 0 Warning(s) [xUnit.net 00:00:31.73] 》 0 Error(s) [xUnit.net 00:00:31.73] 》 [xUnit.net 00:00:31.73] 》Time Elapsed 00:00:02.76 [xUnit.net 00:00:31.73] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:31.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore': Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x64") [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:51 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\ComServer.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\ComServer.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj (in 387 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\win-x64\". 》 Creating directory "obj\Debug\net10.0\win-x64\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\win-x64\ComServer.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x64\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x64\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x64\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x64\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x64\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x64\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x64\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x64\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServer (net10.0) 》 End writing request for ComServer (net10.0) 》 Begin reading response for ComServer (net10.0) 》 End reading response for ComServer (net10.0) 》 CompilerServer: server - server processed compilation - ComServer (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.comhost.dll". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.dll". 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\obj\Debug\net10.0\win-x64\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\bin\Debug\net10.0\win-x64\ComServer.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.76 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x64_Given---8C6CB735\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:31.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:31.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:31.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:31.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 403 ms). [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 Feeds used: [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Build started 4/8/2026 2:49:54 PM. [xUnit.net 00:00:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 [xUnit.net 00:00:32.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed System.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0 with content hash JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==. [xUnit.net 00:00:32.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:32.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:32.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Build FAILED. [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》(PrepareForBuild target) -> [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》 [xUnit.net 00:00:32.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] 》Time Elapsed 00:00:02.24 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 exited with 1 in 2420 ms. [xUnit.net 00:00:32.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:32.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [FAIL] [xUnit.net 00:00:32.32] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:32.32] Working Directory: [xUnit.net 00:00:32.32] File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:32.32] Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:32.32] Exit Code: 1 [xUnit.net 00:00:32.32] StdOut: [xUnit.net 00:00:32.32] MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:32.32] Build started 4/8/2026 2:49:52 PM. [xUnit.net 00:00:32.32] [xUnit.net 00:00:32.32] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:32.32] _GetAllRestoreProjectPathItems: [xUnit.net 00:00:32.32] Determining projects to restore... [xUnit.net 00:00:32.32] Restore: [xUnit.net 00:00:32.32] X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:32.32] X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:32.32] Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:32.32] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:32.32] Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:32.32] Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:32.32] Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 403 ms). [xUnit.net 00:00:32.32] [xUnit.net 00:00:32.32] NuGet Config files used: [xUnit.net 00:00:32.32] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:32.32] C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:32.32] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:32.32] C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:32.32] [xUnit.net 00:00:32.32] Feeds used: [xUnit.net 00:00:32.32] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:32.32] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:32.33] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:32.33] C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:32.33] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:32.33] Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:32.33] _CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:32.33] C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.33] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.33] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:32.33] [xUnit.net 00:00:32.33] Build FAILED. [xUnit.net 00:00:32.33] [xUnit.net 00:00:32.33] "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:32.33] (PrepareForBuild target) -> [xUnit.net 00:00:32.33] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.33] [xUnit.net 00:00:32.33] 0 Warning(s) [xUnit.net 00:00:32.33] 1 Error(s) [xUnit.net 00:00:32.33] [xUnit.net 00:00:32.33] Time Elapsed 00:00:02.24 [xUnit.net 00:00:32.33] StdErr: [xUnit.net 00:00:32.33] [xUnit.net 00:00:32.33] , but found 1 (difference of 1). [xUnit.net 00:00:32.33] Stack Trace: [xUnit.net 00:00:32.33] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:32.33] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:32.33] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:32.33] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:32.33] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:32.33] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:32.33] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:32.33] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:32.33] /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs(25,0): at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs() [xUnit.net 00:00:32.33] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:32.33] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:32.33] Output: [xUnit.net 00:00:32.33] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:32.33] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:32.33] 》Build started 4/8/2026 2:49:52 PM. [xUnit.net 00:00:32.33] 》 [xUnit.net 00:00:32.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:32.33] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:32.33] 》 Determining projects to restore... [xUnit.net 00:00:32.33] 》Restore: [xUnit.net 00:00:32.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:32.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:32.33] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... [xUnit.net 00:00:32.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. [xUnit.net 00:00:32.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. [xUnit.net 00:00:32.33] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\project.assets.json [xUnit.net 00:00:32.33] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 403 ms). [xUnit.net 00:00:32.33] 》 [xUnit.net 00:00:32.33] 》 NuGet Config files used: [xUnit.net 00:00:32.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:32.33] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:32.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:32.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:32.33] 》 [xUnit.net 00:00:32.33] 》 Feeds used: [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:32.34] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:32.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). [xUnit.net 00:00:32.34] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). [xUnit.net 00:00:32.34] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:32.34] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.34] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:32.34] 》 [xUnit.net 00:00:32.34] 》Build FAILED. [xUnit.net 00:00:32.34] 》 [xUnit.net 00:00:32.34] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> [xUnit.net 00:00:32.34] 》(PrepareForBuild target) -> [xUnit.net 00:00:32.34] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:32.34] 》 [xUnit.net 00:00:32.34] 》 0 Warning(s) [xUnit.net 00:00:32.34] 》 1 Error(s) [xUnit.net 00:00:32.34] 》 [xUnit.net 00:00:32.34] 》Time Elapsed 00:00:02.24 [xUnit.net 00:00:32.34] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:32.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': Process ID: 4600 [xUnit.net 00:00:32.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:32.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》Build started 4/8/2026 2:49:55 PM. [xUnit.net 00:00:32.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 [xUnit.net 00:00:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:32.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:32.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:32.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:32.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:32.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:32.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:32.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:32.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:33.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Restore: [xUnit.net 00:00:33.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net45 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3 with content hash dcSLNuUX2rfZejsyta2EWZ1W5U6ucbFt697lRg1qiTlTM5ZlYv4uAvuxE6ROy6xLWWhLhOaReCDxkhxcajRYtQ==. [xUnit.net 00:00:33.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:33.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:33.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:33.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:33.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 Determining projects to restore... Failed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs [2 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: File Name: C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 Exit Code: 1 StdOut: MSBuild version 18.5.3+60a3d41e9 for .NET Framework Build started 4/8/2026 2:49:52 PM. Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). _GetAllRestoreProjectPathItems: Determining projects to restore... Restore: X.509 certificate chain validation will use the default trust store selected by .NET for code signing. X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\project.assets.json Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 403 ms). NuGet Config files used: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). _CheckForNETCoreSdkIsPreview: C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. Build FAILED. "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> (PrepareForBuild target) -> C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:02.24 StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_builds_and_runs() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs:line 25 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:52 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\NETCoreCppCliTest.vcxproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj (in 403 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Build target) (1:7) -> 》(PrepareForBuild target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Microsoft\VC\v180\Microsoft.CppBuild.targets(473,5): error MSB8020: The build tools for Visual Studio 2022 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install Visual Studio 2022 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:02.24 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_and---EC320CDD\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:33.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:33.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(209,5): error NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:33.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:33.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》Build FAILED. [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》(_CheckForUnsupportedCppNETCoreVersion target) -> [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(209,5): error NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》 [xUnit.net 00:00:33.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] 》Time Elapsed 00:00:00.80 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64 exited with 1 in 978 ms. [xUnit.net 00:00:33.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:33.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [PASS] [xUnit.net 00:00:33.33] Output: [xUnit.net 00:00:33.33] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': [xUnit.net 00:00:33.33] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:33.33] 》Build started 4/8/2026 2:49:55 PM. [xUnit.net 00:00:33.33] 》 [xUnit.net 00:00:33.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). [xUnit.net 00:00:33.33] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:33.33] 》 Determining projects to restore... [xUnit.net 00:00:33.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:00:33.33] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(209,5): error NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:33.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:00:33.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:33.33] 》 [xUnit.net 00:00:33.33] 》Build FAILED. [xUnit.net 00:00:33.33] 》 [xUnit.net 00:00:33.33] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> [xUnit.net 00:00:33.33] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:00:33.33] 》(_CheckForUnsupportedCppNETCoreVersion target) -> [xUnit.net 00:00:33.33] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(209,5): error NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:00:33.33] 》 [xUnit.net 00:00:33.33] 》 0 Warning(s) [xUnit.net 00:00:33.33] 》 1 Error(s) [xUnit.net 00:00:33.33] 》 [xUnit.net 00:00:33.33] 》Time Elapsed 00:00:00.80 [xUnit.net 00:00:33.33] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal [xUnit.net 00:00:33.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal Process ID: 2800 [xUnit.net 00:00:33.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net462 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3 with content hash IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ==. [xUnit.net 00:00:33.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj... [xUnit.net 00:00:33.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:33.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:33.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:33.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\project.assets.json [xUnit.net 00:00:33.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Build started 4/8/2026 2:49:56 PM. [xUnit.net 00:00:33.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:00:33.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj (in 21.53 sec). [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:33.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Installed: [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj [xUnit.net 00:00:33.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:00:33.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:00:33.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:00:33.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:33.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\project.assets.json [xUnit.net 00:00:33.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:33.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:00:33.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj (in 518 ms). [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:33.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 [xUnit.net 00:00:33.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:00:33.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:33.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:33.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:33.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:33.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:33.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:33.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (Restore target(s)). [xUnit.net 00:00:34.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:34.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:34.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj] [xUnit.net 00:00:34.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:34.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\win-x86\". [xUnit.net 00:00:34.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\win-x86\". [xUnit.net 00:00:34.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:34.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:34.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:00:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:00:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:00:34.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Attempting to create process 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\VBCSCompiler.exe' "-pipename:S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU" [xUnit.net 00:00:34.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:34.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Successfully created process with process id 6740 [xUnit.net 00:00:34.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:00:34.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:00:34.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:34.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:34.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:34.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:00:34.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:00:34.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:34.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\win-x86\ComServer.sourcelink.json' does not exist. [xUnit.net 00:00:34.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:00:34.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:00:34.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:00:34.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:34.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:34.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x86\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x86\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x86\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x86\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:34.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:34.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:34.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x86\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x86\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x86\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x86\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:34.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:34.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:34.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:34.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:00:34.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 End writing request for ComServer (net10.0) [xUnit.net 00:00:34.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:00:34.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 End reading response for ComServer (net10.0) [xUnit.net 00:00:34.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:00:34.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:34.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliProject.It_fails_with_error_message_on_tfm_lower_than_3_1 [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:55 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(209,5): error NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> 》(_CheckForUnsupportedCppNETCoreVersion target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(209,5): error NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:00.80 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_with---1AC57B94\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj /restore -p:Platform=x64' exited with exit code 1. [xUnit.net 00:00:34.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:00:34.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:00:34.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:34.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:34.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:34.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:00:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:00:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:00:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:00:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Restore: [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:00:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:00:34.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:00:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:00:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:00:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:00:34.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:00:34.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:00:34.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:34.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:00:34.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:00:34.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:00:34.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:00:34.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:00:34.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:34.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:00:34.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:00:34.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:00:34.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:34.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.comhost.dll". [xUnit.net 00:00:35.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:35.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:35.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:00:35.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:00:35.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:00:35.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:35.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:00:35.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:00:35.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:35.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:00:35.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:00:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:00:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:00:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:00:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:00:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] 》Time Elapsed 00:00:23.85 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore exited with 0 in 24063 ms. [xUnit.net 00:00:35.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:35.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [PASS] [xUnit.net 00:00:35.08] Output: [xUnit.net 00:00:35.09] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore': [xUnit.net 00:00:35.09] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:35.09] 》Build started 4/8/2026 2:49:23 PM. [xUnit.net 00:00:35.09] 》 [xUnit.net 00:00:35.09] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:35.09] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:35.09] 》 Determining projects to restore... [xUnit.net 00:00:35.09] 》Restore: [xUnit.net 00:00:35.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:35.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:35.09] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 78ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 101ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 73ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 70ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 73ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 68ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 70ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 81ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 71ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 77ms [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 344ms [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:35.09] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 63ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 59ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 67ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 55ms [xUnit.net 00:00:35.09] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 114ms [xUnit.net 00:00:35.09] 》 Installed Microsoft.NETCore.Platforms 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\1.1.0 with content hash kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==. [xUnit.net 00:00:35.09] 》 Installed NETStandard.Library 2.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3 with content hash st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==. [xUnit.net 00:00:35.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:35.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:35.09] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\project.assets.json [xUnit.net 00:00:35.09] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj (in 7.15 sec). [xUnit.net 00:00:35.09] 》 [xUnit.net 00:00:35.09] 》 NuGet Config files used: [xUnit.net 00:00:35.09] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:35.09] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:35.09] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:35.10] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:35.10] 》 [xUnit.net 00:00:35.10] 》 Feeds used: [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:35.10] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:35.10] 》 [xUnit.net 00:00:35.10] 》 Installed: [xUnit.net 00:00:35.10] 》 2 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj [xUnit.net 00:00:35.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:00:35.10] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:35.10] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:35.10] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj] [xUnit.net 00:00:35.10] 》PrepareForBuild: [xUnit.net 00:00:35.10] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:35.10] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:35.10] 》_GenerateSourceLinkFile: [xUnit.net 00:00:35.10] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:35.10] 》CoreCompile: [xUnit.net 00:00:35.10] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:35.10] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:35.10] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:35.10] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:35.10] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:35.10] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:35.10] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:35.10] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:35.10] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:35.10] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:35.10] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:35.10] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:35.10] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:35.10] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:35.10] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:35.10] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:35.10] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:35.10] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:35.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:00:35.10] 》 [xUnit.net 00:00:35.10] 》Build succeeded. [xUnit.net 00:00:35.10] 》 0 Warning(s) [xUnit.net 00:00:35.10] 》 0 Error(s) [xUnit.net 00:00:35.10] 》 [xUnit.net 00:00:35.10] 》Time Elapsed 00:00:09.92 [xUnit.net 00:00:35.10] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. [xUnit.net 00:00:35.10] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore': [xUnit.net 00:00:35.10] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:35.10] 》Build started 4/8/2026 2:49:33 PM. [xUnit.net 00:00:35.10] 》 [xUnit.net 00:00:35.10] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:35.10] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:35.10] 》 Determining projects to restore... [xUnit.net 00:00:35.10] 》Restore: [xUnit.net 00:00:35.10] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:35.11] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:35.11] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj... [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 98ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 75ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 68ms [xUnit.net 00:00:35.11] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/1.0.3/microsoft.netframework.referenceassemblies.net462.1.0.3.nupkg [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 70ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 70ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 78ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 65ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 99ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 578ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 1050ms [xUnit.net 00:00:35.11] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 1237ms [xUnit.net 00:00:35.11] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net462 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3 with content hash IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ==. [xUnit.net 00:00:35.11] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:35.11] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:35.11] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\project.assets.json [xUnit.net 00:00:35.11] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj (in 21.53 sec). [xUnit.net 00:00:35.11] 》 [xUnit.net 00:00:35.11] 》 NuGet Config files used: [xUnit.net 00:00:35.11] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:35.11] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:35.11] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:35.11] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:35.11] 》 [xUnit.net 00:00:35.11] 》 Feeds used: [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:35.11] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:35.11] 》 [xUnit.net 00:00:35.11] 》 Installed: [xUnit.net 00:00:35.11] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj [xUnit.net 00:00:35.11] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" (Restore target(s)). > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore [xUnit.net 00:00:35.11] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:35.11] 》PrepareForBuild: [xUnit.net 00:00:35.11] 》 Creating directory "bin\Debug\". [xUnit.net 00:00:35.11] 》 Creating directory "obj\Debug\". [xUnit.net 00:00:35.11] 》CoreCompile: [xUnit.net 00:00:35.11] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:35.11] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:00:35.11] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:00:35.11] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:35.11] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:00:35.11] 》 Attempting to create process 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\VBCSCompiler.exe' "-pipename:S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU" [xUnit.net 00:00:35.11] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:35.11] 》 Successfully created process with process id 6740 [xUnit.net 00:00:35.11] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:00:35.11] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:00:35.11] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:00:35.11] 》 Begin writing request for TestApp [xUnit.net 00:00:35.11] 》 End writing request for TestApp [xUnit.net 00:00:35.12] 》 Begin reading response for TestApp [xUnit.net 00:00:35.12] 》 End reading response for TestApp [xUnit.net 00:00:35.12] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:00:35.12] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:35.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:35.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:35.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:35.13] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:00:35.14] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:35.14] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:00:35.14] 》_CopyAppConfigFile: [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:00:35.14] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:00:35.14] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe Process ID: 9640 [xUnit.net 00:00:35.14] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:00:35.14] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:35.14] 》 [xUnit.net 00:00:35.14] 》Build succeeded. [xUnit.net 00:00:35.14] 》 0 Warning(s) [xUnit.net 00:00:35.14] 》 0 Error(s) [xUnit.net 00:00:35.14] 》 [xUnit.net 00:00:35.14] 》Time Elapsed 00:00:23.85 [xUnit.net 00:00:35.14] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:35.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore': [xUnit.net 00:00:35.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:35.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.dll". [xUnit.net 00:00:35.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.dll [xUnit.net 00:00:35.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.pdb". [xUnit.net 00:00:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (Build target(s)). [xUnit.net 00:00:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 [xUnit.net 00:00:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:00:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》 [xUnit.net 00:00:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] 》Time Elapsed 00:00:03.31 [xUnit.net 00:00:35.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore exited with 0 in 3523 ms. [xUnit.net 00:00:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:35.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [PASS] [xUnit.net 00:00:35.27] Output: [xUnit.net 00:00:35.27] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore': [xUnit.net 00:00:35.27] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:35.27] 》Build started 4/8/2026 2:49:54 PM. [xUnit.net 00:00:35.27] 》 [xUnit.net 00:00:35.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:35.27] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:35.27] 》 Determining projects to restore... [xUnit.net 00:00:35.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:35.27] 》AddPrunePackageReferences: [xUnit.net 00:00:35.27] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:35.27] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:35.27] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:35.27] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:35.27] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:35.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:35.27] 》Restore: [xUnit.net 00:00:35.27] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:35.27] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:35.27] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj... [xUnit.net 00:00:35.27] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:00:35.27] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:00:35.27] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\project.assets.json [xUnit.net 00:00:35.27] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj (in 518 ms). [xUnit.net 00:00:35.27] 》 [xUnit.net 00:00:35.27] 》 NuGet Config files used: [xUnit.net 00:00:35.27] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:35.27] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:35.27] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:35.27] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:35.27] 》 [xUnit.net 00:00:35.27] 》 Feeds used: [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:35.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:35.28] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:35.28] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (Restore target(s)). [xUnit.net 00:00:35.28] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:35.28] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:35.28] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj] Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:35.28] 》PrepareForBuild: [xUnit.net 00:00:35.28] 》 Creating directory "bin\Debug\net10.0\win-x86\". [xUnit.net 00:00:35.28] 》 Creating directory "obj\Debug\net10.0\win-x86\". [xUnit.net 00:00:35.28] 》_GenerateSourceLinkFile: [xUnit.net 00:00:35.28] 》 Source Link is empty, file 'obj\Debug\net10.0\win-x86\ComServer.sourcelink.json' does not exist. [xUnit.net 00:00:35.28] 》CoreCompile: [xUnit.net 00:00:35.28] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:35.28] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:35.28] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x86\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x86\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x86\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x86\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:35.28] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:35.28] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:35.28] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x86\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x86\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x86\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x86\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:35.28] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:35.28] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:35.28] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:35.28] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:00:35.28] 》 End writing request for ComServer (net10.0) [xUnit.net 00:00:35.28] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:00:35.28] 》 End reading response for ComServer (net10.0) [xUnit.net 00:00:35.28] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:00:35.28] 》_CreateAppHost: [xUnit.net 00:00:35.28] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:35.28] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:35.28] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.comhost.dll". [xUnit.net 00:00:35.28] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:35.28] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.dll". [xUnit.net 00:00:35.28] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.dll [xUnit.net 00:00:35.28] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.pdb". [xUnit.net 00:00:35.28] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (Build target(s)). [xUnit.net 00:00:35.28] 》 [xUnit.net 00:00:35.28] 》Build succeeded. [xUnit.net 00:00:35.28] 》 0 Warning(s) [xUnit.net 00:00:35.28] 》 0 Error(s) [xUnit.net 00:00:35.28] 》 [xUnit.net 00:00:35.28] 》Time Elapsed 00:00:03.31 [xUnit.net 00:00:35.28] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:35.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:35.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore Process ID: 7144 [xUnit.net 00:00:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Build started 4/8/2026 2:49:57 PM. [xUnit.net 00:00:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:00:35.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:35.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Build started 4/8/2026 2:49:58 PM. [xUnit.net 00:00:35.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 [xUnit.net 00:00:35.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net40 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3 with content hash 3ctXnCpHdoYJNH9ATfXKwckkkdHvHc1Xls12QB9kf1tjh3b+VzxtiwpkZN4GxOawakfH6CJAkqhlDKSiz6Ujbg==. [xUnit.net 00:00:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 84ms [xUnit.net 00:00:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 85ms [xUnit.net 00:00:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 87ms [xUnit.net 00:00:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 139ms [xUnit.net 00:00:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 95ms [xUnit.net 00:00:35.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 83ms [xUnit.net 00:00:35.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 83ms [xUnit.net 00:00:35.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 126ms [xUnit.net 00:00:35.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 164ms [xUnit.net 00:00:35.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.1.0/system.net.http.4.1.0.nupkg [xUnit.net 00:00:35.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 176ms [xUnit.net 00:00:35.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 184ms [xUnit.net 00:00:35.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:35.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:35.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:35.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:35.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:35.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:35.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:35.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:35.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 53ms [xUnit.net 00:00:35.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:35.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 53ms [xUnit.net 00:00:36.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:36.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 57ms [xUnit.net 00:00:36.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:36.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:36.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 54ms [xUnit.net 00:00:36.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 69ms [xUnit.net 00:00:36.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 64ms [xUnit.net 00:00:36.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 75ms [xUnit.net 00:00:36.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 71ms [xUnit.net 00:00:36.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:36.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 73ms [xUnit.net 00:00:36.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:36.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 96ms [xUnit.net 00:00:36.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:36.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 81ms [xUnit.net 00:00:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 83ms [xUnit.net 00:00:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 73ms [xUnit.net 00:00:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 59ms [xUnit.net 00:00:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 77ms [xUnit.net 00:00:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 71ms [xUnit.net 00:00:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 122ms [xUnit.net 00:00:36.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:36.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:36.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 82ms [xUnit.net 00:00:36.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 119ms [xUnit.net 00:00:36.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 105ms [xUnit.net 00:00:36.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg [xUnit.net 00:00:36.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg [xUnit.net 00:00:36.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 55ms [xUnit.net 00:00:36.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:36.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 52ms [xUnit.net 00:00:36.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 65ms [xUnit.net 00:00:36.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 56ms [xUnit.net 00:00:36.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 66ms [xUnit.net 00:00:36.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 56ms [xUnit.net 00:00:36.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:36.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:36.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:36.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:36.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:36.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Determining projects to restore... Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: HintPath) [34 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:23 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 78ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 101ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 73ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 73ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 68ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 81ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 71ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 77ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 344ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 67ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 114ms 》 Installed Microsoft.NETCore.Platforms 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\1.1.0 with content hash kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==. 》 Installed NETStandard.Library 2.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3 with content hash st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj (in 7.15 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 2 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:09.92 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:33 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 98ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 75ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 68ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/1.0.3/microsoft.netframework.referenceassemblies.net462.1.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 78ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 99ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 578ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 1050ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net462/index.json 1237ms 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net462 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3 with content hash IzAV30z22ESCeQfxP29oVf4qEo8fBGXLXSU6oacv/9Iqe6PzgHDKCaWfwMBak7bSJQM0F5boXWoZS+kChztRIQ==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj (in 21.53 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' 》 Attempting to create process 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\VBCSCompiler.exe' "-pipename:S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU" 》 Setting DOTNET_TieredCompilation to '0' 》 Successfully created process with process id 6740 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:23.85 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4A9FA0EA\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_the_clsidmap_in_the_comhost_when_rid_specified(rid: "win-x86") [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:54 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\ComServer.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\ComServer.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj (in 518 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\win-x86\". 》 Creating directory "obj\Debug\net10.0\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\win-x86\ComServer.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x86\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x86\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x86\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x86\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\win-x86\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\win-x86\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\win-x86\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\win-x86\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServer (net10.0) 》 End writing request for ComServer (net10.0) 》 Begin reading response for ComServer (net10.0) 》 End reading response for ComServer (net10.0) 》 CompilerServer: server - server processed compilation - ComServer (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.comhost.dll". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.dll". 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\obj\Debug\net10.0\win-x86\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\bin\Debug\net10.0\win-x86\ComServer.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.31 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\win-x86_Given---46114ABC\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:36.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\DesktopAndNetStandard.csproj.nuget.g.props. [xUnit.net 00:00:36.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\DesktopAndNetStandard.csproj.nuget.g.targets. [xUnit.net 00:00:36.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\project.assets.json [xUnit.net 00:00:38.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:38.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:38.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg [xUnit.net 00:00:38.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj (in 32.3 sec). [xUnit.net 00:00:38.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:38.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Feeds used: [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:38.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:38.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:38.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Installed: [xUnit.net 00:00:38.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 94 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj [xUnit.net 00:00:38.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Restore target(s)). [xUnit.net 00:00:38.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 54ms [xUnit.net 00:00:38.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 56ms [xUnit.net 00:00:38.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 64ms [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 60ms [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 55ms [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 66ms [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:38.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 65ms [xUnit.net 00:00:38.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:38.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg [xUnit.net 00:00:38.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 66ms [xUnit.net 00:00:38.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 69ms [xUnit.net 00:00:38.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:38.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 81ms [xUnit.net 00:00:38.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:38.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 82ms [xUnit.net 00:00:38.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 76ms [xUnit.net 00:00:38.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:38.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:38.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 93ms [xUnit.net 00:00:38.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 91ms [xUnit.net 00:00:38.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg [xUnit.net 00:00:38.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 88ms [xUnit.net 00:00:38.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 91ms [xUnit.net 00:00:38.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 94ms [xUnit.net 00:00:38.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 89ms [xUnit.net 00:00:38.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 65ms [xUnit.net 00:00:38.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 91ms [xUnit.net 00:00:38.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:38.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 97ms [xUnit.net 00:00:38.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 59ms [xUnit.net 00:00:38.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 53ms [xUnit.net 00:00:38.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 54ms [xUnit.net 00:00:38.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 59ms [xUnit.net 00:00:38.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 57ms [xUnit.net 00:00:38.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms [xUnit.net 00:00:38.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 56ms [xUnit.net 00:00:38.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms [xUnit.net 00:00:38.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 63ms [xUnit.net 00:00:38.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:38.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg [xUnit.net 00:00:38.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:38.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:24) on node 1 (Build target(s)). [xUnit.net 00:00:38.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:38.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=net45] [xUnit.net 00:00:38.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms [xUnit.net 00:00:38.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:38.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 55ms [xUnit.net 00:00:38.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "bin\Debug\net45\". [xUnit.net 00:00:38.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "obj\Debug\net45\". [xUnit.net 00:00:38.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 54ms [xUnit.net 00:00:38.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 55ms [xUnit.net 00:00:38.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Restore: [xUnit.net 00:00:38.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 74ms [xUnit.net 00:00:38.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:38.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:38.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Restore: [xUnit.net 00:00:38.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:38.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:39.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj... [xUnit.net 00:00:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:39.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:39.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net45\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:39.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed System.Diagnostics.DiagnosticSource 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0 with content hash YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==. [xUnit.net 00:00:39.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CoreCompile: [xUnit.net 00:00:39.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed System.Security.Cryptography.Primitives 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0 with content hash Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==. [xUnit.net 00:00:39.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:39.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:39.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DesktopAndNetStandard.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:39.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Compilation request DesktopAndNetStandard (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:39.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:39.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DesktopAndNetStandard.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:39.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:39.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:39.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:39.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin writing request for DesktopAndNetStandard (net45) [xUnit.net 00:00:39.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End writing request for DesktopAndNetStandard (net45) [xUnit.net 00:00:39.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin reading response for DesktopAndNetStandard (net45) [xUnit.net 00:00:39.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End reading response for DesktopAndNetStandard (net45) [xUnit.net 00:00:39.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net45) [xUnit.net 00:00:39.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:39.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\Newtonsoft.Json.dll". [xUnit.net 00:00:39.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:39.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopA.E4F2FB1E.Up2Date". [xUnit.net 00:00:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.dll". [xUnit.net 00:00:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.dll [xUnit.net 00:00:39.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.pdb". [xUnit.net 00:00:39.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:39.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:25) on node 1 (Build target(s)). [xUnit.net 00:00:39.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:39.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "bin\Debug\net40\". [xUnit.net 00:00:39.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "obj\Debug\net40\". [xUnit.net 00:00:39.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:39.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:39.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\project.assets.json [xUnit.net 00:00:39.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj (in 475 ms). [xUnit.net 00:00:39.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:39.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net40\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CoreCompile: [xUnit.net 00:00:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 [xUnit.net 00:00:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Compilation request DesktopAndNetStandard (net40), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Feeds used: [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin writing request for DesktopAndNetStandard (net40) [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End writing request for DesktopAndNetStandard (net40) [xUnit.net 00:00:39.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:39.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:39.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin reading response for DesktopAndNetStandard (net40) [xUnit.net 00:00:39.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:39.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed Microsoft.Win32.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.0.1 with content hash fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==. [xUnit.net 00:00:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:39.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:39.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End reading response for DesktopAndNetStandard (net40) [xUnit.net 00:00:39.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:39.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net40) [xUnit.net 00:00:39.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:39.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\project.assets.json [xUnit.net 00:00:39.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:39.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\Newtonsoft.Json.dll". [xUnit.net 00:00:39.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\project.assets.json [xUnit.net 00:00:39.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:39.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopA.E4F2FB1E.Up2Date". [xUnit.net 00:00:39.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed System.Security.Cryptography.Encoding 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0 with content hash FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==. [xUnit.net 00:00:39.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:39.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.dll". [xUnit.net 00:00:39.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.dll [xUnit.net 00:00:39.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.pdb". [xUnit.net 00:00:39.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:39.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj (in 606 ms). [xUnit.net 00:00:39.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj (in 588 ms). [xUnit.net 00:00:39.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:00:39.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:39.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:39.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:39.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:39.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:39.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:39.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:39.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:00:39.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed System.Security.Cryptography.X509Certificates 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0 with content hash 4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==. [xUnit.net 00:00:39.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:26) on node 1 (Build target(s)). [xUnit.net 00:00:39.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:39.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "bin\Debug\net40-client\". [xUnit.net 00:00:39.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "obj\Debug\net40-client\". [xUnit.net 00:00:39.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》ResolveAssemblyReferences: [xUnit.net 00:00:39.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 A TargetFramework profile exclusion list will be generated. [xUnit.net 00:00:39.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:39.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:39.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:39.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:39.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:39.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:39.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net40-client\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\Debug\net10.0\refint\". [xUnit.net 00:00:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CoreCompile: [xUnit.net 00:00:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed System.Security.Cryptography.Algorithms 4.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0 with content hash 8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==. [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40-client\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40-client\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40-client\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs" obj\Debug\net40-client\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Compilation request DesktopAndNetStandard (net40-client), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40-client\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40-client\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40-client\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs" obj\Debug\net40-client\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin writing request for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End writing request for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:39.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin reading response for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:39.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End reading response for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:39.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net40-client) [xUnit.net 00:00:39.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:39.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\Newtonsoft.Json.dll". [xUnit.net 00:00:39.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:39.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopA.E4F2FB1E.Up2Date". [xUnit.net 00:00:39.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:39.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.dll". [xUnit.net 00:00:39.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.dll [xUnit.net 00:00:39.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.pdb". [xUnit.net 00:00:39.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:39.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:39.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:39.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj] [xUnit.net 00:00:39.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed System.Net.Http 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0 with content hash ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==. [xUnit.net 00:00:39.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:39.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:39.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:39.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:27) on node 1 (Build target(s)). [xUnit.net 00:00:39.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:00:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:00:40.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:40.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:40.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CoreCompile: [xUnit.net 00:00:40.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:40.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:40.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:40.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Compilation request DesktopAndNetStandard (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:40.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:40.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:40.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:40.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin writing request for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End writing request for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Begin reading response for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:40.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:40.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 End reading response for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》CoreCompile: [xUnit.net 00:00:40.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:40.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:40.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:00:40.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:40.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:40.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:40.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:40.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:40.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:40.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:40.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:40.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:40.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:40.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:40.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:00:40.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:00:40.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:00:40.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 5.17 sec). [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\netstandard1.5\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.dll". [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.dll [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\netstandard1.5\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.pdb". [xUnit.net 00:00:40.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Feeds used: [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:00:40.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Installed: [xUnit.net 00:00:40.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 7 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj [xUnit.net 00:00:40.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:40.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Build succeeded. [xUnit.net 00:00:40.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Restore target) (1) -> [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraph target) (1:14) -> [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:22) -> [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target) (1:23) -> [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target) (1:27) -> [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:40.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 2 Warning(s) [xUnit.net 00:00:40.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:40.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》 [xUnit.net 00:00:40.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] 》Time Elapsed 00:00:37.40 [xUnit.net 00:00:40.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:40.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:40.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:40.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:40.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:40.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:40.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:40.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore exited with 0 in 37636 ms. [xUnit.net 00:00:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore' exited with exit code 0. [xUnit.net 00:00:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [PASS] [xUnit.net 00:00:40.47] Output: [xUnit.net 00:00:40.48] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore': [xUnit.net 00:00:40.48] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:40.48] 》Build started 4/8/2026 2:49:25 PM. [xUnit.net 00:00:40.48] 》 [xUnit.net 00:00:40.48] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:40.48] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:40.48] 》 Determining projects to restore... [xUnit.net 00:00:40.48] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:40.48] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:19) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:40.48] 》AddPrunePackageReferences: [xUnit.net 00:00:40.48] 》 Loaded prune package data from framework packages [xUnit.net 00:00:40.48] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:40.48] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:20) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:40.48] 》AddPrunePackageReferences: [xUnit.net 00:00:40.48] 》 Loaded prune package data from framework packages [xUnit.net 00:00:40.48] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:40.48] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:22) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:40.48] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:40.48] 》AddPrunePackageReferences: [xUnit.net 00:00:40.48] 》 Loaded prune package data from framework packages [xUnit.net 00:00:40.48] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:40.48] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:40.48] 》Restore: [xUnit.net 00:00:40.48] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:40.48] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore [xUnit.net 00:00:40.48] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj... [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/newtonsoft.json/index.json 74ms [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/newtonsoft.json/index.json 69ms [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/newtonsoft.json/index.json 101ms [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/newtonsoft.json/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/newtonsoft.json/index.json 63ms [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/newtonsoft.json/index.json [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/newtonsoft.json/index.json 63ms [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/newtonsoft.json/index.json 80ms [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/newtonsoft.json/index.json 60ms [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/newtonsoft.json/index.json 64ms [xUnit.net 00:00:40.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/newtonsoft.json/index.json 61ms [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/newtonsoft.json/index.json 64ms [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json [xUnit.net 00:00:40.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/newtonsoft.json/index.json 79ms [xUnit.net 00:00:40.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/1.0.3/microsoft.netframework.referenceassemblies.1.0.3.nupkg [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 57ms [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/1.0.3/microsoft.netframework.referenceassemblies.net45.1.0.3.nupkg [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 55ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 54ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 52ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 54ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 53ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 59ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 60ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 62ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 61ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 64ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 80ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 64ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 104ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 79ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 101ms Process ID: 3380 [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 85ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 87ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 85ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 83ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 82ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/1.0.3/microsoft.netframework.referenceassemblies.net40.1.0.3.nupkg [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 57ms [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 66ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 55ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 55ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 56ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 59ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 56ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 58ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 60ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 60ms [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 64ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.49] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 164ms [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.49] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.49] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 54ms [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 54ms [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 55ms [xUnit.net 00:00:40.50] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 63ms [xUnit.net 00:00:40.50] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 60ms [xUnit.net 00:00:40.50] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 55ms [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.50] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.50] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xdocument/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 57ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 104ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 63ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 55ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 109ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 91ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 76ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 94ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 79ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 111ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 128ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 126ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 134ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 121ms [xUnit.net 00:00:40.51] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 131ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 83ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 110ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/4.3.0/system.collections.4.3.0.nupkg [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xdocument/index.json 60ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xdocument/index.json 145ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xdocument/index.json 67ms [xUnit.net 00:00:40.51] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xdocument/index.json 116ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xdocument/index.json 141ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xdocument/index.json 144ms [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xdocument/index.json 162ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xdocument/index.json 150ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.51] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xdocument/index.json 102ms [xUnit.net 00:00:40.51] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections/index.json 138ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xdocument/index.json 156ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections/index.json 57ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections/index.json 60ms [xUnit.net 00:00:40.52] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections/index.json 124ms [xUnit.net 00:00:40.52] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections/index.json 128ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections/index.json 126ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections/index.json 93ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 106ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections/index.json 148ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections/index.json 131ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections/index.json 131ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 91ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections/index.json 120ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 146ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.readerwriter/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 91ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 176ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 109ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 182ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 95ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 166ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 136ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 120ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 150ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 198ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 89ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 193ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 80ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 186ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 195ms [xUnit.net 00:00:40.52] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 189ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 172ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.debug/index.json 118ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 296ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 321ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 159ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.readerwriter/index.json 56ms [xUnit.net 00:00:40.52] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.readerwriter/index.json 72ms [xUnit.net 00:00:40.52] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.readerwriter/index.json 162ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.debug/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.readerwriter/index.json 182ms [xUnit.net 00:00:40.53] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg [xUnit.net 00:00:40.53] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.3.0/system.console.4.3.0.nupkg [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.readerwriter/index.json 121ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.readerwriter/index.json 143ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.readerwriter/index.json 173ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.readerwriter/index.json 150ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.readerwriter/index.json 211ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.53] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 350ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 330ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.debug/index.json 177ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 352ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.debug/index.json 156ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 384ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 180ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 380ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.readerwriter/index.json 246ms [xUnit.net 00:00:40.53] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 172ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 368ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 261ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.debug/index.json 218ms [xUnit.net 00:00:40.53] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 381ms [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.readerwriter/index.json 279ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.53] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 84ms [xUnit.net 00:00:40.53] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.54] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.54] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.54] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.debug/index.json 73ms [xUnit.net 00:00:40.54] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.debug/index.json 87ms [xUnit.net 00:00:40.54] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.54] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.debug/index.json 140ms [xUnit.net 00:00:40.54] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.54] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.55] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.55] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 119ms [xUnit.net 00:00:40.55] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.55] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 173ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.debug/index.json 207ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 204ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.56] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 226ms [xUnit.net 00:00:40.56] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.debug/index.json 234ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 253ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.56] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 270ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.debug/index.json 239ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 237ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 198ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 165ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.debug/index.json 298ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 247ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 261ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 256ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 242ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 284ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization/index.json 337ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization/index.json 338ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization/index.json 337ms [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.56] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 423ms [xUnit.net 00:00:40.56] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 430ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 447ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 501ms [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 463ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 484ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 600ms [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 580ms [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization/index.json 487ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization/index.json 488ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.57] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization/index.json 506ms [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization/index.json 505ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks/index.json 508ms [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks/index.json 438ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks/index.json 572ms [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks/index.json 588ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks/index.json 609ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks/index.json 610ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks/index.json 631ms [xUnit.net 00:00:40.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks/index.json 643ms [xUnit.net 00:00:40.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.58] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks/index.json 665ms [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks/index.json 689ms [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks/index.json 706ms [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io/index.json 564ms [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 574ms [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 572ms [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 499ms [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 555ms [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 542ms [xUnit.net 00:00:40.58] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 501ms [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.58] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.59] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 562ms [xUnit.net 00:00:40.59] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization/index.json 582ms [xUnit.net 00:00:40.59] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io/index.json 535ms [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.sockets/index.json < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore exited with 1 in 5395 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore Process ID: 6808 [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.59] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.59] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.59] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization/index.json 577ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 647ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 675ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 571ms [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 1078ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.objectmodel/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression.zipfile/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.sockets/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.expressions/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.extensions/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg [xUnit.net 00:00:40.60] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/4.3.0/system.globalization.4.3.0.nupkg [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xdocument/index.json 1140ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 67ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 53ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 61ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.expressions/index.json 58ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.expressions/index.json 56ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.extensions/index.json 57ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.extensions/index.json 381ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.extensions/index.json 457ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.extensions/index.json 189ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.extensions/index.json 245ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.extensions/index.json 282ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 155ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 74ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.extensions/index.json 236ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.extensions/index.json 571ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.extensions/index.json 324ms [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 273ms [xUnit.net 00:00:40.60] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.60] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.sockets/index.json 613ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 601ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 242ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 279ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.extensions/index.json 198ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 344ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 701ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection/index.json 628ms [xUnit.net 00:00:40.61] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 655ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.resourcemanager/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 544ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 531ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 658ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 667ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 493ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 768ms [xUnit.net 00:00:40.61] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 694ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.primitives/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection/index.json 425ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection/index.json 462ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.expressions/index.json 306ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 723ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.expressions/index.json 354ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io/index.json 788ms [xUnit.net 00:00:40.61] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection/index.json 553ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.expressions/index.json 277ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 405ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io/index.json 724ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 638ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.extensions/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression.zipfile/index.json 772ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 430ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 465ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.extensions/index.json 259ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 417ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 375ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.expressions/index.json 462ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 573ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 527ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 345ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.expressions/index.json 664ms [xUnit.net 00:00:40.61] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression/index.json 801ms [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.61] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.62] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.62] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.expressions/index.json 451ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.expressions/index.json 575ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 471ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io/index.json 775ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.62] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.expressions/index.json 808ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression.zipfile/index.json 730ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 744ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.objectmodel/index.json 861ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 673ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.sockets/index.json 754ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.sockets/index.json 710ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression/index.json 816ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection/index.json 579ms [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.expressions/index.json 631ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization/index.json 962ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 703ms [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 472ms [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection/index.json 821ms [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.resourcemanager/index.json 380ms [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.resourcemanager/index.json 362ms [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 699ms [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io/index.json 870ms [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection/index.json 628ms [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq/index.json 1000ms [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.resourcemanager/index.json 377ms [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.64] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 684ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 642ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.resourcemanager/index.json 392ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression/index.json 656ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading/index.json 559ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading/index.json 547ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.resourcemanager/index.json 411ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq/index.json 722ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io/index.json 731ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io/index.json 698ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression/index.json 628ms [xUnit.net 00:00:40.64] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 883ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 808ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection/index.json 653ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io/index.json 834ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io/index.json 921ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.primitives/index.json 549ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading/index.json 1247ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.extensions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.primitives/index.json 536ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.extensions/index.json 535ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.primitives/index.json 552ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.extensions/index.json 525ms [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 522ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.extensions/index.json 520ms [xUnit.net 00:00:40.64] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.extensions/index.json 523ms [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.64] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 522ms [xUnit.net 00:00:40.64] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 519ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 518ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 524ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.regularexpressions/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 520ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime/index.json 511ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 508ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices/index.json 516ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 516ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 516ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 519ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices/index.json 521ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices/index.json 530ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 499ms [xUnit.net 00:00:40.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime/index.json 501ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 536ms [xUnit.net 00:00:40.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices/index.json 477ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime/index.json 487ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices/index.json 490ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices/index.json 497ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 495ms [xUnit.net 00:00:40.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/4.0.11/system.collections.4.0.11.nupkg [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 503ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 493ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 502ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 495ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 501ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 509ms [xUnit.net 00:00:40.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 508ms [xUnit.net 00:00:40.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/4.0.11/system.globalization.4.0.11.nupkg [xUnit.net 00:00:40.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 510ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 494ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 494ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 497ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 506ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 506ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 505ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 503ms [xUnit.net 00:00:40.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 506ms [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 481ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 483ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 492ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 481ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 489ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 489ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 489ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 483ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 471ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 492ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 479ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding/index.json 461ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.extensions/index.json 436ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.extensions/index.json 445ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.extensions/index.json 458ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.extensions/index.json 445ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding/index.json 457ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding/index.json 470ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding/index.json 463ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.extensions/index.json 347ms [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding/index.json 473ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.regularexpressions/index.json 309ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.extensions/index.json 327ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.extensions/index.json 311ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.regularexpressions/index.json 300ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.regularexpressions/index.json 306ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/4.3.0/system.reflection.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/4.1.0/system.reflection.4.1.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 285ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/4.3.0/system.threading.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/4.0.11/system.threading.4.0.11.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.regularexpressions/index.json 294ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.regularexpressions/index.json 287ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.regularexpressions/index.json 285ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.regularexpressions/index.json 287ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.0/system.net.http.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/4.1.0/system.io.4.1.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 290ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/4.3.0/system.io.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 283ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 283ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 303ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 295ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal exited with 0 in 8237 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal Process ID: 3172 [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 299ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 299ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/4.1.0/system.linq.4.1.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 303ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 299ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 272ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/4.3.0/system.linq.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 270ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 278ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 284ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 267ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 280ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 286ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 276ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 285ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 281ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/4.1.0/system.runtime.4.1.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 283ms [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/4.3.0/system.runtime.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 285ms [xUnit.net 00:00:40.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 270ms [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 276ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 277ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 275ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 276ms [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 280ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 287ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 295ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 335ms [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 311ms [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 343ms [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 336ms [xUnit.net 00:00:40.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 532ms [xUnit.net 00:00:40.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.regularexpressions/index.json 685ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime/index.json 1437ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 565ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime/index.json 1433ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 689ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 459ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.primitives/index.json 1472ms [xUnit.net 00:00:40.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.primitives/index.json 1518ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.primitives/index.json 1491ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.resourcemanager/index.json 1507ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.primitives/index.json 1476ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime/index.json 1512ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.extensions/index.json 1487ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.sockets/index.json 1864ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.extensions/index.json 1537ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.extensions/index.json 1535ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression/index.json 1990ms [xUnit.net 00:00:40.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection/index.json 1786ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.extensions/index.json 1581ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.objectmodel/index.json 1931ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.objectmodel/index.json 2030ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.buffers/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 1853ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.sockets/index.json 1861ms [xUnit.net 00:00:40.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression/index.json 1938ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 2159ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.objectmodel/index.json 1904ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq/index.json 2073ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 2091ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.resourcemanager/index.json 1580ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.sockets/index.json 1904ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq/index.json 2037ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.resourcemanager/index.json 1634ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression/index.json 1968ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression.zipfile/index.json 2057ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression.zipfile/index.json 2152ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression.zipfile/index.json 2003ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 2104ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.objectmodel/index.json 1966ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression/index.json 1976ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.objectmodel/index.json 1993ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.io.compression/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.sockets/index.json 1950ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression/index.json 1981ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq/index.json 2043ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression.zipfile/index.json 2018ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq/index.json 2039ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading/index.json 2048ms [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading/index.json 2267ms [xUnit.net 00:00:40.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection/index.json 1958ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading/index.json 2220ms [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading/index.json 2152ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression.zipfile/index.json 2010ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading/index.json 2083ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading/index.json 2016ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading/index.json 1934ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq/index.json 2033ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.objectmodel/index.json 1993ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression.zipfile/index.json 1982ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.resourcemanager/index.json 1724ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io/index.json 2100ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.sockets/index.json 1996ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.resourcemanager/index.json 1731ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 1954ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression/index.json 1957ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq/index.json 1959ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression.zipfile/index.json 1907ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression.zipfile/index.json 1889ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq/index.json 2006ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 2110ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.objectmodel/index.json 1984ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.sockets/index.json 1981ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection/index.json 1918ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq/index.json 1940ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 1922ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.objectmodel/index.json 1978ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 1928ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq/index.json 1956ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 1918ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 2081ms [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.sockets/index.json 1941ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 2047ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 1948ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.primitives/index.json 1778ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.extensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression/index.json 1965ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.sockets/index.json 1962ms [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.buffers/4.3.0/system.buffers.4.3.0.nupkg [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.objectmodel/index.json 1951ms [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.objectmodel/index.json 1963ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization/index.json 2403ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression.zipfile/index.json 2027ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.primitives/index.json 1760ms [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.primitives/index.json 1756ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.resourcemanager/index.json 1766ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.extensions/index.json 1749ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.buffers/index.json 470ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.primitives/index.json 1754ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.buffers/index.json 469ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.extensions/index.json 1740ms [xUnit.net 00:00:40.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.extensions/index.json 1740ms [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.buffers/index.json 458ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 1681ms [xUnit.net 00:00:40.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.buffers/index.json 457ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.buffers/index.json 444ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime/index.json 1630ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 1651ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 1643ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 1711ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime/index.json 1629ms [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime/index.json 1633ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime/index.json 1634ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices/index.json 1614ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices/index.json 1617ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices/index.json 1620ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime/index.json 1709ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices/index.json 1625ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1616ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1604ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1628ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1605ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1607ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1603ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 1605ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 1605ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 1603ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 2113ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 1606ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.buffers/index.json 502ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading/index.json 2162ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices/index.json 1670ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 1625ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 1611ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.buffers/index.json 465ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1607ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 465ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 1621ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1602ms [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.buffers/index.json 446ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.buffers/index.json 440ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 442ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 425ms [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1613ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.buffers/index.json 428ms [xUnit.net 00:00:40.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1605ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 424ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.buffers/index.json 403ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 386ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1617ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1610ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 368ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.io.compression/index.json 337ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.io.compression/index.json 334ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1606ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1612ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1625ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1605ms [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.io.compression/index.json 368ms [xUnit.net 00:00:40.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1609ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1609ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.io.compression/index.json 343ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.io.compression/index.json 344ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.io.compression/index.json 319ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1625ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.io.compression/index.json 314ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 318ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.io.compression/index.json 317ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 320ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 309ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 315ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1649ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:40.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 320ms [xUnit.net 00:00:40.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 316ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 319ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1661ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 317ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 316ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 317ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1656ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1669ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 323ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1664ms [xUnit.net 00:00:40.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1660ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1661ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 330ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1655ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 337ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1665ms [xUnit.net 00:00:40.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1671ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 336ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 340ms [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 340ms [xUnit.net 00:00:40.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.extensions/index.json 332ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.extensions/index.json 333ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1681ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 329ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.extensions/index.json 1656ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1694ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding/index.json 1675ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding/index.json 1677ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding/index.json 1670ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding/index.json 1662ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.extensions/index.json 1655ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding/index.json 1680ms [xUnit.net 00:00:40.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.extensions/index.json 346ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding/index.json 1673ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.extensions/index.json 1672ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.extensions/index.json 351ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.extensions/index.json 351ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.extensions/index.json 347ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.extensions/index.json 1682ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.extensions/index.json 347ms [xUnit.net 00:00:40.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.extensions/index.json 354ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.extensions/index.json 342ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.extensions/index.json 338ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.regularexpressions/index.json 1518ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 316ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.regularexpressions/index.json 1523ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.regularexpressions/index.json 1508ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 311ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 307ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 311ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 304ms [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 344ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 303ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore exited with 0 in 7099 ms. [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 335ms Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json Process ID: 4064 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore exited with 1 in 3878 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore Process ID: 8400 [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 306ms [xUnit.net 00:00:40.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 307ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 310ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 307ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 318ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 304ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 308ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 305ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 303ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 287ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 290ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 289ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 323ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 378ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 553ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.extensions/index.json 474ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 330ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 334ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 342ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 339ms [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 350ms [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 353ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 352ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 353ms [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 316ms [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 287ms [xUnit.net 00:00:40.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 350ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 300ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 325ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 348ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 367ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 330ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 368ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 351ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 336ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 375ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 318ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 383ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 350ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 367ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 396ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 323ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 1504ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 322ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 316ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 1504ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 1508ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 309ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 306ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 308ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 303ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 305ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 305ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 297ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 304ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 306ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 298ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 293ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 464ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 298ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 301ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 297ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 290ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 292ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 307ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 293ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 299ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 318ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 308ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 319ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 321ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 319ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 337ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 338ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 392ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 349ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 357ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 391ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 396ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 395ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 405ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 424ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 406ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms [xUnit.net 00:00:40.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 408ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 459ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 436ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 465ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 456ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 460ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 465ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 526ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 488ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 518ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 497ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 506ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 520ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 528ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 537ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 521ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 559ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 541ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 541ms [xUnit.net 00:00:40.75] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 554ms [xUnit.net 00:00:40.78] 》 Installed Microsoft.Win32.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0 with content hash 9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==. [xUnit.net 00:00:40.78] 》 Installed Microsoft.NETFramework.ReferenceAssemblies 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies\1.0.3 with content hash vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==. [xUnit.net 00:00:40.78] 》 Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==. [xUnit.net 00:00:40.78] 》 Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==. [xUnit.net 00:00:40.78] 》 Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==. [xUnit.net 00:00:40.78] 》 Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==. [xUnit.net 00:00:40.78] 》 Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.openssl\4.3.0 with content hash NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==. [xUnit.net 00:00:40.78] 》 Installed System.IO.FileSystem.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0 with content hash 6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==. [xUnit.net 00:00:40.78] 》 Installed System.Threading 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0 with content hash VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==. [xUnit.net 00:00:40.78] 》 Installed System.Reflection.Emit.ILGeneration 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.ilgeneration\4.0.1 with content hash Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==. [xUnit.net 00:00:40.78] 》 Installed System.Console 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0 with content hash DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==. [xUnit.net 00:00:40.78] 》 Installed System.Net.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0 with content hash qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==. [xUnit.net 00:00:40.78] 》 Installed System.Reflection.Emit 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit\4.0.1 with content hash P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==. [xUnit.net 00:00:40.78] 》 Installed Newtonsoft.Json 13.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3 with content hash HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==. [xUnit.net 00:00:40.78] 》 Installed System.Resources.ResourceManager 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.0.1 with content hash TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==. [xUnit.net 00:00:40.78] 》 Installed System.Reflection.Extensions 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.0.1 with content hash GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==. [xUnit.net 00:00:40.78] 》 Installed System.Xml.XDocument 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.0.11 with content hash Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==. [xUnit.net 00:00:40.78] 》 Installed System.Xml.ReaderWriter 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.0.11 with content hash ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==. [xUnit.net 00:00:40.78] 》 Installed System.Linq 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.1.0 with content hash bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==. [xUnit.net 00:00:40.78] 》 Installed runtime.native.System.IO.Compression 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.io.compression\4.3.0 with content hash INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==. [xUnit.net 00:00:40.78] 》 Installed System.Reflection.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.0.1 with content hash 4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==. [xUnit.net 00:00:40.78] 》 Installed System.Security.Cryptography.X509Certificates 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0 with content hash t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==. [xUnit.net 00:00:40.78] 》 Installed System.IO 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.1.0 with content hash 3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==. [xUnit.net 00:00:40.78] 》 Installed System.IO.Compression.ZipFile 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0 with content hash G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==. [xUnit.net 00:00:40.78] 》 Installed System.Diagnostics.Debug 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.0.11 with content hash w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==. [xUnit.net 00:00:40.78] 》 Installed System.Reflection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0 with content hash KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==. [xUnit.net 00:00:40.78] 》 Installed System.ObjectModel 4.0.12 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.0.12 with content hash tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==. [xUnit.net 00:00:40.78] 》 Installed System.Text.Encoding 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.0.11 with content hash U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==. [xUnit.net 00:00:40.78] 》 Installed System.Collections 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.0.11 with content hash YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==. [xUnit.net 00:00:40.78] 》 Installed NETStandard.Library 1.6.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\1.6.1 with content hash WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==. [xUnit.net 00:00:40.78] 》 Installed System.Threading 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.0.11 with content hash N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==. [xUnit.net 00:00:40.78] 》 Installed System.Net.Http 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0 with content hash sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==. [xUnit.net 00:00:40.78] 》 Installed Newtonsoft.Json 9.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1 with content hash U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==. [xUnit.net 00:00:40.78] 》 Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==. [xUnit.net 00:00:40.78] 》 Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==. [xUnit.net 00:00:40.78] 》 Installed System.Diagnostics.Debug 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0 with content hash ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==. [xUnit.net 00:00:40.78] 》 Installed Microsoft.NETCore.Targets 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.targets\1.1.0 with content hash aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==. [xUnit.net 00:00:40.79] 》 Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.InteropServices.RuntimeInformation 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0 with content hash cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==. [xUnit.net 00:00:40.79] 》 Installed System.Reflection 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.1.0 with content hash JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==. [xUnit.net 00:00:40.79] 》 Installed System.Text.RegularExpressions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.1.0 with content hash i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==. [xUnit.net 00:00:40.79] 》 Installed System.Threading.Tasks.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0 with content hash npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==. [xUnit.net 00:00:40.79] 》 Installed System.IO.FileSystem 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0 with content hash 3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.Serialization.Primitives 4.1.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1 with content hash HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==. [xUnit.net 00:00:40.79] 》 Installed System.Dynamic.Runtime 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11 with content hash db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==. [xUnit.net 00:00:40.79] 》 Installed System.Threading.Tasks 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0 with content hash LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==. [xUnit.net 00:00:40.79] 》 Installed System.IO.Compression 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0 with content hash YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==. [xUnit.net 00:00:40.79] 》 Installed System.Globalization 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0 with content hash kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==. [xUnit.net 00:00:40.79] 》 Installed System.Text.Encoding.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0 with content hash YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.Handles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0 with content hash OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==. [xUnit.net 00:00:40.79] 》 Installed System.Text.Encoding.Extensions 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.0.11 with content hash jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==. [xUnit.net 00:00:40.79] 》 Installed runtime.native.System 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system\4.3.0 with content hash c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==. [xUnit.net 00:00:40.79] 》 Installed System.Globalization.Calendars 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0 with content hash GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==. [xUnit.net 00:00:40.79] 》 Installed System.Globalization 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.0.11 with content hash B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==. [xUnit.net 00:00:40.79] 》 Installed System.Security.Cryptography.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0 with content hash 7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==. [xUnit.net 00:00:40.79] 》 Installed System.Diagnostics.DiagnosticSource 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0 with content hash tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==. [xUnit.net 00:00:40.79] 》 Installed System.Xml.ReaderWriter 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0 with content hash GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==. [xUnit.net 00:00:40.79] 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.1.0 with content hash v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==. [xUnit.net 00:00:40.79] 》 Installed System.Collections 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0 with content hash 3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==. [xUnit.net 00:00:40.79] 》 Installed System.ObjectModel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0 with content hash bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==. [xUnit.net 00:00:40.79] 》 Installed System.Text.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0 with content hash BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==. [xUnit.net 00:00:40.79] 》 Installed System.Security.Cryptography.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0 with content hash 1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==. [xUnit.net 00:00:40.79] 》 Installed System.Threading.Tasks 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.0.11 with content hash k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==. [xUnit.net 00:00:40.79] 》 Installed System.Net.Sockets 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0 with content hash m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==. [xUnit.net 00:00:40.79] 》 Installed System.Collections.Concurrent 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0 with content hash ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==. [xUnit.net 00:00:40.79] 》 Installed System.Security.Cryptography.Algorithms 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0 with content hash W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==. [xUnit.net 00:00:40.79] 》 Installed Microsoft.CSharp 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1 with content hash 17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==. [xUnit.net 00:00:40.79] 》 Installed System.Threading.Timer 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0 with content hash Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==. [xUnit.net 00:00:40.79] 》 Installed System.Reflection.TypeExtensions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.1.0 with content hash tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==. [xUnit.net 00:00:40.79] 》 Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash +yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==. [xUnit.net 00:00:40.79] 》 Installed System.Resources.ResourceManager 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0 with content hash /zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==. [xUnit.net 00:00:40.79] 》 Installed System.Reflection.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0 with content hash rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==. [xUnit.net 00:00:40.79] 》 Installed System.Buffers 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0 with content hash ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==. [xUnit.net 00:00:40.79] 》 Installed System.AppContext 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0 with content hash fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==. [xUnit.net 00:00:40.79] 》 Installed System.Reflection.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0 with content hash 5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.Numerics 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0 with content hash yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.Extensions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.1.0 with content hash CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.InteropServices 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.1.0 with content hash 16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.InteropServices 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0 with content hash uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==. [xUnit.net 00:00:40.79] 》 Installed System.Diagnostics.Tracing 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0 with content hash rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==. [xUnit.net 00:00:40.79] 》 Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==. [xUnit.net 00:00:40.79] 》 Installed System.Diagnostics.Tools 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0 with content hash UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0 with content hash guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==. [xUnit.net 00:00:40.79] 》 Installed System.Linq 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0 with content hash 5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==. [xUnit.net 00:00:40.79] 》 Installed System.Linq.Expressions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0 with content hash PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==. [xUnit.net 00:00:40.79] 》 Installed System.IO 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0 with content hash 3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==. [xUnit.net 00:00:40.79] 》 Installed System.Xml.XDocument 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0 with content hash 5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==. [xUnit.net 00:00:40.79] 》 Installed System.Linq.Expressions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.1.0 with content hash I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==. [xUnit.net 00:00:40.79] 》 Installed System.Text.RegularExpressions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0 with content hash RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==. [xUnit.net 00:00:40.79] 》 Installed System.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0 with content hash JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==. [xUnit.net 00:00:40.79] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net45 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3 with content hash dcSLNuUX2rfZejsyta2EWZ1W5U6ucbFt697lRg1qiTlTM5ZlYv4uAvuxE6ROy6xLWWhLhOaReCDxkhxcajRYtQ==. [xUnit.net 00:00:40.79] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net40 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3 with content hash 3ctXnCpHdoYJNH9ATfXKwckkkdHvHc1Xls12QB9kf1tjh3b+VzxtiwpkZN4GxOawakfH6CJAkqhlDKSiz6Ujbg==. [xUnit.net 00:00:40.79] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\DesktopAndNetStandard.csproj.nuget.g.props. [xUnit.net 00:00:40.79] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\DesktopAndNetStandard.csproj.nuget.g.targets. [xUnit.net 00:00:40.79] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\project.assets.json [xUnit.net 00:00:40.79] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj (in 32.3 sec). [xUnit.net 00:00:40.79] 》 [xUnit.net 00:00:40.79] 》 NuGet Config files used: [xUnit.net 00:00:40.79] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:40.79] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:40.79] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:40.79] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:40.79] 》 [xUnit.net 00:00:40.79] 》 Feeds used: [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:40.79] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:40.79] 》 [xUnit.net 00:00:40.79] 》 Installed: [xUnit.net 00:00:40.79] 》 94 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj [xUnit.net 00:00:40.79] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Restore target(s)). [xUnit.net 00:00:40.79] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:40.80] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:24) on node 1 (Build target(s)). [xUnit.net 00:00:40.80] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:40.80] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=net45] [xUnit.net 00:00:40.80] 》PrepareForBuild: [xUnit.net 00:00:40.80] 》 Creating directory "bin\Debug\net45\". [xUnit.net 00:00:40.80] 》 Creating directory "obj\Debug\net45\". [xUnit.net 00:00:40.80] 》_GenerateSourceLinkFile: [xUnit.net 00:00:40.80] 》 Source Link is empty, file 'obj\Debug\net45\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:40.80] 》CoreCompile: [xUnit.net 00:00:40.80] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:40.80] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:40.80] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DesktopAndNetStandard.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:40.80] 》 Compilation request DesktopAndNetStandard (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:40.80] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:40.80] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DesktopAndNetStandard.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:40.80] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.80] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.80] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:40.80] 》 Begin writing request for DesktopAndNetStandard (net45) [xUnit.net 00:00:40.80] 》 End writing request for DesktopAndNetStandard (net45) [xUnit.net 00:00:40.80] 》 Begin reading response for DesktopAndNetStandard (net45) [xUnit.net 00:00:40.80] 》 End reading response for DesktopAndNetStandard (net45) [xUnit.net 00:00:40.80] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net45) [xUnit.net 00:00:40.80] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:40.80] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\Newtonsoft.Json.dll". [xUnit.net 00:00:40.80] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:40.80] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopA.E4F2FB1E.Up2Date". [xUnit.net 00:00:40.80] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:40.80] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.dll". [xUnit.net 00:00:40.80] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.dll [xUnit.net 00:00:40.80] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.pdb". [xUnit.net 00:00:40.80] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:40.84] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:25) on node 1 (Build target(s)). [xUnit.net 00:00:40.84] 》PrepareForBuild: [xUnit.net 00:00:40.84] 》 Creating directory "bin\Debug\net40\". [xUnit.net 00:00:40.84] 》 Creating directory "obj\Debug\net40\". [xUnit.net 00:00:40.84] 》_GenerateSourceLinkFile: [xUnit.net 00:00:40.84] 》 Source Link is empty, file 'obj\Debug\net40\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:40.84] 》CoreCompile: [xUnit.net 00:00:40.84] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:40.84] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:40.84] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:40.84] 》 Compilation request DesktopAndNetStandard (net40), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:40.84] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:40.84] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:40.84] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.84] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.84] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:40.84] 》 Begin writing request for DesktopAndNetStandard (net40) [xUnit.net 00:00:40.84] 》 End writing request for DesktopAndNetStandard (net40) [xUnit.net 00:00:40.84] 》 Begin reading response for DesktopAndNetStandard (net40) [xUnit.net 00:00:40.85] 》 End reading response for DesktopAndNetStandard (net40) [xUnit.net 00:00:40.85] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net40) [xUnit.net 00:00:40.85] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:40.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\Newtonsoft.Json.dll". [xUnit.net 00:00:40.85] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:40.85] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopA.E4F2FB1E.Up2Date". [xUnit.net 00:00:40.85] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:40.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.dll". [xUnit.net 00:00:40.85] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.dll [xUnit.net 00:00:40.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.pdb". [xUnit.net 00:00:40.85] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:40.85] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:26) on node 1 (Build target(s)). [xUnit.net 00:00:40.85] 》PrepareForBuild: [xUnit.net 00:00:40.85] 》 Creating directory "bin\Debug\net40-client\". [xUnit.net 00:00:40.85] 》 Creating directory "obj\Debug\net40-client\". [xUnit.net 00:00:40.85] 》ResolveAssemblyReferences: [xUnit.net 00:00:40.85] 》 A TargetFramework profile exclusion list will be generated. [xUnit.net 00:00:40.85] 》_GenerateSourceLinkFile: [xUnit.net 00:00:40.85] 》 Source Link is empty, file 'obj\Debug\net40-client\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:40.85] 》CoreCompile: [xUnit.net 00:00:40.85] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:40.85] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:40.85] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40-client\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40-client\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40-client\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs" obj\Debug\net40-client\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:40.85] 》 Compilation request DesktopAndNetStandard (net40-client), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:40.85] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:40.85] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40-client\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40-client\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40-client\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs" obj\Debug\net40-client\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:40.85] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.85] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.85] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:40.85] 》 Begin writing request for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:40.85] 》 End writing request for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:40.85] 》 Begin reading response for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:40.85] 》 End reading response for DesktopAndNetStandard (net40-client) [xUnit.net 00:00:40.85] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net40-client) [xUnit.net 00:00:40.85] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:40.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\Newtonsoft.Json.dll". [xUnit.net 00:00:40.85] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:40.85] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopA.E4F2FB1E.Up2Date". [xUnit.net 00:00:40.85] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:40.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.dll". [xUnit.net 00:00:40.85] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.dll [xUnit.net 00:00:40.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.pdb". [xUnit.net 00:00:40.85] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:40.85] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:27) on node 1 (Build target(s)). [xUnit.net 00:00:40.85] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:40.85] 》PrepareForBuild: [xUnit.net 00:00:40.85] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:00:40.85] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:00:40.85] 》_GenerateSourceLinkFile: [xUnit.net 00:00:40.86] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\DesktopAndNetStandard.sourcelink.json' does not exist. [xUnit.net 00:00:40.86] 》CoreCompile: [xUnit.net 00:00:40.86] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:40.86] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:40.86] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:40.86] 》 Compilation request DesktopAndNetStandard (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:40.86] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:40.86] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:40.86] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.86] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:40.86] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:40.86] 》 Begin writing request for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.86] 》 End writing request for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.86] 》 Begin reading response for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.86] 》 End reading response for DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.86] 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (netstandard1.5) [xUnit.net 00:00:40.86] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:40.86] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\netstandard1.5\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.dll". [xUnit.net 00:00:40.86] 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.dll [xUnit.net 00:00:40.86] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\netstandard1.5\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.pdb". [xUnit.net 00:00:40.86] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:40.86] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). [xUnit.net 00:00:40.86] 》 [xUnit.net 00:00:40.86] 》Build succeeded. [xUnit.net 00:00:40.86] 》 [xUnit.net 00:00:40.86] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Restore target) (1) -> [xUnit.net 00:00:40.86] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraph target) (1:14) -> [xUnit.net 00:00:40.86] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:22) -> [xUnit.net 00:00:40.86] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:00:40.86] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:40.86] 》 [xUnit.net 00:00:40.86] 》 [xUnit.net 00:00:40.86] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target) (1:23) -> [xUnit.net 00:00:40.86] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target) (1:27) -> [xUnit.net 00:00:40.86] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:40.86] 》 [xUnit.net 00:00:40.86] 》 2 Warning(s) [xUnit.net 00:00:40.86] 》 0 Error(s) [xUnit.net 00:00:40.86] 》 [xUnit.net 00:00:40.86] 》Time Elapsed 00:00:37.40 [xUnit.net 00:00:40.86] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_desktop_library_successfully_on_windows [37 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:25 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:19) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:20) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:14) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:22) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/newtonsoft.json/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/newtonsoft.json/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/newtonsoft.json/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/newtonsoft.json/index.json 101ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/newtonsoft.json/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/newtonsoft.json/index.json 63ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/newtonsoft.json/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/newtonsoft.json/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/newtonsoft.json/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/newtonsoft.json/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/newtonsoft.json/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/newtonsoft.json/index.json 64ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/newtonsoft.json/index.json 61ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/newtonsoft.json/index.json 64ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/newtonsoft.json/index.json 79ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/1.0.3/microsoft.netframework.referenceassemblies.1.0.3.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 57ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/1.0.3/microsoft.netframework.referenceassemblies.net45.1.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 52ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 53ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 62ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 61ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 64ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 104ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies/index.json 101ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 85ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 87ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 85ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 83ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 82ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/1.0.3/microsoft.netframework.referenceassemblies.net40.1.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 57ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 66ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 55ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 58ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 60ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net40/index.json 64ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net45/index.json 164ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/netstandard.library/index.json 54ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/netstandard.library/index.json 54ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xdocument/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/netstandard.library/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/netstandard.library/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/netstandard.library/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/netstandard.library/index.json 55ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xdocument/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 57ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 104ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 63ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 109ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 91ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 76ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.readerwriter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 94ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 111ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 128ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 126ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.readerwriter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 134ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 121ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 131ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 83ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 110ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.readerwriter/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.readerwriter/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/4.3.0/system.collections.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xdocument/index.json 60ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.readerwriter/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.readerwriter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xdocument/index.json 145ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xdocument/index.json 67ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xdocument/index.json 116ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xdocument/index.json 141ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.readerwriter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xdocument/index.json 144ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xdocument/index.json 162ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.readerwriter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xdocument/index.json 150ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xdocument/index.json 102ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.readerwriter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections/index.json 138ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xdocument/index.json 156ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections/index.json 57ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections/index.json 60ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections/index.json 124ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections/index.json 128ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections/index.json 126ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections/index.json 93ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 106ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections/index.json 148ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections/index.json 131ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.readerwriter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections/index.json 131ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 91ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections/index.json 120ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 146ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.readerwriter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 91ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.debug/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 176ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 109ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 182ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 95ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 166ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 136ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 120ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 150ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 198ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 89ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 193ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 80ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 186ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 195ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 189ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 172ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.debug/index.json 118ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 296ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 321ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 159ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.readerwriter/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.readerwriter/index.json 72ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.readerwriter/index.json 162ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.readerwriter/index.json 182ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.3.0/system.console.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.readerwriter/index.json 121ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.readerwriter/index.json 143ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.readerwriter/index.json 173ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.readerwriter/index.json 150ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.readerwriter/index.json 211ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 350ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 330ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.debug/index.json 177ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 352ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.debug/index.json 156ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 384ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 180ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 380ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.readerwriter/index.json 246ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 172ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 368ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 261ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.debug/index.json 218ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 381ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.readerwriter/index.json 279ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 84ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.debug/index.json 73ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.debug/index.json 87ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.debug/index.json 140ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 119ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 173ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.debug/index.json 207ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 204ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 226ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.debug/index.json 234ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 253ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 270ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.debug/index.json 239ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 237ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 198ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 165ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.debug/index.json 298ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 247ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 261ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 256ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 242ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 284ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization/index.json 337ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization/index.json 338ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization/index.json 337ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 423ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 430ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 447ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 501ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 463ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.objectmodel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 484ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 600ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 580ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization/index.json 487ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization/index.json 488ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization/index.json 506ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization/index.json 505ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks/index.json 508ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks/index.json 438ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks/index.json 572ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks/index.json 588ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks/index.json 609ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks/index.json 610ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks/index.json 631ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks/index.json 643ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.expressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks/index.json 665ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks/index.json 689ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks/index.json 706ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io/index.json 564ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 574ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 572ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.objectmodel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 499ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 555ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 542ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 501ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 562ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization/index.json 582ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io/index.json 535ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.objectmodel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.sockets/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.expressions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization/index.json 577ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 647ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 675ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 571ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.objectmodel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 1078ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.objectmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression.zipfile/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.expressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/4.3.0/system.globalization.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xdocument/index.json 1140ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 67ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 53ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 61ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.expressions/index.json 58ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.expressions/index.json 56ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.extensions/index.json 57ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.extensions/index.json 381ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.extensions/index.json 457ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.extensions/index.json 189ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.extensions/index.json 245ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.extensions/index.json 282ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 155ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.extensions/index.json 236ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.extensions/index.json 571ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.extensions/index.json 324ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 273ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.sockets/index.json 613ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 601ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 242ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 279ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.extensions/index.json 198ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 344ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 701ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection/index.json 628ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 655ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 544ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 531ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 658ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 667ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 493ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 768ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 694ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection/index.json 425ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection/index.json 462ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.expressions/index.json 306ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 723ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.expressions/index.json 354ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io/index.json 788ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection/index.json 553ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.expressions/index.json 277ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 405ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io/index.json 724ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 638ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression.zipfile/index.json 772ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 430ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 465ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.extensions/index.json 259ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 417ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 375ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.expressions/index.json 462ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 573ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 527ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 345ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.expressions/index.json 664ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.compression/index.json 801ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.expressions/index.json 451ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.expressions/index.json 575ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 471ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io/index.json 775ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.expressions/index.json 808ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression.zipfile/index.json 730ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 744ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.objectmodel/index.json 861ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 673ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.sockets/index.json 754ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.sockets/index.json 710ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.compression/index.json 816ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection/index.json 579ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.expressions/index.json 631ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization/index.json 962ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 703ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 472ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection/index.json 821ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.resourcemanager/index.json 380ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.resourcemanager/index.json 362ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 699ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io/index.json 870ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection/index.json 628ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq/index.json 1000ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.resourcemanager/index.json 377ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 684ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 642ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.resourcemanager/index.json 392ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression/index.json 656ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading/index.json 559ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading/index.json 547ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.resourcemanager/index.json 411ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq/index.json 722ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io/index.json 731ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io/index.json 698ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression/index.json 628ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 883ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 808ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection/index.json 653ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io/index.json 834ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io/index.json 921ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.primitives/index.json 549ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading/index.json 1247ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.regularexpressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.regularexpressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.regularexpressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.regularexpressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.primitives/index.json 536ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.extensions/index.json 535ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.primitives/index.json 552ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.extensions/index.json 525ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 522ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.regularexpressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.regularexpressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.extensions/index.json 520ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.extensions/index.json 523ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.regularexpressions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.regularexpressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 522ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 519ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.regularexpressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 518ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.regularexpressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 524ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.regularexpressions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 520ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime/index.json 511ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 508ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices/index.json 516ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 516ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/netstandard.library/index.json 516ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 519ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices/index.json 521ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices/index.json 530ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/netstandard.library/index.json 499ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime/index.json 501ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/netstandard.library/index.json 536ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices/index.json 477ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime/index.json 487ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices/index.json 490ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices/index.json 497ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 495ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections/4.0.11/system.collections.4.0.11.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 503ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 493ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 502ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 495ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 501ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 509ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 508ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization/4.0.11/system.globalization.4.0.11.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 510ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 494ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 494ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 497ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 506ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 506ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 505ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 503ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 506ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 481ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 483ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 492ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 481ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 489ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 489ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 489ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 483ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 471ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 492ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 479ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding/index.json 461ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.extensions/index.json 436ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.extensions/index.json 445ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.extensions/index.json 458ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.extensions/index.json 445ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding/index.json 457ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding/index.json 470ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding/index.json 463ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.extensions/index.json 347ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding/index.json 473ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.regularexpressions/index.json 309ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.extensions/index.json 327ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.extensions/index.json 311ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.regularexpressions/index.json 300ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.regularexpressions/index.json 306ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/4.3.0/system.reflection.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection/4.1.0/system.reflection.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 285ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/4.3.0/system.threading.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading/4.0.11/system.threading.4.0.11.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.regularexpressions/index.json 294ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.regularexpressions/index.json 287ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.regularexpressions/index.json 285ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.regularexpressions/index.json 287ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.0/system.net.http.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/4.1.0/system.io.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 290ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io/4.3.0/system.io.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 283ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 283ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 303ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 295ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 299ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 299ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/4.1.0/system.linq.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 303ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 299ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 272ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq/4.3.0/system.linq.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 270ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 278ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 284ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 267ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 280ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 286ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 276ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 285ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 281ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/4.1.0/system.runtime.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 283ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime/4.3.0/system.runtime.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 285ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 270ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 276ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 277ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 275ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 276ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 280ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 287ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 295ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 301ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 335ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 311ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 343ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 336ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 532ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.buffers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.buffers/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.buffers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.regularexpressions/index.json 685ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime/index.json 1437ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.buffers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 565ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime/index.json 1433ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.buffers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.buffers/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 689ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 459ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.primitives/index.json 1472ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.primitives/index.json 1518ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.buffers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.primitives/index.json 1491ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.resourcemanager/index.json 1507ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.primitives/index.json 1476ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime/index.json 1512ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.buffers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.extensions/index.json 1487ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.sockets/index.json 1864ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.buffers/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.extensions/index.json 1537ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.extensions/index.json 1535ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression/index.json 1990ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.buffers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection/index.json 1786ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.extensions/index.json 1581ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.buffers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.objectmodel/index.json 1931ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.objectmodel/index.json 2030ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.buffers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 1853ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.sockets/index.json 1861ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression/index.json 1938ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 2159ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.objectmodel/index.json 1904ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq/index.json 2073ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 2091ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.resourcemanager/index.json 1580ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.sockets/index.json 1904ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq/index.json 2037ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.resourcemanager/index.json 1634ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression/index.json 1968ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.compression.zipfile/index.json 2057ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.compression.zipfile/index.json 2152ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.compression.zipfile/index.json 2003ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 2104ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.objectmodel/index.json 1966ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression/index.json 1976ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.objectmodel/index.json 1993ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.io.compression/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.sockets/index.json 1950ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression/index.json 1981ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq/index.json 2043ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.compression.zipfile/index.json 2018ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq/index.json 2039ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading/index.json 2048ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading/index.json 2267ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection/index.json 1958ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading/index.json 2220ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading/index.json 2152ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.compression.zipfile/index.json 2010ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading/index.json 2083ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading/index.json 2016ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading/index.json 1934ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq/index.json 2033ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.objectmodel/index.json 1993ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.compression.zipfile/index.json 1982ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.resourcemanager/index.json 1724ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io/index.json 2100ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.sockets/index.json 1996ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.resourcemanager/index.json 1731ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 1954ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression/index.json 1957ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq/index.json 1959ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression.zipfile/index.json 1907ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.compression.zipfile/index.json 1889ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq/index.json 2006ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 2110ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.objectmodel/index.json 1984ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.sockets/index.json 1981ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection/index.json 1918ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq/index.json 1940ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 1922ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.objectmodel/index.json 1978ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 1928ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq/index.json 1956ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 1918ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 2081ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.sockets/index.json 1941ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 2047ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 1948ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.primitives/index.json 1778ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.compression/index.json 1965ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.sockets/index.json 1962ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.buffers/4.3.0/system.buffers.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.objectmodel/index.json 1951ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.objectmodel/index.json 1963ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization/index.json 2403ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.compression.zipfile/index.json 2027ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.primitives/index.json 1760ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.primitives/index.json 1756ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.resourcemanager/index.json 1766ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.extensions/index.json 1749ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.buffers/index.json 470ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.primitives/index.json 1754ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.buffers/index.json 469ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.extensions/index.json 1740ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.extensions/index.json 1740ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.buffers/index.json 458ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/netstandard.library/index.json 1681ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.buffers/index.json 457ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.buffers/index.json 444ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime/index.json 1630ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/netstandard.library/index.json 1651ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 1643ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 1711ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime/index.json 1629ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime/index.json 1633ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime/index.json 1634ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices/index.json 1614ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices/index.json 1617ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices/index.json 1620ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime/index.json 1709ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices/index.json 1625ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1616ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1604ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1628ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1605ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1607ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.interopservices.runtimeinformation/index.json 1603ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 1605ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 1605ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 1603ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 2113ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 1606ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.buffers/index.json 502ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading/index.json 2162ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.interopservices/index.json 1670ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 1625ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 1611ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.buffers/index.json 465ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1607ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 465ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 1621ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1602ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.buffers/index.json 446ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.buffers/index.json 440ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 442ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 425ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1613ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.buffers/index.json 428ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1605ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 424ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.buffers/index.json 403ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 386ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1617ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1610ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 368ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.io.compression/index.json 337ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.io.compression/index.json 334ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1606ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1612ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1625ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 1605ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.io.compression/index.json 368ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1609ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 1609ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.io.compression/index.json 343ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.io.compression/index.json 344ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.io.compression/index.json 346ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.io.compression/index.json 319ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1625ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.io.compression/index.json 314ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 318ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.io.compression/index.json 317ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 320ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 309ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 315ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1649ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 316ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 320ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 316ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 316ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 316ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 319ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1661ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 317ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 316ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 317ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1656ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1669ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 323ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1664ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1660ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1661ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 330ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1655ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 337ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1665ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1671ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 336ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 340ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 340ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.extensions/index.json 332ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 332ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.extensions/index.json 333ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 1681ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 329ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.extensions/index.json 1656ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 1694ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding/index.json 1675ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding/index.json 1677ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding/index.json 1670ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding/index.json 1662ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.extensions/index.json 1655ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding/index.json 1680ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.extensions/index.json 346ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding/index.json 1673ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.extensions/index.json 1672ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.extensions/index.json 351ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.extensions/index.json 351ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.extensions/index.json 347ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.extensions/index.json 1682ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.extensions/index.json 347ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.extensions/index.json 354ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.extensions/index.json 342ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.extensions/index.json 338ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.regularexpressions/index.json 1518ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 316ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.regularexpressions/index.json 1523ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.regularexpressions/index.json 1508ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 311ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 307ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 312ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 311ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 304ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 344ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 303ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 335ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 306ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 307ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 310ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 307ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 318ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 304ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 308ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 305ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 303ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 287ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 290ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 289ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 323ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 378ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 553ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.extensions/index.json 474ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 330ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 334ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 342ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 339ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 350ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 353ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 352ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 353ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 316ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 287ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 350ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 300ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 325ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 348ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 367ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 330ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 368ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 351ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 336ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 375ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 318ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 383ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 350ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 367ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 396ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 323ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 1504ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 322ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 316ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 1504ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 314ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 1508ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 309ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 306ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 308ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 303ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 305ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 305ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 297ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 304ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 306ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 298ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 293ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 464ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 298ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 301ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 297ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 290ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 292ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 307ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 296ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 293ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 299ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 318ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 308ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 319ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 313ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 321ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 310ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 333ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 319ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 320ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 337ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 332ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 338ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 392ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 349ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 357ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 391ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 396ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 395ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 405ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 424ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 406ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 409ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 408ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 459ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 436ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 465ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 456ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 460ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 465ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 526ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 488ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 518ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 497ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 506ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 520ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 528ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 537ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 521ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 559ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 541ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 541ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 554ms 》 Installed Microsoft.Win32.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0 with content hash 9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==. 》 Installed Microsoft.NETFramework.ReferenceAssemblies 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies\1.0.3 with content hash vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==. 》 Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==. 》 Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==. 》 Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==. 》 Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==. 》 Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.openssl\4.3.0 with content hash NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==. 》 Installed System.IO.FileSystem.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0 with content hash 6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==. 》 Installed System.Threading 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0 with content hash VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==. 》 Installed System.Reflection.Emit.ILGeneration 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.ilgeneration\4.0.1 with content hash Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==. 》 Installed System.Console 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0 with content hash DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==. 》 Installed System.Net.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0 with content hash qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==. 》 Installed System.Reflection.Emit 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit\4.0.1 with content hash P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==. 》 Installed Newtonsoft.Json 13.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3 with content hash HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==. 》 Installed System.Resources.ResourceManager 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.0.1 with content hash TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==. 》 Installed System.Reflection.Extensions 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.0.1 with content hash GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==. 》 Installed System.Xml.XDocument 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.0.11 with content hash Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==. 》 Installed System.Xml.ReaderWriter 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.0.11 with content hash ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==. 》 Installed System.Linq 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.1.0 with content hash bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==. 》 Installed runtime.native.System.IO.Compression 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.io.compression\4.3.0 with content hash INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==. 》 Installed System.Reflection.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.0.1 with content hash 4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==. 》 Installed System.Security.Cryptography.X509Certificates 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0 with content hash t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==. 》 Installed System.IO 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.1.0 with content hash 3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==. 》 Installed System.IO.Compression.ZipFile 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0 with content hash G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==. 》 Installed System.Diagnostics.Debug 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.0.11 with content hash w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==. 》 Installed System.Reflection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0 with content hash KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==. 》 Installed System.ObjectModel 4.0.12 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.0.12 with content hash tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==. 》 Installed System.Text.Encoding 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.0.11 with content hash U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==. 》 Installed System.Collections 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.0.11 with content hash YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==. 》 Installed NETStandard.Library 1.6.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\1.6.1 with content hash WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==. 》 Installed System.Threading 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.0.11 with content hash N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==. 》 Installed System.Net.Http 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0 with content hash sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==. 》 Installed Newtonsoft.Json 9.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1 with content hash U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==. 》 Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==. 》 Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==. 》 Installed System.Diagnostics.Debug 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0 with content hash ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==. 》 Installed Microsoft.NETCore.Targets 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.targets\1.1.0 with content hash aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==. 》 Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==. 》 Installed System.Runtime.InteropServices.RuntimeInformation 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0 with content hash cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==. 》 Installed System.Reflection 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.1.0 with content hash JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==. 》 Installed System.Text.RegularExpressions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.1.0 with content hash i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==. 》 Installed System.Threading.Tasks.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0 with content hash npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==. 》 Installed System.IO.FileSystem 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0 with content hash 3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==. 》 Installed System.Runtime.Serialization.Primitives 4.1.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1 with content hash HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==. 》 Installed System.Dynamic.Runtime 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11 with content hash db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==. 》 Installed System.Threading.Tasks 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0 with content hash LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==. 》 Installed System.IO.Compression 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0 with content hash YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==. 》 Installed System.Globalization 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0 with content hash kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==. 》 Installed System.Text.Encoding.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0 with content hash YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==. 》 Installed System.Runtime.Handles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0 with content hash OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==. 》 Installed System.Text.Encoding.Extensions 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.0.11 with content hash jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==. 》 Installed runtime.native.System 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system\4.3.0 with content hash c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==. 》 Installed System.Globalization.Calendars 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0 with content hash GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==. 》 Installed System.Globalization 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.0.11 with content hash B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==. 》 Installed System.Security.Cryptography.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0 with content hash 7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==. 》 Installed System.Diagnostics.DiagnosticSource 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0 with content hash tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==. 》 Installed System.Xml.ReaderWriter 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0 with content hash GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==. 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==. 》 Installed System.Runtime 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.1.0 with content hash v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==. 》 Installed System.Collections 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0 with content hash 3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==. 》 Installed System.ObjectModel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0 with content hash bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==. 》 Installed System.Text.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0 with content hash BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==. 》 Installed System.Security.Cryptography.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0 with content hash 1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==. 》 Installed System.Threading.Tasks 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.0.11 with content hash k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==. 》 Installed System.Net.Sockets 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0 with content hash m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==. 》 Installed System.Collections.Concurrent 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0 with content hash ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==. 》 Installed System.Security.Cryptography.Algorithms 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0 with content hash W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==. 》 Installed Microsoft.CSharp 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1 with content hash 17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==. 》 Installed System.Threading.Timer 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0 with content hash Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==. 》 Installed System.Reflection.TypeExtensions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.1.0 with content hash tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==. 》 Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash +yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==. 》 Installed System.Resources.ResourceManager 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0 with content hash /zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==. 》 Installed System.Reflection.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0 with content hash rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==. 》 Installed System.Buffers 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0 with content hash ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==. 》 Installed System.AppContext 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0 with content hash fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==. 》 Installed System.Reflection.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0 with content hash 5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==. 》 Installed System.Runtime.Numerics 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0 with content hash yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==. 》 Installed System.Runtime.Extensions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.1.0 with content hash CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==. 》 Installed System.Runtime.InteropServices 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.1.0 with content hash 16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==. 》 Installed System.Runtime.InteropServices 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0 with content hash uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==. 》 Installed System.Diagnostics.Tracing 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0 with content hash rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==. 》 Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.0 with content hash HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==. 》 Installed System.Diagnostics.Tools 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0 with content hash UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==. 》 Installed System.Runtime.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0 with content hash guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==. 》 Installed System.Linq 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0 with content hash 5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==. 》 Installed System.Linq.Expressions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0 with content hash PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==. 》 Installed System.IO 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0 with content hash 3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==. 》 Installed System.Xml.XDocument 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0 with content hash 5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==. 》 Installed System.Linq.Expressions 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.1.0 with content hash I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==. 》 Installed System.Text.RegularExpressions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0 with content hash RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==. 》 Installed System.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0 with content hash JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==. 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net45 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3 with content hash dcSLNuUX2rfZejsyta2EWZ1W5U6ucbFt697lRg1qiTlTM5ZlYv4uAvuxE6ROy6xLWWhLhOaReCDxkhxcajRYtQ==. 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net40 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3 with content hash 3ctXnCpHdoYJNH9ATfXKwckkkdHvHc1Xls12QB9kf1tjh3b+VzxtiwpkZN4GxOawakfH6CJAkqhlDKSiz6Ujbg==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\DesktopAndNetStandard.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\DesktopAndNetStandard.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj (in 32.3 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 94 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:24) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=net45] 》PrepareForBuild: 》 Creating directory "bin\Debug\net45\". 》 Creating directory "obj\Debug\net45\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net45\DesktopAndNetStandard.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DesktopAndNetStandard.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopAndNetStandard (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DesktopAndNetStandard.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopAndNetStandard (net45) 》 End writing request for DesktopAndNetStandard (net45) 》 Begin reading response for DesktopAndNetStandard (net45) 》 End reading response for DesktopAndNetStandard (net45) 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net45) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\Newtonsoft.Json.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopA.E4F2FB1E.Up2Date". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.dll". 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net45\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net45\DesktopAndNetStandard.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:25) on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net40\". 》 Creating directory "obj\Debug\net40\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net40\DesktopAndNetStandard.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopAndNetStandard (net40), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopAndNetStandard (net40) 》 End writing request for DesktopAndNetStandard (net40) 》 Begin reading response for DesktopAndNetStandard (net40) 》 End reading response for DesktopAndNetStandard (net40) 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net40) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\Newtonsoft.Json.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopA.E4F2FB1E.Up2Date". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.dll". 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40\DesktopAndNetStandard.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:26) on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net40-client\". 》 Creating directory "obj\Debug\net40-client\". 》ResolveAssemblyReferences: 》 A TargetFramework profile exclusion list will be generated. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net40-client\DesktopAndNetStandard.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40-client\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40-client\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40-client\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs" obj\Debug\net40-client\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopAndNetStandard (net40-client), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DESKTOP;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Windows.Forms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40-client\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40-client\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\net40-client\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.cs" obj\Debug\net40-client\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopAndNetStandard (net40-client) 》 End writing request for DesktopAndNetStandard (net40-client) 》 Begin reading response for DesktopAndNetStandard (net40-client) 》 End reading response for DesktopAndNetStandard (net40-client) 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (net40-client) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net40\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\Newtonsoft.Json.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopA.E4F2FB1E.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopA.E4F2FB1E.Up2Date". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.dll". 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\net40-client\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\net40-client\DesktopAndNetStandard.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:23) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (1:27) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard1.5\". 》 Creating directory "obj\Debug\netstandard1.5\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard1.5\DesktopAndNetStandard.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopAndNetStandard (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.0.1\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.0.11\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.1.1\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\DesktopAndNetStandard.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\DesktopAndNetStandard.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\DesktopAndNetStandard.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopAndNetStandard (netstandard1.5) 》 End writing request for DesktopAndNetStandard (netstandard1.5) 》 Begin reading response for DesktopAndNetStandard (netstandard1.5) 》 End reading response for DesktopAndNetStandard (netstandard1.5) 》 CompilerServer: server - server processed compilation - DesktopAndNetStandard (netstandard1.5) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\netstandard1.5\DesktopAndNetStandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.dll". 》 DesktopAndNetStandard -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\obj\Debug\netstandard1.5\DesktopAndNetStandard.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\bin\Debug\netstandard1.5\DesktopAndNetStandard.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraph target) (1:14) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:22) -> 》(_CheckForNotRecommendedNETStandardVersion target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target) (1:23) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj" (Build target) (1:27) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj::TargetFramework=netstandard1.5] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:37.40 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_des---04302771\DesktopAndNetStandard\DesktopAndNetStandard.csproj /restore' exited with exit code 0. [xUnit.net 00:00:44.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore': [xUnit.net 00:00:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1173: The provided type library 'invalid.tlb' is in an invalid format. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Build FAILED. [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》(_CreateComHost target) -> [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1173: The provided type library 'invalid.tlb' is in an invalid format. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》 [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] 》Time Elapsed 00:00:05.06 [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:44.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [PASS] [xUnit.net 00:00:44.97] Output: [xUnit.net 00:00:44.97] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:44.97] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:44.97] 》Build started 4/8/2026 2:49:58 PM. [xUnit.net 00:00:44.97] 》 [xUnit.net 00:00:44.97] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:44.97] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:44.97] 》 Determining projects to restore... [xUnit.net 00:00:44.97] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:44.97] 》AddPrunePackageReferences: [xUnit.net 00:00:44.97] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:44.97] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:44.97] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:44.97] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:44.97] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:44.97] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:44.97] 》Restore: [xUnit.net 00:00:44.97] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:44.97] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:44.97] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:44.97] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:44.97] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:44.97] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\project.assets.json [xUnit.net 00:00:44.97] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj (in 475 ms). [xUnit.net 00:00:44.97] 》 [xUnit.net 00:00:44.98] 》 NuGet Config files used: [xUnit.net 00:00:44.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:44.98] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:44.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:44.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:44.98] 》 [xUnit.net 00:00:44.98] 》 Feeds used: [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:44.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:44.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:44.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:44.98] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:44.98] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:44.98] 》PrepareForBuild: [xUnit.net 00:00:44.98] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:44.98] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:44.98] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\Debug\net10.0\refint\". [xUnit.net 00:00:44.98] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:44.98] 》_GenerateSourceLinkFile: [xUnit.net 00:00:44.98] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:44.98] 》CoreCompile: [xUnit.net 00:00:44.98] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:44.98] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:44.98] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:44.98] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:44.98] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:44.98] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:44.98] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:44.98] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:44.98] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:44.98] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:44.98] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:44.98] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:44.98] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:44.98] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:44.98] 》_CreateAppHost: [xUnit.net 00:00:44.98] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:44.98] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1173: The provided type library 'invalid.tlb' is in an invalid format. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:44.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:44.99] 》 [xUnit.net 00:00:44.99] 》Build FAILED. [xUnit.net 00:00:44.99] 》 [xUnit.net 00:00:44.99] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:44.99] 》(_CreateComHost target) -> [xUnit.net 00:00:44.99] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1173: The provided type library 'invalid.tlb' is in an invalid format. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:44.99] 》 [xUnit.net 00:00:44.99] 》 0 Warning(s) [xUnit.net 00:00:44.99] 》 1 Error(s) [xUnit.net 00:00:44.99] 》 [xUnit.net 00:00:44.99] 》Time Elapsed 00:00:05.06 [xUnit.net 00:00:44.99] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Build started 4/8/2026 2:50:03 PM. [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Build started 4/8/2026 2:50:03 PM. [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》CoreCompile: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Build succeeded. [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Time Elapsed 00:00:07.83 [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Begin writing request for TestApp (net462) [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 End writing request for TestApp (net462) [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Begin reading response for TestApp (net462) [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:00:45.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [PASS] [xUnit.net 00:00:45.01] Output: [xUnit.net 00:00:45.01] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:00:45.01] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:45.01] 》Build started 4/8/2026 2:49:56 PM. [xUnit.net 00:00:45.01] 》 [xUnit.net 00:00:45.01] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.01] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.01] 》 Determining projects to restore... [xUnit.net 00:00:45.01] 》Restore: [xUnit.net 00:00:45.01] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:45.01] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:45.01] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 84ms [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 85ms [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 87ms [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 139ms [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 95ms [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 83ms [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 83ms [xUnit.net 00:00:45.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 126ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 164ms [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.1.0/system.net.http.4.1.0.nupkg [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 176ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 184ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 53ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 53ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 57ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 54ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 69ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 64ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 75ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 71ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 73ms [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 96ms [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 81ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 83ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 73ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 59ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 77ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 71ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 122ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 82ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 119ms [xUnit.net 00:00:45.02] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 105ms [xUnit.net 00:00:45.02] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg [xUnit.net 00:00:45.02] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 55ms [xUnit.net 00:00:45.03] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 52ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 65ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 56ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 66ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 56ms [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:00:45.03] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 54ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 56ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 64ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 60ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 55ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 66ms [xUnit.net 00:00:45.03] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 65ms [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json [xUnit.net 00:00:45.03] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 66ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 69ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 81ms [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 82ms [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 76ms [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 93ms [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.03] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.03] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 91ms [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 88ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 91ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 94ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 89ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 65ms [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 91ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 97ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 59ms [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 53ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 54ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 59ms [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 57ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 56ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 63ms [xUnit.net 00:00:45.04] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json [xUnit.net 00:00:45.04] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 55ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 54ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 55ms [xUnit.net 00:00:45.04] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 74ms [xUnit.net 00:00:45.04] 》 Installed System.Diagnostics.DiagnosticSource 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0 with content hash YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==. [xUnit.net 00:00:45.04] 》 Installed System.Security.Cryptography.Primitives 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0 with content hash Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==. [xUnit.net 00:00:45.04] 》 Installed Microsoft.Win32.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.0.1 with content hash fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==. [xUnit.net 00:00:45.04] 》 Installed System.Security.Cryptography.Encoding 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0 with content hash FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==. [xUnit.net 00:00:45.04] 》 Installed System.Security.Cryptography.X509Certificates 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0 with content hash 4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==. [xUnit.net 00:00:45.04] 》 Installed System.Security.Cryptography.Algorithms 4.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0 with content hash 8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==. [xUnit.net 00:00:45.04] 》 Installed System.Net.Http 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0 with content hash ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==. [xUnit.net 00:00:45.04] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:00:45.04] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:00:45.04] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:00:45.04] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 5.17 sec). [xUnit.net 00:00:45.04] 》 [xUnit.net 00:00:45.04] 》 NuGet Config files used: [xUnit.net 00:00:45.04] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:45.04] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:45.04] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:45.04] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:45.04] 》 [xUnit.net 00:00:45.04] 》 Feeds used: [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:45.04] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:45.04] 》 [xUnit.net 00:00:45.04] 》 Installed: [xUnit.net 00:00:45.04] 》 7 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj [xUnit.net 00:00:45.04] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:00:45.04] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:45.04] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:45.04] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:00:45.05] 》PrepareForBuild: [xUnit.net 00:00:45.05] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:00:45.05] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:00:45.05] 》_GenerateSourceLinkFile: [xUnit.net 00:00:45.05] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:00:45.05] 》CoreCompile: [xUnit.net 00:00:45.05] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:45.05] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:45.05] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:45.05] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:45.05] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:45.05] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:45.05] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.05] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.05] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:45.05] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.05] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.05] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.05] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.05] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:45.05] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:45.05] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:00:45.05] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:45.05] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date". [xUnit.net 00:00:45.05] 》_CopyAppConfigFile: [xUnit.net 00:00:45.05] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". [xUnit.net 00:00:45.05] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:45.05] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:00:45.05] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:00:45.05] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:00:45.05] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:00:45.05] 》 [xUnit.net 00:00:45.05] 》Build succeeded. [xUnit.net 00:00:45.05] 》 0 Warning(s) [xUnit.net 00:00:45.05] 》 0 Error(s) [xUnit.net 00:00:45.05] 》 [xUnit.net 00:00:45.45] 》Time Elapsed 00:00:07.83 [xUnit.net 00:00:45.45] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:00:45.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:00:45.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 End reading response for TestApp (net462) [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Build started 4/8/2026 2:50:04 PM. [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:00:45.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:45.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] 》Time Elapsed 00:00:06.82 [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:45.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [PASS] [xUnit.net 00:00:45.48] Output: [xUnit.net 00:00:45.48] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore': [xUnit.net 00:00:45.48] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:45.48] 》Build started 4/8/2026 2:49:57 PM. [xUnit.net 00:00:45.48] 》 [xUnit.net 00:00:45.48] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.49] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.49] 》 Determining projects to restore... [xUnit.net 00:00:45.49] 》Restore: [xUnit.net 00:00:45.49] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:45.49] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:45.49] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj... [xUnit.net 00:00:45.49] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:45.49] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:45.49] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:45.49] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:45.49] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:45.49] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\project.assets.json [xUnit.net 00:00:45.49] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\project.assets.json [xUnit.net 00:00:45.49] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj (in 606 ms). [xUnit.net 00:00:45.49] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj (in 588 ms). [xUnit.net 00:00:45.49] 》 [xUnit.net 00:00:45.49] 》 NuGet Config files used: [xUnit.net 00:00:45.49] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:45.49] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:45.50] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:45.50] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:45.50] 》 [xUnit.net 00:00:45.50] 》 Feeds used: [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:45.50] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:45.50] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:00:45.50] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:45.50] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:45.50] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj] [xUnit.net 00:00:45.50] 》PrepareForBuild: [xUnit.net 00:00:45.50] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:45.50] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:45.50] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:00:45.50] 》PrepareForBuild: [xUnit.net 00:00:45.50] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:45.50] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:45.50] 》_GenerateSourceLinkFile: [xUnit.net 00:00:45.50] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:45.50] 》CoreCompile: [xUnit.net 00:00:45.50] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:45.50] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:45.50] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:45.50] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:45.50] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:45.50] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:45.50] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.50] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.50] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:45.50] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:45.50] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:45.50] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:45.50] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:45.50] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:45.50] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:45.50] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:45.50] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:45.50] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:45.50] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:00:45.50] 》_GenerateSourceLinkFile: [xUnit.net 00:00:45.50] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:00:45.50] 》CoreCompile: [xUnit.net 00:00:45.50] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:45.50] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:45.51] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:45.51] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:45.51] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:45.51] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:45.51] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.51] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.51] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:45.51] 》 Begin writing request for TestApp (net462) [xUnit.net 00:00:45.51] 》 End writing request for TestApp (net462) [xUnit.net 00:00:45.51] 》 Begin reading response for TestApp (net462) [xUnit.net 00:00:45.51] 》 End reading response for TestApp (net462) [xUnit.net 00:00:45.51] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:00:45.51] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:00:45.51] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:45.52] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:45.52] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:00:45.52] 》_CopyAppConfigFile: [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:00:45.52] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:00:45.52] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:00:45.52] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:00:45.52] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:45.52] 》 [xUnit.net 00:00:45.52] 》Build succeeded. [xUnit.net 00:00:45.53] 》 0 Warning(s) [xUnit.net 00:00:45.53] 》 0 Error(s) [xUnit.net 00:00:45.53] 》 [xUnit.net 00:00:45.53] 》Time Elapsed 00:00:06.82 [xUnit.net 00:00:45.53] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore': [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Restore: [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Restore: [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Build started 4/8/2026 2:50:04 PM. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj... [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\project.assets.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj (in 399 ms). [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Restore: [xUnit.net 00:00:45.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:45.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 65ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 117ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 113ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 109ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 133ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 132ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 135ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 147ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\Debug\net10.0\refint\". [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 77ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 175ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 165ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 83ms [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 85ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 98ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 145ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 110ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 132ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 172ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 125ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 178ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 158ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 130ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 174ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 147ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 124ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 57ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 103ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 81ms [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 64ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 76ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 63ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 239ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 91ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 92ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.formatters/4.3.0/system.runtime.serialization.formatters.4.3.0.nupkg [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.4.3.0.nupkg [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 120ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Restore: [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 160ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 128ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 133ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 115ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 131ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 219ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 207ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 122ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 120ms [xUnit.net 00:00:45.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 113ms [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 68ms [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 109ms [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 122ms [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 118ms [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 237ms [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.primitives/index.json 55ms [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel/index.json 59ms [xUnit.net 00:00:45.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 135ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 78ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 188ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 87ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 152ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 110ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 91ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 84ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 92ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 60ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 139ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 99ms [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.3/system.net.http.4.3.3.nupkg [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 63ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 65ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.nongeneric/index.json 194ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.specialized/index.json 164ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.nongeneric/index.json 154ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.specialized/index.json 144ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.nongeneric/index.json 268ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.specialized/index.json 258ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.nongeneric/index.json 202ms [xUnit.net 00:00:45.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 190ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.specialized/index.json 264ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 197ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.primitives/index.json 306ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 201ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 336ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 169ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.specialized/index.json 274ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.primitives/index.json 262ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 279ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.primitives/index.json 248ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.primitives/index.json 217ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.primitives/index.json 308ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 357ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.primitives/index.json 244ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel/index.json 346ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 213ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 355ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 374ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 417ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 239ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.primitives/index.json 357ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.primitives/index.json 339ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.specialized/index.json 297ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel/index.json 210ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel/index.json 308ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 379ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel/index.json 209ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel/index.json 405ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 217ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.primitives/index.json 273ms [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 220ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 140ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.primitives/index.json 284ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.specialized/index.json 309ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel/index.json 318ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 130ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 141ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 142ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 133ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 133ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 148ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 130ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 133ms [xUnit.net 00:00:45.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 142ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 128ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 123ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 114ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 128ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 135ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 122ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 118ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 112ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 94ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 73ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 74ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 69ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 72ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel/index.json 492ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 74ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 86ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 90ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel/index.json 547ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.specialized/index.json 497ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 545ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.specialized/index.json 489ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel/index.json 486ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.nongeneric/index.json 515ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.specialized/index.json 487ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Installed System.Net.Http 4.3.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3 with content hash 7rCqIbkC/P2+A00NoDH5gnvFhADmX7Dc4INvsOajbU1MVhktE9vZNrjPtF82N6Uo7obK+yzlrPUv/M+snnN/9w==. [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.nongeneric/index.json 565ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.nongeneric/index.json 553ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.specialized/index.json 477ms [xUnit.net 00:00:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 616ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.nongeneric/index.json 527ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 559ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '3.14' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 623ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.nongeneric/index.json 581ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 616ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.nongeneric/index.json 540ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Build FAILED. [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel/index.json 662ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '3.14' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 642ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 639ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.nongeneric/index.json 557ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》 [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] 》Time Elapsed 00:00:03.59 [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 217ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 449ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 212ms [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [PASS] [xUnit.net 00:00:45.65] Output: [xUnit.net 00:00:45.66] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:45.66] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:45.66] 》Build started 4/8/2026 2:50:03 PM. [xUnit.net 00:00:45.66] 》 [xUnit.net 00:00:45.66] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.66] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.66] 》 Determining projects to restore... [xUnit.net 00:00:45.66] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:45.66] 》AddPrunePackageReferences: [xUnit.net 00:00:45.66] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:45.66] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:45.66] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:45.66] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:45.66] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:45.66] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:45.66] 》Restore: [xUnit.net 00:00:45.66] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:45.66] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:45.66] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:45.66] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:45.66] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:45.66] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\project.assets.json [xUnit.net 00:00:45.66] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj (in 399 ms). [xUnit.net 00:00:45.66] 》 [xUnit.net 00:00:45.66] 》 NuGet Config files used: [xUnit.net 00:00:45.66] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:45.66] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:45.66] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:45.66] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:45.66] 》 [xUnit.net 00:00:45.66] 》 Feeds used: [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:45.66] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:45.66] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:45.66] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:45.66] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:45.66] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:45.66] 》PrepareForBuild: [xUnit.net 00:00:45.66] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:45.66] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:45.66] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\Debug\net10.0\refint\". [xUnit.net 00:00:45.66] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:45.66] 》_GenerateSourceLinkFile: [xUnit.net 00:00:45.66] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:45.66] 》CoreCompile: [xUnit.net 00:00:45.66] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:45.66] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:45.66] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:45.66] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:45.96] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:45.96] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:45.96] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.96] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:45.96] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:45.96] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.96] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.96] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.96] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.96] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:45.96] 》_CreateAppHost: [xUnit.net 00:00:45.96] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:45.96] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '3.14' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:45.96] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:45.96] 》 [xUnit.net 00:00:45.96] 》Build FAILED. [xUnit.net 00:00:45.96] 》 [xUnit.net 00:00:45.96] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:45.96] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:00:45.97] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '3.14' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:45.97] 》 [xUnit.net 00:00:45.97] 》 0 Warning(s) [xUnit.net 00:00:45.97] 》 1 Error(s) [xUnit.net 00:00:45.97] 》 [xUnit.net 00:00:45.97] 》Time Elapsed 00:00:03.59 [xUnit.net 00:00:45.97] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 167ms [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 202ms [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 205ms [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 282ms [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\project.assets.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj (in 767 ms). [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Build started 4/8/2026 2:50:07 PM. [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 1.58 sec). [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Feeds used: [xUnit.net 00:00:45.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Installed: [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Collections.Specialized 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.specialized\4.3.0 with content hash Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==. [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Reflection.Emit.ILGeneration 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.ilgeneration\4.3.0 with content hash 59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==. [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj] [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Runtime.Serialization.Formatters 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0 with content hash KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==. [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.ComponentModel.TypeConverter 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0 with content hash 16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==. [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Reflection.Emit 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit\4.3.0 with content hash 228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==. [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Dynamic.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0 with content hash SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==. [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:46.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Xml.XmlDocument 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0 with content hash lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==. [xUnit.net 00:00:46.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:46.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:46.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.ComponentModel.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0 with content hash j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==. [xUnit.net 00:00:46.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Collections.NonGeneric 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0 with content hash prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==. [xUnit.net 00:00:46.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:46.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:46.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:46.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:46.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:46.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:46.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:46.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Globalization.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0 with content hash FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==. [xUnit.net 00:00:46.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:46.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:46.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:46.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:46.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:46.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:00:46.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:46.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:46.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》CoreCompile: [xUnit.net 00:00:46.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:46.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:46.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.ComponentModel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0 with content hash VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==. [xUnit.net 00:00:46.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Reflection.TypeExtensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0 with content hash 7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==. [xUnit.net 00:00:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:46.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:46.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed Microsoft.CSharp 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0 with content hash P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==. [xUnit.net 00:00:46.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:46.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:46.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:46.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:46.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:46.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:46.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:46.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:46.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:46.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:46.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:46.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:46.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:46.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed System.Runtime.Serialization.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0 with content hash Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==. [xUnit.net 00:00:46.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:00:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_is_invalid [5 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:58 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj (in 475 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1173: The provided type library 'invalid.tlb' is in an invalid format. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_CreateComHost target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1173: The provided type library 'invalid.tlb' is in an invalid format. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:05.06 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---D25424B3\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [8 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:56 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 84ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 85ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 87ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 139ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 95ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 83ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 83ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 126ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 164ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.1.0/system.net.http.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 176ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 184ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.primitives/index.json 53ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 53ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.primitives/index.json 57ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 54ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.primitives/index.json 75ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.primitives/index.json 71ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 73ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 96ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.primitives/index.json 81ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 83ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.primitives/index.json 73ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 77ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 71ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 122ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.primitives/index.json 82ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.primitives/index.json 119ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.primitives/index.json 105ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.primitives/index.json 55ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 52ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.primitives/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.x509certificates/index.json 66ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 56ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.encoding/index.json 66ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 65ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 66ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 81ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.encoding/index.json 82ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 76ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.encoding/index.json 93ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.encoding/index.json 91ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.encoding/index.json 88ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 91ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 94ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.encoding/index.json 89ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 65ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.encoding/index.json 91ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.encoding/index.json 97ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.algorithms/index.json 59ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.encoding/index.json 53ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.primitives/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.encoding/index.json 59ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.primitives/index.json 57ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.primitives/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.primitives/index.json 63ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.primitives/index.json 58ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.primitives/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.primitives/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.primitives/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.primitives/index.json 74ms 》 Installed System.Diagnostics.DiagnosticSource 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0 with content hash YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==. 》 Installed System.Security.Cryptography.Primitives 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0 with content hash Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==. 》 Installed Microsoft.Win32.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.0.1 with content hash fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==. 》 Installed System.Security.Cryptography.Encoding 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0 with content hash FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==. 》 Installed System.Security.Cryptography.X509Certificates 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0 with content hash 4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==. 》 Installed System.Security.Cryptography.Algorithms 4.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0 with content hash 8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==. 》 Installed System.Net.Http 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0 with content hash ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 5.17 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 7 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopInBoxConflictResolution (net472) 》 End writing request for DesktopInBoxConflictResolution (net472) 》 Begin reading response for DesktopInBoxConflictResolution (net472) 》 End reading response for DesktopInBoxConflictResolution (net472) 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\System.Diagnostics.DiagnosticSource.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:07.83 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---1AF3281D\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: ProjectReference) [7 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:49:57 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj (in 606 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj (in 588 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\TestLibrary.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestApp (net462) 》 End writing request for TestApp (net462) 》 Begin reading response for TestApp (net462) 》 End reading response for TestApp (net462) 》 CompilerServer: server - server processed compilation - TestApp (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestLibrary.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\bin\Debug\net462\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:06.82 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---4E87D1C1\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 3.1400000000000001) [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:03 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj (in 399 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '3.14' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_GenerateRegFreeComManifest target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '3.14' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:03.59 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---40880689\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:00:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:00:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:46.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:00:46.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:46.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:00:46.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Build succeeded. [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Time Elapsed 00:00:04.12 [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:00:46.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Time Elapsed 00:00:04.74 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore exited with 0 in 4329 ms. [xUnit.net 00:00:46.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. [xUnit.net 00:00:46.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore': Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal exited with 0 in 4970 ms. [xUnit.net 00:00:46.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:00:46.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [PASS] [xUnit.net 00:00:46.57] Output: [xUnit.net 00:00:46.57] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:00:46.57] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:46.57] 》Build started 4/8/2026 2:50:04 PM. [xUnit.net 00:00:46.57] 》 [xUnit.net 00:00:46.57] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:46.57] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:46.57] 》 Determining projects to restore... [xUnit.net 00:00:46.57] 》Restore: [xUnit.net 00:00:46.57] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:46.57] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:46.57] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 78ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 87ms [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 110ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 91ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 84ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 92ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 60ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 139ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 99ms [xUnit.net 00:00:46.57] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.3/system.net.http.4.3.3.nupkg [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 63ms [xUnit.net 00:00:46.57] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 65ms Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal [xUnit.net 00:00:46.57] 》 Installed System.Net.Http 4.3.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3 with content hash 7rCqIbkC/P2+A00NoDH5gnvFhADmX7Dc4INvsOajbU1MVhktE9vZNrjPtF82N6Uo7obK+yzlrPUv/M+snnN/9w==. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal [xUnit.net 00:00:46.57] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:00:46.57] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:00:46.57] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:00:46.57] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 1.58 sec). [xUnit.net 00:00:46.57] 》 Process ID: 6192 [xUnit.net 00:00:46.57] 》 NuGet Config files used: [xUnit.net 00:00:46.57] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:46.57] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:46.57] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:46.57] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:46.57] 》 [xUnit.net 00:00:46.57] 》 Feeds used: [xUnit.net 00:00:46.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:46.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:46.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:46.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:46.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:46.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:46.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:46.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:46.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:46.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:46.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:46.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:46.58] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:46.58] 》 [xUnit.net 00:00:46.58] 》 Installed: [xUnit.net 00:00:46.58] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj [xUnit.net 00:00:46.58] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:00:46.58] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:46.58] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:46.58] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:00:46.58] 》PrepareForBuild: [xUnit.net 00:00:46.58] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:00:46.58] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:00:46.58] 》_GenerateSourceLinkFile: [xUnit.net 00:00:46.58] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:00:46.58] 》CoreCompile: [xUnit.net 00:00:46.58] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:46.58] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:46.58] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:46.58] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:46.58] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:46.58] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:46.58] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:46.58] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:46.58] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:46.58] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.58] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.58] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.58] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.58] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:00:46.58] 》_CopyAppConfigFile: [xUnit.net 00:00:46.58] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". [xUnit.net 00:00:46.58] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:46.58] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:00:46.58] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:00:46.58] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:00:46.58] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). Process ID: 8420 [xUnit.net 00:00:46.58] 》 [xUnit.net 00:00:46.58] 》Build succeeded. [xUnit.net 00:00:46.58] 》 0 Warning(s) [xUnit.net 00:00:46.58] 》 0 Error(s) [xUnit.net 00:00:46.58] 》 [xUnit.net 00:00:46.58] 》Time Elapsed 00:00:04.74 [xUnit.net 00:00:46.58] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:00:46.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal': [xUnit.net 00:00:46.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Restore: [xUnit.net 00:00:46.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:46.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:46.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:46.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:46.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Build started 4/8/2026 2:50:09 PM. [xUnit.net 00:00:46.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:46.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Build started 4/8/2026 2:50:09 PM. [xUnit.net 00:00:46.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 [xUnit.net 00:00:46.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\project.assets.json [xUnit.net 00:00:47.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj (in 436 ms). [xUnit.net 00:00:47.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 [xUnit.net 00:00:47.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:47.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:47.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:47.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:47.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:47.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:47.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:47.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:47.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\NetStandardAndNetCoreApp.csproj.nuget.g.props. [xUnit.net 00:00:47.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\NetStandardAndNetCoreApp.csproj.nuget.g.targets. [xUnit.net 00:00:47.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\project.assets.json [xUnit.net 00:00:47.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj (in 4.98 sec). [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Feeds used: [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:47.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Installed: [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 14 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj [xUnit.net 00:00:47.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:47.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:47.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:47.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Restore target(s)). [xUnit.net 00:00:47.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:47.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:47.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:47.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:47.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:47.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:47.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\Debug\net10.0\refint\". [xUnit.net 00:00:47.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:47.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:47.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:47.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:47.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:47.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:00:47.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:47.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=net10.0] [xUnit.net 00:00:47.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:47.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:47.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:47.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\refint\". [xUnit.net 00:00:47.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:47.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Restore: [xUnit.net 00:00:47.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:47.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:47.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Restore: [xUnit.net 00:00:47.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:47.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:47.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:47.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:47.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:47.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:47.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:04 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 78ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 87ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 110ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 91ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 84ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 92ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 139ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 99ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.3/system.net.http.4.3.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 65ms 》 Installed System.Net.Http 4.3.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3 with content hash 7rCqIbkC/P2+A00NoDH5gnvFhADmX7Dc4INvsOajbU1MVhktE9vZNrjPtF82N6Uo7obK+yzlrPUv/M+snnN/9w==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 1.58 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopInBoxConflictResolution (net472) 》 End writing request for DesktopInBoxConflictResolution (net472) 》 Begin reading response for DesktopInBoxConflictResolution (net472) 》 End reading response for DesktopInBoxConflictResolution (net472) 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.74 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8981AF1F\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:00:48.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:48.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:48.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:48.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:48.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:48.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:48.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:48.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj... [xUnit.net 00:00:48.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj... [xUnit.net 00:00:48.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:48.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\NetStandardAndNetCoreApp.sourcelink.json' does not exist. [xUnit.net 00:00:48.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:48.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:48.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》CoreCompile: [xUnit.net 00:00:48.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:48.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:48.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '0' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:48.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:NETCOREAPP;TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\NetStandardAndNetCoreApp.dll /refout:obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll Helper.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:48.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Compilation request NetStandardAndNetCoreApp (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:48.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:48.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:48.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:NETCOREAPP;TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\NetStandardAndNetCoreApp.dll /refout:obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll Helper.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Build FAILED. [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '0' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》 [xUnit.net 00:00:48.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] 》Time Elapsed 00:00:03.51 [xUnit.net 00:00:48.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:48.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:48.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:48.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Begin writing request for NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:48.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 End writing request for NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:48.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Begin reading response for NetStandardAndNetCoreApp (net10.0) < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore exited with 1 in 3756 ms. [xUnit.net 00:00:48.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:48.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [PASS] [xUnit.net 00:00:48.35] Output: [xUnit.net 00:00:48.35] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:48.35] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:48.35] 》Build started 4/8/2026 2:50:07 PM. [xUnit.net 00:00:48.35] 》 [xUnit.net 00:00:48.35] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:48.35] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:48.35] 》 Determining projects to restore... [xUnit.net 00:00:48.35] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:48.35] 》AddPrunePackageReferences: [xUnit.net 00:00:48.35] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:48.35] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:48.35] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:48.35] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:48.35] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:48.35] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:48.35] 》Restore: [xUnit.net 00:00:48.35] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:48.35] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:48.35] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:48.35] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:48.35] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:48.35] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\project.assets.json [xUnit.net 00:00:48.35] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj (in 436 ms). [xUnit.net 00:00:48.35] 》 [xUnit.net 00:00:48.35] 》 NuGet Config files used: [xUnit.net 00:00:48.35] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:48.35] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:48.35] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:48.35] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:48.35] 》 [xUnit.net 00:00:48.35] 》 Feeds used: [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:48.35] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:48.35] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:48.35] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:48.35] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:48.35] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:48.35] 》PrepareForBuild: [xUnit.net 00:00:48.35] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:48.35] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:48.35] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\Debug\net10.0\refint\". [xUnit.net 00:00:48.35] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:48.35] 》_GenerateSourceLinkFile: [xUnit.net 00:00:48.36] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:48.36] 》CoreCompile: [xUnit.net 00:00:48.36] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:48.36] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:48.36] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:48.36] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:48.36] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:48.36] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:48.36] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:48.36] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:48.36] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:48.36] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.36] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.36] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.36] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.36] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:48.36] 》_CreateAppHost: [xUnit.net 00:00:48.36] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:48.36] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '0' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:48.36] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:48.36] 》 [xUnit.net 00:00:48.36] 》Build FAILED. [xUnit.net 00:00:48.36] 》 [xUnit.net 00:00:48.36] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:48.36] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:00:48.36] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '0' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:48.36] 》 [xUnit.net 00:00:48.36] 》 0 Warning(s) [xUnit.net 00:00:48.36] 》 1 Error(s) [xUnit.net 00:00:48.36] 》 [xUnit.net 00:00:48.36] 》Time Elapsed 00:00:03.51 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:48.36] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:48.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore': Process ID: 3632 [xUnit.net 00:00:48.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:48.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:48.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\DuplicateFrameworkReferences.csproj.nuget.g.props. [xUnit.net 00:00:48.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Build started 4/8/2026 2:50:11 PM. [xUnit.net 00:00:48.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 [xUnit.net 00:00:48.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:48.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\project.assets.json [xUnit.net 00:00:48.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\DuplicateFrameworkReferences.csproj.nuget.g.targets. [xUnit.net 00:00:48.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\project.assets.json [xUnit.net 00:00:48.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 End reading response for NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:48.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CompilerServer: server - server processed compilation - NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:48.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj (in 414 ms). [xUnit.net 00:00:48.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj (in 428 ms). [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Feeds used: [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:00:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" (Restore target(s)). [xUnit.net 00:00:48.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:48.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\Newtonsoft.Json.dll". [xUnit.net 00:00:48.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStand.0C07F4F2.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:48.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStand.0C07F4F2.Up2Date". [xUnit.net 00:00:48.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:48.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.exe". [xUnit.net 00:00:48.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:48.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:48.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:48.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:48.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj] [xUnit.net 00:00:48.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:48.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.dll". [xUnit.net 00:00:48.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj] [xUnit.net 00:00:48.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\ref\NetStandardAndNetCoreApp.dll". [xUnit.net 00:00:48.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NetStandardAndNetCoreApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.dll [xUnit.net 00:00:48.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStandardAndNetCoreApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.pdb". [xUnit.net 00:00:48.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:48.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). [xUnit.net 00:00:48.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:48.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:48.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:48.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:48.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:48.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:00:48.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:48.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:48.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:00:48.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:00:49.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:49.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.sourcelink.json' does not exist. [xUnit.net 00:00:49.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》CoreCompile: [xUnit.net 00:00:49.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:49.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:49.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard1.3\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0\ref\netstandard1.3\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:49.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Compilation request NetStandardAndNetCoreApp (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:49.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:49.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard1.3\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0\ref\netstandard1.3\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:49.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:49.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Begin writing request for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 End writing request for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Begin reading response for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 End reading response for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 CompilerServer: server - server processed compilation - NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:49.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\DuplicateFrameworkReferences.sourcelink.json' does not exist. [xUnit.net 00:00:49.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》CoreCompile: [xUnit.net 00:00:49.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:49.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:49.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll". [xUnit.net 00:00:49.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 NetStandardAndNetCoreApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll [xUnit.net 00:00:49.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.pdb". [xUnit.net 00:00:49.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:49.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). [xUnit.net 00:00:49.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). [xUnit.net 00:00:49.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:49.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Build succeeded. [xUnit.net 00:00:49.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DuplicateFrameworkReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DuplicateFrameworkReferences.GeneratedMSBuildEditorConfig.editorconfig DuplicateFrameworkReferences.cs DuplicateFrameworkReferencesProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DuplicateFrameworkReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target) (1:15) -> [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target) (1:17) -> [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Compilation request DuplicateFrameworkReferences (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 2 Warning(s) [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》 [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] 》Time Elapsed 00:00:08.61 [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DuplicateFrameworkReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DuplicateFrameworkReferences.GeneratedMSBuildEditorConfig.editorconfig DuplicateFrameworkReferences.cs DuplicateFrameworkReferencesProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DuplicateFrameworkReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:49.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:49.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:49.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:49.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Begin writing request for DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 End writing request for DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Begin reading response for DuplicateFrameworkReferences (net462) < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore exited with 0 in 8889 ms. [xUnit.net 00:00:49.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:49.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [PASS] [xUnit.net 00:00:49.38] Output: [xUnit.net 00:00:49.38] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore': Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore [xUnit.net 00:00:49.38] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:49.38] 》Build started 4/8/2026 2:50:03 PM. [xUnit.net 00:00:49.38] 》 [xUnit.net 00:00:49.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:49.38] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:49.38] 》 Determining projects to restore... [xUnit.net 00:00:49.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:49.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:49.38] 》AddPrunePackageReferences: [xUnit.net 00:00:49.38] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:49.38] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:49.38] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:49.38] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:49.38] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:49.38] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:49.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:49.38] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:49.38] 》AddPrunePackageReferences: [xUnit.net 00:00:49.38] 》 Loaded prune package data from framework packages [xUnit.net 00:00:49.38] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:49.39] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:49.39] 》Restore: [xUnit.net 00:00:49.39] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:49.39] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:49.39] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj... [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 65ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 117ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 113ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 109ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 133ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 132ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 135ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 147ms > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 77ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 175ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 165ms [xUnit.net 00:00:49.39] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 83ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 85ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 98ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 145ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 110ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 132ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.typeconverter/index.json [xUnit.net 00:00:49.39] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 172ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 125ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 178ms [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 158ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 130ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.39] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg [xUnit.net 00:00:49.39] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 174ms [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.39] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.39] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.39] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.formatters/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 147ms [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 124ms Process ID: 1704 [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 57ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 103ms [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 81ms [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 64ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 76ms [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 63ms [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 239ms [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 91ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 92ms [xUnit.net 00:00:49.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.formatters/4.3.0/system.runtime.serialization.formatters.4.3.0.nupkg [xUnit.net 00:00:49.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.4.3.0.nupkg [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 120ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 160ms [xUnit.net 00:00:49.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 128ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 133ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 115ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 131ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 219ms [xUnit.net 00:00:49.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 207ms [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 122ms [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 120ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 113ms [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 68ms [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 109ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 122ms [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 118ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 237ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.primitives/index.json 55ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel/index.json 59ms [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 135ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 188ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 152ms [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.41] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.41] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.primitives/index.json [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.specialized/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel/index.json [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.nongeneric/index.json [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.nongeneric/index.json 194ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.specialized/index.json 164ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.nongeneric/index.json 154ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.specialized/index.json 144ms [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.nongeneric/index.json 268ms [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.specialized/index.json 258ms [xUnit.net 00:00:49.42] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.nongeneric/index.json 202ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 190ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.specialized/index.json 264ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 197ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.primitives/index.json 306ms [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 201ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 336ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 169ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.specialized/index.json 274ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.primitives/index.json 262ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 279ms [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.primitives/index.json 248ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.primitives/index.json 217ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.primitives/index.json 308ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 357ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.primitives/index.json 244ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel/index.json 346ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 213ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 355ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 374ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 417ms [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 239ms [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.42] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.primitives/index.json 357ms [xUnit.net 00:00:49.42] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.primitives/index.json 339ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.specialized/index.json 297ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel/index.json 210ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel/index.json 308ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 379ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel/index.json 209ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel/index.json 405ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 217ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.primitives/index.json 273ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 220ms [xUnit.net 00:00:49.43] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 140ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.primitives/index.json 284ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.specialized/index.json 309ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel/index.json 318ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 130ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 141ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 142ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 133ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 133ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 148ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 130ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 133ms [xUnit.net 00:00:49.43] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 142ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 128ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 123ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 114ms [xUnit.net 00:00:49.43] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 128ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 135ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 122ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 118ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 112ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 94ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 73ms [xUnit.net 00:00:49.43] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 74ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 69ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 72ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel/index.json 492ms [xUnit.net 00:00:49.43] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 74ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 86ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 90ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel/index.json 547ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.specialized/index.json 497ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 545ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.specialized/index.json 489ms [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel/index.json 486ms [xUnit.net 00:00:49.43] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:00:49.43] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.nongeneric/index.json 515ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.specialized/index.json 487ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.nongeneric/index.json 565ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.nongeneric/index.json 553ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.specialized/index.json 477ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 616ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.nongeneric/index.json 527ms [xUnit.net 00:00:49.44] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 559ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 623ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.nongeneric/index.json 581ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 616ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.nongeneric/index.json 540ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel/index.json 662ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 642ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 639ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.nongeneric/index.json 557ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 217ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 449ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 212ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 167ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 202ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 205ms [xUnit.net 00:00:49.44] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 282ms [xUnit.net 00:00:49.44] 》 Installed System.Collections.Specialized 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.specialized\4.3.0 with content hash Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==. [xUnit.net 00:00:49.44] 》 Installed System.Reflection.Emit.ILGeneration 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.ilgeneration\4.3.0 with content hash 59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==. [xUnit.net 00:00:49.44] 》 Installed System.Runtime.Serialization.Formatters 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0 with content hash KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==. [xUnit.net 00:00:49.44] 》 Installed System.ComponentModel.TypeConverter 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0 with content hash 16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==. [xUnit.net 00:00:49.44] 》 Installed System.Reflection.Emit 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit\4.3.0 with content hash 228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==. [xUnit.net 00:00:49.44] 》 Installed System.Dynamic.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0 with content hash SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==. [xUnit.net 00:00:49.44] 》 Installed System.Xml.XmlDocument 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0 with content hash lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==. [xUnit.net 00:00:49.44] 》 Installed System.ComponentModel.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0 with content hash j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==. [xUnit.net 00:00:49.44] 》 Installed System.Collections.NonGeneric 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0 with content hash prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==. [xUnit.net 00:00:49.44] 》 Installed System.Globalization.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0 with content hash FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==. [xUnit.net 00:00:49.44] 》 Installed System.ComponentModel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0 with content hash VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==. [xUnit.net 00:00:49.44] 》 Installed System.Reflection.TypeExtensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0 with content hash 7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==. [xUnit.net 00:00:49.44] 》 Installed Microsoft.CSharp 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0 with content hash P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==. [xUnit.net 00:00:49.44] 》 Installed System.Runtime.Serialization.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0 with content hash Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==. [xUnit.net 00:00:49.44] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\NetStandardAndNetCoreApp.csproj.nuget.g.props. [xUnit.net 00:00:49.44] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\NetStandardAndNetCoreApp.csproj.nuget.g.targets. [xUnit.net 00:00:49.44] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\project.assets.json [xUnit.net 00:00:49.44] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj (in 4.98 sec). [xUnit.net 00:00:49.44] 》 [xUnit.net 00:00:49.44] 》 NuGet Config files used: [xUnit.net 00:00:49.44] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:49.44] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:49.44] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:49.44] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:49.44] 》 [xUnit.net 00:00:49.44] 》 Feeds used: [xUnit.net 00:00:49.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:49.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:49.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:49.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:49.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:49.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:49.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:49.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:49.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:49.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:49.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:49.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:49.45] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:49.45] 》 [xUnit.net 00:00:49.45] 》 Installed: [xUnit.net 00:00:49.45] 》 14 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj [xUnit.net 00:00:49.45] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Restore target(s)). [xUnit.net 00:00:49.45] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:49.45] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:00:49.45] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:49.45] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=net10.0] [xUnit.net 00:00:49.45] 》PrepareForBuild: [xUnit.net 00:00:49.45] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:49.45] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:49.45] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\refint\". [xUnit.net 00:00:49.45] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:49.46] 》_GenerateSourceLinkFile: [xUnit.net 00:00:49.46] 》 Source Link is empty, file 'obj\Debug\net10.0\NetStandardAndNetCoreApp.sourcelink.json' does not exist. [xUnit.net 00:00:49.46] 》CoreCompile: [xUnit.net 00:00:49.46] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:49.46] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:49.46] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:NETCOREAPP;TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\NetStandardAndNetCoreApp.dll /refout:obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll Helper.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:49.46] 》 Compilation request NetStandardAndNetCoreApp (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:49.46] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:49.46] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:NETCOREAPP;TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\NetStandardAndNetCoreApp.dll /refout:obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll Helper.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:49.46] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.46] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.46] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:49.46] 》 Begin writing request for NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:49.46] 》 End writing request for NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:49.46] 》 Begin reading response for NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:49.46] 》 End reading response for NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:49.46] 》 CompilerServer: server - server processed compilation - NetStandardAndNetCoreApp (net10.0) [xUnit.net 00:00:49.46] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:49.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\Newtonsoft.Json.dll". [xUnit.net 00:00:49.46] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStand.0C07F4F2.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:49.46] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStand.0C07F4F2.Up2Date". [xUnit.net 00:00:49.46] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:49.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.exe". [xUnit.net 00:00:49.46] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:49.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.dll". [xUnit.net 00:00:49.46] 》 Copying reference assembly from "obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\ref\NetStandardAndNetCoreApp.dll". [xUnit.net 00:00:49.46] 》 NetStandardAndNetCoreApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.dll [xUnit.net 00:00:49.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStandardAndNetCoreApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.pdb". [xUnit.net 00:00:49.46] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). [xUnit.net 00:00:49.46] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:00:49.46] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:49.46] 》PrepareForBuild: [xUnit.net 00:00:49.46] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:00:49.46] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:00:49.46] 》_GenerateSourceLinkFile: [xUnit.net 00:00:49.46] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.sourcelink.json' does not exist. [xUnit.net 00:00:49.46] 》CoreCompile: [xUnit.net 00:00:49.46] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:49.46] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:49.46] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard1.3\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0\ref\netstandard1.3\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:49.46] 》 Compilation request NetStandardAndNetCoreApp (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:49.46] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:49.46] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard1.3\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0\ref\netstandard1.3\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:49.46] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.46] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.46] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:49.46] 》 Begin writing request for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.46] 》 End writing request for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.46] 》 Begin reading response for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.46] 》 End reading response for NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.46] 》 CompilerServer: server - server processed compilation - NetStandardAndNetCoreApp (netstandard1.5) [xUnit.net 00:00:49.46] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:49.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll". [xUnit.net 00:00:49.46] 》 NetStandardAndNetCoreApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll [xUnit.net 00:00:49.47] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.pdb". [xUnit.net 00:00:49.47] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). [xUnit.net 00:00:49.47] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). [xUnit.net 00:00:49.47] 》 [xUnit.net 00:00:49.47] 》Build succeeded. [xUnit.net 00:00:49.47] 》 [xUnit.net 00:00:49.47] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:49.47] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:00:49.47] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:00:49.47] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:00:49.47] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:49.47] 》 [xUnit.net 00:00:49.47] 》 [xUnit.net 00:00:49.47] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target) (1:15) -> [xUnit.net 00:00:49.47] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target) (1:17) -> [xUnit.net 00:00:49.47] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] [xUnit.net 00:00:49.47] 》 [xUnit.net 00:00:49.47] 》 2 Warning(s) [xUnit.net 00:00:49.47] 》 0 Error(s) [xUnit.net 00:00:49.47] 》 [xUnit.net 00:00:49.47] 》Time Elapsed 00:00:08.61 [xUnit.net 00:00:49.47] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:49.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore': Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 0) [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:07 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj (in 436 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '0' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_GenerateRegFreeComManifest target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID '0' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:03.51 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---472BA387\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms [8 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:03 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 117ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 113ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 109ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.csharp/index.json 133ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.csharp/index.json 132ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.csharp/index.json 135ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 147ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 77ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.csharp/index.json 175ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.csharp/index.json 165ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 83ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 85ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 98ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 145ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 110ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 132ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 172ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 125ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 178ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 158ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 130ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 174ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 147ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 124ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 57ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 103ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 81ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 76ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 63ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.typeconverter/index.json 239ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 91ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 92ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.formatters/4.3.0/system.runtime.serialization.formatters.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.serialization.primitives/4.3.0/system.runtime.serialization.primitives.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 120ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 160ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 128ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 133ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 115ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 131ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 219ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 207ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 122ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 120ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.specialized/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 113ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.csharp/index.json 68ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.csharp/index.json 109ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.csharp/index.json 122ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.serialization.primitives/index.json 118ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.serialization.formatters/index.json 237ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.specialized/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.primitives/index.json 55ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.csharp/index.json 135ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.csharp/index.json 188ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.specialized/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.csharp/index.json 152ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.specialized/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.nongeneric/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.nongeneric/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.specialized/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.nongeneric/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.nongeneric/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.nongeneric/index.json 194ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.specialized/index.json 164ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.nongeneric/index.json 154ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.specialized/index.json 144ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.nongeneric/index.json 268ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.specialized/index.json 258ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.nongeneric/index.json 202ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.typeextensions/index.json 190ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.specialized/index.json 264ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.typeextensions/index.json 197ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.primitives/index.json 306ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.typeextensions/index.json 201ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.typeextensions/index.json 336ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.typeextensions/index.json 169ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.specialized/index.json 274ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.primitives/index.json 262ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.typeextensions/index.json 279ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.primitives/index.json 248ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.primitives/index.json 217ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.primitives/index.json 308ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.typeextensions/index.json 357ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.primitives/index.json 244ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel/index.json 346ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.typeextensions/index.json 213ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.dynamic.runtime/index.json 355ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.dynamic.runtime/index.json 374ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.dynamic.runtime/index.json 417ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.typeextensions/index.json 239ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.primitives/index.json 357ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.primitives/index.json 339ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.specialized/index.json 297ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel/index.json 210ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel/index.json 308ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.dynamic.runtime/index.json 379ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel/index.json 209ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel/index.json 405ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.typeextensions/index.json 217ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.primitives/index.json 273ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.typeextensions/index.json 220ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit/index.json 140ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.primitives/index.json 284ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.specialized/index.json 309ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel/index.json 318ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 130ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 141ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 142ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 133ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 133ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit/index.json 148ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 130ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 133ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit/index.json 142ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 128ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit/index.json 123ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 114ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit/index.json 128ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 135ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 122ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 118ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit/index.json 112ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 94ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit/index.json 73ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 72ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel/index.json 492ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 74ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit/index.json 86ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.ilgeneration/index.json 90ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel/index.json 547ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.specialized/index.json 497ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.dynamic.runtime/index.json 545ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.specialized/index.json 489ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel/index.json 486ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.nongeneric/index.json 515ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.specialized/index.json 487ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.nongeneric/index.json 565ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.nongeneric/index.json 553ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.specialized/index.json 477ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.dynamic.runtime/index.json 616ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.nongeneric/index.json 527ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.dynamic.runtime/index.json 559ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.dynamic.runtime/index.json 623ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.nongeneric/index.json 581ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.dynamic.runtime/index.json 616ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.nongeneric/index.json 540ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel/index.json 662ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.dynamic.runtime/index.json 642ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.dynamic.runtime/index.json 639ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.nongeneric/index.json 557ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 217ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 449ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit/index.json 212ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 167ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 202ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit/index.json 205ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 282ms 》 Installed System.Collections.Specialized 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.specialized\4.3.0 with content hash Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==. 》 Installed System.Reflection.Emit.ILGeneration 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.ilgeneration\4.3.0 with content hash 59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==. 》 Installed System.Runtime.Serialization.Formatters 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0 with content hash KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==. 》 Installed System.ComponentModel.TypeConverter 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0 with content hash 16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==. 》 Installed System.Reflection.Emit 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit\4.3.0 with content hash 228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==. 》 Installed System.Dynamic.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0 with content hash SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==. 》 Installed System.Xml.XmlDocument 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0 with content hash lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==. 》 Installed System.ComponentModel.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0 with content hash j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==. 》 Installed System.Collections.NonGeneric 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0 with content hash prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==. 》 Installed System.Globalization.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0 with content hash FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==. 》 Installed System.ComponentModel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0 with content hash VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==. 》 Installed System.Reflection.TypeExtensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0 with content hash 7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==. 》 Installed Microsoft.CSharp 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0 with content hash P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==. 》 Installed System.Runtime.Serialization.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0 with content hash Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\NetStandardAndNetCoreApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\NetStandardAndNetCoreApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj (in 4.98 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 14 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=net10.0] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\NetStandardAndNetCoreApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:NETCOREAPP;TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\NetStandardAndNetCoreApp.dll /refout:obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll Helper.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request NetStandardAndNetCoreApp (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:NETCOREAPP;TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\NetStandardAndNetCoreApp.dll /refout:obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll Helper.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for NetStandardAndNetCoreApp (net10.0) 》 End writing request for NetStandardAndNetCoreApp (net10.0) 》 Begin reading response for NetStandardAndNetCoreApp (net10.0) 》 End reading response for NetStandardAndNetCoreApp (net10.0) 》 CompilerServer: server - server processed compilation - NetStandardAndNetCoreApp (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\Newtonsoft.Json.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStand.0C07F4F2.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStand.0C07F4F2.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\ref\NetStandardAndNetCoreApp.dll". 》 NetStandardAndNetCoreApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\net10.0\NetStandardAndNetCoreApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\net10.0\NetStandardAndNetCoreApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard1.5\". 》 Creating directory "obj\Debug\netstandard1.5\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard1.3\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0\ref\netstandard1.3\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request NetStandardAndNetCoreApp (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard1.3\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.nongeneric\4.3.0\ref\netstandard1.3\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.primitives\4.3.0\ref\netstandard1.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.typeconverter\4.3.0\ref\netstandard1.5\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.formatters\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.serialization.primitives\4.3.0\ref\netstandard1.3\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XmlDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for NetStandardAndNetCoreApp (netstandard1.5) 》 End writing request for NetStandardAndNetCoreApp (netstandard1.5) 》 Begin reading response for NetStandardAndNetCoreApp (netstandard1.5) 》 End reading response for NetStandardAndNetCoreApp (netstandard1.5) 》 CompilerServer: server - server processed compilation - NetStandardAndNetCoreApp (netstandard1.5) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll". 》 NetStandardAndNetCoreApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\obj\Debug\netstandard1.5\NetStandardAndNetCoreApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\bin\Debug\netstandard1.5\NetStandardAndNetCoreApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForNotRecommendedNETStandardVersion target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj::TargetFramework=netstandard1.5] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:08.61 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_non---BBBB05EA\NetStandardAndNetCoreApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:49.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:49.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Build started 4/8/2026 2:50:12 PM. [xUnit.net 00:00:49.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 [xUnit.net 00:00:49.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:49.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:00:49.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:49.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 End reading response for DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:49.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 CompilerServer: server - server processed compilation - DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:49.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:49.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:49.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:49.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:49.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:00:49.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe.config". [xUnit.net 00:00:49.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:49.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe". [xUnit.net 00:00:49.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 DuplicateFrameworkReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe [xUnit.net 00:00:49.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.pdb". [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" (Build target(s)). [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Build succeeded. [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Begin writing request for TestApp (net462) [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》 [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] 》Time Elapsed 00:00:02.91 [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 End writing request for TestApp (net462) [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Begin reading response for TestApp (net462) < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal exited with 0 in 3146 ms. [xUnit.net 00:00:49.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:00:49.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [PASS] [xUnit.net 00:00:49.73] Output: [xUnit.net 00:00:49.73] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal': [xUnit.net 00:00:49.73] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:49.73] 》Build started 4/8/2026 2:50:09 PM. [xUnit.net 00:00:49.73] 》 [xUnit.net 00:00:49.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:49.73] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:49.73] 》 Determining projects to restore... [xUnit.net 00:00:49.73] 》Restore: [xUnit.net 00:00:49.73] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:49.73] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:49.73] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj... [xUnit.net 00:00:49.73] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\DuplicateFrameworkReferences.csproj.nuget.g.props. [xUnit.net 00:00:49.73] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\DuplicateFrameworkReferences.csproj.nuget.g.targets. [xUnit.net 00:00:49.73] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\project.assets.json [xUnit.net 00:00:49.73] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj (in 428 ms). [xUnit.net 00:00:49.73] 》 [xUnit.net 00:00:49.73] 》 NuGet Config files used: [xUnit.net 00:00:49.73] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:49.73] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:49.73] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:49.73] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:49.73] 》 [xUnit.net 00:00:49.73] 》 Feeds used: [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:49.73] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:49.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" (Restore target(s)). [xUnit.net 00:00:49.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:49.73] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:49.73] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj] [xUnit.net 00:00:49.73] 》PrepareForBuild: [xUnit.net 00:00:49.73] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:49.73] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:49.73] 》_GenerateSourceLinkFile: [xUnit.net 00:00:49.73] 》 Source Link is empty, file 'obj\Debug\net462\DuplicateFrameworkReferences.sourcelink.json' does not exist. [xUnit.net 00:00:49.73] 》CoreCompile: [xUnit.net 00:00:49.73] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:49.73] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:49.73] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DuplicateFrameworkReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DuplicateFrameworkReferences.GeneratedMSBuildEditorConfig.editorconfig DuplicateFrameworkReferences.cs DuplicateFrameworkReferencesProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DuplicateFrameworkReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:49.73] 》 Compilation request DuplicateFrameworkReferences (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:49.73] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:49.73] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DuplicateFrameworkReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DuplicateFrameworkReferences.GeneratedMSBuildEditorConfig.editorconfig DuplicateFrameworkReferences.cs DuplicateFrameworkReferencesProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DuplicateFrameworkReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:49.73] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.73] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:49.73] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:49.73] 》 Begin writing request for DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.73] 》 End writing request for DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.74] 》 Begin reading response for DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.74] 》 End reading response for DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.74] 》 CompilerServer: server - server processed compilation - DuplicateFrameworkReferences (net462) [xUnit.net 00:00:49.74] 》_CopyAppConfigFile: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore [xUnit.net 00:00:49.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe.config". > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore [xUnit.net 00:00:49.74] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:49.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe". [xUnit.net 00:00:49.74] 》 DuplicateFrameworkReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe [xUnit.net 00:00:49.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.pdb". [xUnit.net 00:00:49.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" (Build target(s)). [xUnit.net 00:00:49.74] 》 [xUnit.net 00:00:49.74] 》Build succeeded. [xUnit.net 00:00:49.74] 》 0 Warning(s) [xUnit.net 00:00:49.74] 》 0 Error(s) [xUnit.net 00:00:49.74] 》 [xUnit.net 00:00:49.74] 》Time Elapsed 00:00:02.91 [xUnit.net 00:00:49.74] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:00:49.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:49.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:49.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore': Process ID: 5916 [xUnit.net 00:00:49.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:49.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:49.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 End reading response for TestApp (net462) [xUnit.net 00:00:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Build started 4/8/2026 2:50:12 PM. [xUnit.net 00:00:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:00:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:00:49.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:49.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:49.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:49.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:00:49.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:00:49.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:00:49.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:00:49.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:00:49.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:00:49.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:00:49.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:49.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:49.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Restore: [xUnit.net 00:00:50.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:50.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:50.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:00:50.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:50.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:50.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:50.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:00:50.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:50.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:50.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:50.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:00:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:00:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:50.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:50.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:00:50.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:50.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:00:50.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:00:50.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:00:50.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:00:50.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:00:50.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:50.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:00:50.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:00:50.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:50.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:50.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:50.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:50.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:00:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:00:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:00:50.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:50.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:00:50.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:00:50.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:00:50.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:00:50.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:00:50.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:00:50.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:00:50.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:00:50.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:00:50.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:50.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:50.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:00:50.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:00:50.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:00:50.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:00:50.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:00:50.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:00:50.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:00:50.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:00:50.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:00:50.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:00:50.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:50.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:00:50.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:00:50.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:00:50.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:00:50.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:50.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:00:50.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:50.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:50.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:00:50.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:50.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:50.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:50.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:50.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:50.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:50.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:00:50.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:50.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:00:50.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:00:50.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:00:50.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:00:50.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:00:50.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:50.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:00:50.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:00:50.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:50.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:00:50.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:50.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:00:50.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:00:50.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:00:50.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:00:50.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:50.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:00:50.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:50.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:00:50.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:00:50.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:50.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:00:50.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:00:50.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:00:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:00:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:00:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:00:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:50.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:50.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:50.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:50.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:50.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:50.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] 》Time Elapsed 00:00:03.62 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore exited with 0 in 3869 ms. [xUnit.net 00:00:50.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:50.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [PASS] [xUnit.net 00:00:50.44] Output: [xUnit.net 00:00:50.44] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore': [xUnit.net 00:00:50.44] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:50.44] 》Build started 4/8/2026 2:50:04 PM. [xUnit.net 00:00:50.44] 》 [xUnit.net 00:00:50.44] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:50.44] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:50.44] 》 Determining projects to restore... [xUnit.net 00:00:50.44] 》Restore: [xUnit.net 00:00:50.44] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:50.44] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:50.44] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:50.44] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:50.44] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:50.44] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\project.assets.json [xUnit.net 00:00:50.44] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj (in 767 ms). [xUnit.net 00:00:50.44] 》 [xUnit.net 00:00:50.44] 》 NuGet Config files used: [xUnit.net 00:00:50.44] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:50.44] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:50.44] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:50.44] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:50.44] 》 [xUnit.net 00:00:50.44] 》 Feeds used: [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:50.44] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:50.44] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:00:50.44] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:50.44] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:50.44] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj] [xUnit.net 00:00:50.44] 》PrepareForBuild: [xUnit.net 00:00:50.44] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:50.44] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:50.44] 》_GenerateSourceLinkFile: [xUnit.net 00:00:50.44] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:50.44] 》CoreCompile: [xUnit.net 00:00:50.44] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:50.44] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:50.44] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:50.45] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:50.45] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:50.45] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:50.45] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:50.45] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:50.45] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:50.45] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:50.45] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:50.45] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:50.45] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:50.45] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:50.45] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:50.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:50.45] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:50.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:50.45] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:00:50.45] 》 [xUnit.net 00:00:50.45] 》Build succeeded. [xUnit.net 00:00:50.45] 》 0 Warning(s) [xUnit.net 00:00:50.45] 》 0 Error(s) [xUnit.net 00:00:50.45] 》 Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore [xUnit.net 00:00:50.45] 》Time Elapsed 00:00:04.12 [xUnit.net 00:00:50.45] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. [xUnit.net 00:00:50.45] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore': [xUnit.net 00:00:50.45] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:50.45] 》Build started 4/8/2026 2:50:09 PM. [xUnit.net 00:00:50.45] 》 [xUnit.net 00:00:50.45] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:50.45] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:50.45] 》 Determining projects to restore... [xUnit.net 00:00:50.45] 》Restore: [xUnit.net 00:00:50.45] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:50.45] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:50.45] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj... [xUnit.net 00:00:50.45] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:50.45] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:50.45] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\project.assets.json [xUnit.net 00:00:50.45] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj (in 414 ms). [xUnit.net 00:00:50.45] 》 [xUnit.net 00:00:50.45] 》 NuGet Config files used: [xUnit.net 00:00:50.45] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:50.45] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:50.45] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:50.45] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:50.45] 》 [xUnit.net 00:00:50.45] 》 Feeds used: [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:50.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:50.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:50.46] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:50.46] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:00:50.46] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:50.46] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:50.46] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj] [xUnit.net 00:00:50.46] 》PrepareForBuild: [xUnit.net 00:00:50.46] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:50.46] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:50.46] 》_GenerateSourceLinkFile: [xUnit.net 00:00:50.46] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:00:50.46] 》CoreCompile: [xUnit.net 00:00:50.46] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:50.46] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:50.46] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:50.46] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:50.46] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:50.46] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:50.46] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:50.46] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:50.46] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:50.46] 》 Begin writing request for TestApp (net462) [xUnit.net 00:00:50.46] 》 End writing request for TestApp (net462) [xUnit.net 00:00:50.46] 》 Begin reading response for TestApp (net462) [xUnit.net 00:00:50.46] 》 End reading response for TestApp (net462) [xUnit.net 00:00:50.46] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:00:50.46] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.dll". Process ID: 808 [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:00:50.46] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:50.47] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:00:50.48] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:50.48] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:00:50.48] 》_CopyAppConfigFile: [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:00:50.48] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:00:50.48] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:00:50.48] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:00:50.48] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:50.48] 》 [xUnit.net 00:00:50.48] 》Build succeeded. [xUnit.net 00:00:50.48] 》 0 Warning(s) [xUnit.net 00:00:50.48] 》 0 Error(s) [xUnit.net 00:00:50.48] 》 [xUnit.net 00:00:50.48] 》Time Elapsed 00:00:03.62 [xUnit.net 00:00:50.48] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:50.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore': [xUnit.net 00:00:50.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\project.assets.json [xUnit.net 00:00:50.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Build started 4/8/2026 2:50:13 PM. [xUnit.net 00:00:50.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:50.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj (in 451 ms). [xUnit.net 00:00:50.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 [xUnit.net 00:00:50.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:50.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:50.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:50.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:50.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:50.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:50.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:50.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:50.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:50.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:50.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:50.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:50.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:50.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:50.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:50.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:00:50.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:00:50.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:51.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:51.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_if_the_same_framework_assembly_is_referenced_multiple_times [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:09 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\DuplicateFrameworkReferences.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\DuplicateFrameworkReferences.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj (in 428 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\DuplicateFrameworkReferences.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DuplicateFrameworkReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DuplicateFrameworkReferences.GeneratedMSBuildEditorConfig.editorconfig DuplicateFrameworkReferences.cs DuplicateFrameworkReferencesProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DuplicateFrameworkReferences.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DuplicateFrameworkReferences (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DuplicateFrameworkReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DuplicateFrameworkReferences.GeneratedMSBuildEditorConfig.editorconfig DuplicateFrameworkReferences.cs DuplicateFrameworkReferencesProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DuplicateFrameworkReferences.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DuplicateFrameworkReferences (net462) 》 End writing request for DuplicateFrameworkReferences (net462) 》 Begin reading response for DuplicateFrameworkReferences (net462) 》 End reading response for DuplicateFrameworkReferences (net462) 》 CompilerServer: server - server processed compilation - DuplicateFrameworkReferences (net462) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe". 》 DuplicateFrameworkReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\obj\Debug\net462\DuplicateFrameworkReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\bin\Debug\net462\DuplicateFrameworkReferences.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.91 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DuplicateFram---417B1127\DuplicateFrameworkReferences\DuplicateFrameworkReferences.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: RawFileName) [8 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:04 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj (in 767 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.12 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:09 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj (in 414 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestApp (net462) 》 End writing request for TestApp (net462) 》 Begin reading response for TestApp (net462) 》 End reading response for TestApp (net462) 》 CompilerServer: server - server processed compilation - TestApp (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\bin\Debug\net462\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.62 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---1A2E8F0B\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:51.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:51.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\Debug\net10.0\refint\". [xUnit.net 00:00:51.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:51.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Restore: [xUnit.net 00:00:51.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:51.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Restore: [xUnit.net 00:00:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:51.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:51.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj... [xUnit.net 00:00:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:51.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj... [xUnit.net 00:00:51.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:51.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:51.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:51.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:51.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:51.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:51.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:51.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:51.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:51.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 77ms [xUnit.net 00:00:52.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 80ms [xUnit.net 00:00:52.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 74ms [xUnit.net 00:00:52.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 85ms [xUnit.net 00:00:52.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 121ms [xUnit.net 00:00:52.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 74ms [xUnit.net 00:00:52.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:52.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json [xUnit.net 00:00:52.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 96ms [xUnit.net 00:00:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/1.10.0/libuv.1.10.0.nupkg [xUnit.net 00:00:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 108ms [xUnit.net 00:00:52.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 107ms [xUnit.net 00:00:52.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 70ms [xUnit.net 00:00:52.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 73ms [xUnit.net 00:00:52.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Restore: [xUnit.net 00:00:52.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:52.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:52.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:00:52.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 55ms [xUnit.net 00:00:52.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 54ms [xUnit.net 00:00:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:00:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms [xUnit.net 00:00:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 91ms [xUnit.net 00:00:52.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/1.0.3/microsoft.netframework.referenceassemblies.net46.1.0.3.nupkg [xUnit.net 00:00:52.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms [xUnit.net 00:00:52.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms [xUnit.net 00:00:52.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 124ms [xUnit.net 00:00:52.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 115ms [xUnit.net 00:00:52.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 88ms [xUnit.net 00:00:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:00:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 78ms [xUnit.net 00:00:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 89ms [xUnit.net 00:00:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 82ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 129ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 94ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 98ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 107ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 96ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 127ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 124ms [xUnit.net 00:00:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 82ms [xUnit.net 00:00:52.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 70ms [xUnit.net 00:00:52.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 67ms [xUnit.net 00:00:52.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:00:52.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 130ms [xUnit.net 00:00:52.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 63ms [xUnit.net 00:00:52.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg [xUnit.net 00:00:52.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 65ms [xUnit.net 00:00:52.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 59ms [xUnit.net 00:00:52.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/7.0.20/microsoft.aspnetcore.app.ref.7.0.20.nupkg [xUnit.net 00:00:52.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 89ms [xUnit.net 00:00:52.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 122ms [xUnit.net 00:00:52.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 93ms [xUnit.net 00:00:52.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 72ms [xUnit.net 00:00:52.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:52.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 97ms [xUnit.net 00:00:52.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:52.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 72ms [xUnit.net 00:00:52.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:52.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:52.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 70ms [xUnit.net 00:00:52.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/7.0.20/microsoft.windowsdesktop.app.ref.7.0.20.nupkg [xUnit.net 00:00:52.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1170: The provided type library ID '65536' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:52.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:52.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:52.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 [xUnit.net 00:00:52.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Build FAILED. [xUnit.net 00:00:52.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/7.0.20/microsoft.netcore.app.ref.7.0.20.nupkg [xUnit.net 00:00:52.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 [xUnit.net 00:00:52.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:52.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》(_CreateComHost target) -> [xUnit.net 00:00:52.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1170: The provided type library ID '65536' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:52.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 [xUnit.net 00:00:52.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:52.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:52.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》 [xUnit.net 00:00:52.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] 》Time Elapsed 00:00:04.00 [xUnit.net 00:00:52.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:52.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [PASS] [xUnit.net 00:00:52.74] Output: < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore exited with 1 in 4348 ms. [xUnit.net 00:00:52.74] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:52.74] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:52.74] 》Build started 4/8/2026 2:50:11 PM. [xUnit.net 00:00:52.74] 》 [xUnit.net 00:00:52.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:52.74] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:52.74] 》 Determining projects to restore... [xUnit.net 00:00:52.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:52.74] 》AddPrunePackageReferences: [xUnit.net 00:00:52.74] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:52.74] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:52.74] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:52.74] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:52.74] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:52.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:52.74] 》Restore: [xUnit.net 00:00:52.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:52.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:52.74] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:52.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:52.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:52.74] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\project.assets.json [xUnit.net 00:00:52.74] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj (in 451 ms). [xUnit.net 00:00:52.74] 》 [xUnit.net 00:00:52.74] 》 NuGet Config files used: [xUnit.net 00:00:52.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:52.74] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:52.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:52.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:52.74] 》 [xUnit.net 00:00:52.74] 》 Feeds used: [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:52.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:52.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:52.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:52.74] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:52.74] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:52.74] 》PrepareForBuild: [xUnit.net 00:00:52.74] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:52.74] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:52.74] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\Debug\net10.0\refint\". [xUnit.net 00:00:52.74] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:52.75] 》_GenerateSourceLinkFile: [xUnit.net 00:00:52.75] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:52.75] 》CoreCompile: [xUnit.net 00:00:52.75] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:52.75] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:52.75] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:52.75] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:52.75] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:52.75] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:52.75] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:52.75] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:52.75] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:52.75] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:52.75] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:52.75] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:52.75] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:52.75] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:52.75] 》_CreateAppHost: [xUnit.net 00:00:52.75] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:52.75] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1170: The provided type library ID '65536' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:52.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:52.75] 》 [xUnit.net 00:00:52.75] 》Build FAILED. [xUnit.net 00:00:52.75] 》 [xUnit.net 00:00:52.75] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:52.75] 》(_CreateComHost target) -> [xUnit.net 00:00:52.75] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1170: The provided type library ID '65536' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:52.75] 》 [xUnit.net 00:00:52.75] 》 0 Warning(s) [xUnit.net 00:00:52.75] 》 1 Error(s) [xUnit.net 00:00:52.75] 》 [xUnit.net 00:00:52.75] 》Time Elapsed 00:00:04.00 [xUnit.net 00:00:52.75] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: 65536) [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:11 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj (in 451 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1170: The provided type library ID '65536' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_CreateComHost target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1170: The provided type library ID '65536' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:04.00 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---583749AB\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore Process ID: 8832 [xUnit.net 00:00:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:53.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Build started 4/8/2026 2:50:15 PM. [xUnit.net 00:00:53.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 [xUnit.net 00:00:53.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.Platforms 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\1.0.1 with content hash 2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==. [xUnit.net 00:00:53.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:53.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\project.assets.json [xUnit.net 00:00:53.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj (in 996 ms). [xUnit.net 00:00:53.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:53.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:53.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:00:53.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Libuv 1.10.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0 with content hash GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==. [xUnit.net 00:00:53.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:53.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:53.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj] [xUnit.net 00:00:53.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:53.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:53.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:53.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:53.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:53.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:54.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:54.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:54.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:54.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:54.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:54.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:54.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:54.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:54.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:54.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:54.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:54.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:54.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:54.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:54.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:54.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:54.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:54.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:54.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:54.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:54.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:54.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:54.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:54.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:00:54.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:54.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:54.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:54.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:54.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:54.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Time Elapsed 00:00:03.76 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore exited with 0 in 3985 ms. [xUnit.net 00:00:54.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore [xUnit.net 00:00:54.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore Process ID: 3436 [xUnit.net 00:00:54.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Restore: [xUnit.net 00:00:54.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:54.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:54.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:54.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Build started 4/8/2026 2:50:17 PM. [xUnit.net 00:00:54.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:54.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:55.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:55.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:55.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\project.assets.json [xUnit.net 00:00:55.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj (in 352 ms). [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Feeds used: [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:55.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:55.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:55.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:55.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:55.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\Debug\net10.0\refint\". [xUnit.net 00:00:55.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Installed Microsoft.WindowsDesktop.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\7.0.20 with content hash yo4yQy3IQwPCG4x2teX83OWvIfXec1IFdK/ExfuIxTln7NvLnjUQRJyIoqueDRfX+Hk/jdPqvhDY2fb+MT6gSw==. [xUnit.net 00:00:55.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:55.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:55.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Restore: [xUnit.net 00:00:55.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:55.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:55.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》CoreCompile: [xUnit.net 00:00:55.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:55.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:55.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:55.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:55.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:55.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:55.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:55.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:55.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:55.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:55.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:55.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID 'non-integer-id' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Build FAILED. [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID 'non-integer-id' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 1 Error(s) [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》 [xUnit.net 00:00:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] 》Time Elapsed 00:00:02.59 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore exited with 1 in 2783 ms. [xUnit.net 00:00:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [PASS] [xUnit.net 00:00:55.85] Output: [xUnit.net 00:00:55.86] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:00:55.86] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:55.86] 》Build started 4/8/2026 2:50:15 PM. [xUnit.net 00:00:55.86] 》 [xUnit.net 00:00:55.86] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:55.86] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:55.86] 》 Determining projects to restore... [xUnit.net 00:00:55.86] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:55.86] 》AddPrunePackageReferences: [xUnit.net 00:00:55.86] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:55.86] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:55.86] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:55.86] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:55.86] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:55.86] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:55.86] 》Restore: [xUnit.net 00:00:55.86] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:55.86] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:55.86] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj... [xUnit.net 00:00:55.86] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:00:55.86] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:00:55.86] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\project.assets.json [xUnit.net 00:00:55.86] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj (in 352 ms). [xUnit.net 00:00:55.86] 》 [xUnit.net 00:00:55.86] 》 NuGet Config files used: [xUnit.net 00:00:55.86] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:55.86] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:55.86] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:55.86] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:55.86] 》 [xUnit.net 00:00:55.86] 》 Feeds used: [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:55.86] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:55.86] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:00:55.86] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:55.86] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:55.86] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:55.86] 》PrepareForBuild: [xUnit.net 00:00:55.86] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:55.86] 》 Creating directory "obj\Debug\net10.0\". Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore [xUnit.net 00:00:55.87] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\Debug\net10.0\refint\". [xUnit.net 00:00:55.87] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:00:55.87] 》_GenerateSourceLinkFile: [xUnit.net 00:00:55.87] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:00:55.87] 》CoreCompile: [xUnit.net 00:00:55.87] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:55.87] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:55.87] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:55.87] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:55.87] 》 CommandLine = ' /noconfig' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore [xUnit.net 00:00:55.87] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:55.87] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:55.87] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:55.87] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:55.87] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.87] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.87] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.87] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.87] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:00:55.87] 》_CreateAppHost: [xUnit.net 00:00:55.87] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:55.87] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID 'non-integer-id' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:55.87] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:00:55.87] 》 [xUnit.net 00:00:55.87] 》Build FAILED. [xUnit.net 00:00:55.87] 》 [xUnit.net 00:00:55.87] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:00:55.87] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:00:55.87] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID 'non-integer-id' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] [xUnit.net 00:00:55.87] 》 [xUnit.net 00:00:55.87] 》 0 Warning(s) [xUnit.net 00:00:55.87] 》 1 Error(s) [xUnit.net 00:00:55.87] 》 [xUnit.net 00:00:55.87] 》Time Elapsed 00:00:02.59 [xUnit.net 00:00:55.87] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_with_invalid_id_specified(id: "non-integer-id") [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:15 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj (in 352 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID 'non-integer-id' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_GenerateRegFreeComManifest target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1170: The provided type library ID 'non-integer-id' for type library 'dummy1.tlb' is invalid. The ID must be a positive integer less than 65536. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:02.59 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0FC33A0A\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:00:55.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore': Process ID: 5668 [xUnit.net 00:00:55.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj... [xUnit.net 00:00:56.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:56.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Build started 4/8/2026 2:50:18 PM. [xUnit.net 00:00:56.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 [xUnit.net 00:00:56.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:56.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:56.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\project.assets.json [xUnit.net 00:00:56.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj (in 448 ms). [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Feeds used: [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:56.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:56.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:56.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:56.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:56.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:56.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:00:56.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:56.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:56.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj] [xUnit.net 00:00:56.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:56.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:56.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:56.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:56.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:56.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:57.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:57.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:00:57.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:57.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:57.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:57.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:57.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:57.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:57.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:00:57.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》CoreCompile: [xUnit.net 00:00:57.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:57.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:57.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:57.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:57.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:57.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:57.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:57.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:57.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:57.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:57.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Begin writing request for TestApp (net462) [xUnit.net 00:00:57.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 End writing request for TestApp (net462) [xUnit.net 00:00:57.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Begin reading response for TestApp (net462) [xUnit.net 00:00:57.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 End reading response for TestApp (net462) [xUnit.net 00:00:57.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:00:57.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:57.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:57.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:57.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:00:57.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:00:57.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:00:57.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:00:57.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:00:57.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:57.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:00:57.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:57.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:57.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:00:57.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:00:57.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:00:57.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:00:57.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:57.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:00:57.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:57.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:57.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:57.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:00:57.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:57.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:00:57.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:57.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:00:57.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:00:57.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:57.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:57.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:57.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:57.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:00:57.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:00:57.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:00:57.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:00:57.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:57.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:00:57.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:00:57.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:00:57.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:00:57.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:00:57.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:00:57.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:00:57.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:57.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:00:57.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Restore: [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:57.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:00:57.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:57.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:00:57.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:00:57.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:00:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:00:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:00:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:00:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:00:57.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:00:57.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:57.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:57.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:57.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:57.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:00:57.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:57.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:57.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:57.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:57.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:00:57.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:57.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:00:57.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:57.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:00:57.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:00:57.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:00:57.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:00:57.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:00:57.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:57.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:00:57.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:00:57.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:00:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:00:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:00:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:00:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:00:57.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:57.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:00:57.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:57.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:00:57.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:57.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:00:57.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:00:57.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:00:57.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:57.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:00:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:00:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:00:57.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:57.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:57.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Build succeeded. [xUnit.net 00:00:57.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:57.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:57.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》 [xUnit.net 00:00:57.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] 》Time Elapsed 00:00:02.97 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore exited with 0 in 3163 ms. [xUnit.net 00:00:57.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:57.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [PASS] [xUnit.net 00:00:57.61] Output: [xUnit.net 00:00:57.61] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore': [xUnit.net 00:00:57.61] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:57.61] 》Build started 4/8/2026 2:50:13 PM. [xUnit.net 00:00:57.61] 》 [xUnit.net 00:00:57.61] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:57.61] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:57.61] 》 Determining projects to restore... [xUnit.net 00:00:57.61] 》Restore: [xUnit.net 00:00:57.61] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:57.61] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:57.61] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:57.61] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:00:57.61] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:00:57.61] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\project.assets.json [xUnit.net 00:00:57.61] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj (in 996 ms). [xUnit.net 00:00:57.61] 》 [xUnit.net 00:00:57.61] 》 NuGet Config files used: [xUnit.net 00:00:57.61] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:57.61] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:57.61] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:57.61] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:57.61] 》 [xUnit.net 00:00:57.61] 》 Feeds used: [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:57.61] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:57.61] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:00:57.61] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:57.61] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:57.61] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj] [xUnit.net 00:00:57.80] 》PrepareForBuild: [xUnit.net 00:00:57.81] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:00:57.81] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:00:57.81] 》_GenerateSourceLinkFile: [xUnit.net 00:00:57.81] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:00:57.81] 》CoreCompile: [xUnit.net 00:00:57.81] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:57.81] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:57.81] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:57.81] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:57.81] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:57.81] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:57.81] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:57.81] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:57.81] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:57.81] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:57.81] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:00:57.81] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:57.81] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:00:57.81] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:00:57.81] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:57.81] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:00:57.81] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:00:57.81] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:00:57.81] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:00:57.81] 》 [xUnit.net 00:00:57.81] 》Build succeeded. [xUnit.net 00:00:57.81] 》 0 Warning(s) [xUnit.net 00:00:57.81] 》 0 Error(s) [xUnit.net 00:00:57.81] 》 [xUnit.net 00:00:57.81] 》Time Elapsed 00:00:03.76 [xUnit.net 00:00:57.81] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. [xUnit.net 00:00:57.81] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore': [xUnit.net 00:00:57.81] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:57.81] 》Build started 4/8/2026 2:50:17 PM. [xUnit.net 00:00:57.81] 》 [xUnit.net 00:00:57.81] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:57.81] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:57.81] 》 Determining projects to restore... [xUnit.net 00:00:57.81] 》Restore: [xUnit.net 00:00:57.81] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:57.81] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:57.81] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj... [xUnit.net 00:00:57.81] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:00:57.81] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:00:57.81] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\project.assets.json [xUnit.net 00:00:57.81] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj (in 448 ms). [xUnit.net 00:00:57.81] 》 [xUnit.net 00:00:57.81] 》 NuGet Config files used: [xUnit.net 00:00:57.81] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:57.81] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:57.81] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:57.81] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:57.81] 》 Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore [xUnit.net 00:00:57.81] 》 Feeds used: [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json Process ID: 4156 [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:57.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:57.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:57.82] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:57.82] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:00:57.82] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:57.82] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:57.82] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj] [xUnit.net 00:00:57.82] 》PrepareForBuild: [xUnit.net 00:00:57.82] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:00:57.82] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:00:57.82] 》_GenerateSourceLinkFile: [xUnit.net 00:00:57.82] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:00:57.82] 》CoreCompile: [xUnit.net 00:00:57.82] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:57.82] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:57.82] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:00:57.82] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:57.82] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:57.82] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:00:57.82] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:57.82] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:57.82] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:57.82] 》 Begin writing request for TestApp (net462) [xUnit.net 00:00:57.82] 》 End writing request for TestApp (net462) [xUnit.net 00:00:57.82] 》 Begin reading response for TestApp (net462) [xUnit.net 00:00:57.82] 》 End reading response for TestApp (net462) [xUnit.net 00:00:57.82] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:00:57.82] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:00:57.82] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:00:57.83] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:00:57.84] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:00:57.84] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:00:57.84] 》_CopyAppConfigFile: [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:00:57.84] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:00:57.84] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:00:57.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:00:57.84] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:00:57.84] 》 [xUnit.net 00:00:57.84] 》Build succeeded. [xUnit.net 00:00:57.84] 》 0 Warning(s) [xUnit.net 00:00:57.84] 》 0 Error(s) [xUnit.net 00:00:57.84] 》 [xUnit.net 00:00:57.84] 》Time Elapsed 00:00:02.97 [xUnit.net 00:00:57.84] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: True, scenario: HintPath) [7 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:13 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj (in 996 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.76 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:17 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj (in 448 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestApp (net462) 》 End writing request for TestApp (net462) 》 Begin reading response for TestApp (net462) 》 End reading response for TestApp (net462) 》 CompilerServer: server - server processed compilation - TestApp (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\bin\Debug\net462\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.97 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---C9651B31\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:00:57.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj... [xUnit.net 00:00:57.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore': [xUnit.net 00:00:57.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:58.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:00:58.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:00:58.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Installed Microsoft.AspNetCore.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\7.0.20 with content hash dF49BcC6naWUSlIN+WGwhTxLIxlvQzDa8m7iWg5mHc4IIrtnR4oO+2Se808pA4w80yjEVA2/2c/oN3BTVFp4Ew==. [xUnit.net 00:00:58.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\project.assets.json [xUnit.net 00:00:58.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Build started 4/8/2026 2:50:20 PM. [xUnit.net 00:00:58.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj (in 358 ms). [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:58.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Feeds used: [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (Restore target(s)). [xUnit.net 00:00:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj] [xUnit.net 00:00:58.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:58.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:58.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:58.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:58.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. [xUnit.net 00:00:58.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》CoreCompile: [xUnit.net 00:00:58.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:58.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:58.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:58.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:00:58.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Installed Microsoft.NETCore.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20 with content hash Ek577ILlxN7dJToJhvoO+u0jPG9iPHyUgHcGTDdMut8hzSxahbZBxE8gYK4Xq7/466ujXVXtv0iMvH7IGuIucQ==. [xUnit.net 00:00:58.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 End writing request for ComServer (net10.0) [xUnit.net 00:00:58.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:00:58.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:58.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:58.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:58.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 End reading response for ComServer (net10.0) [xUnit.net 00:00:58.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:00:58.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》_CreateAppHost: [xUnit.net 00:00:58.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:58.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\OuterBuildImportsUserFile.csproj.nuget.g.props. [xUnit.net 00:00:58.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\OuterBuildImportsUserFile.csproj.nuget.g.targets. [xUnit.net 00:00:58.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\project.assets.json [xUnit.net 00:00:59.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Restore: [xUnit.net 00:00:59.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:59.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:59.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net46 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3 with content hash NiiK1wNEKbDFxF08ybLkjwEn8g6SuIrUl/Y+jlAMcf3NsTtlU0JFRWFPJENV9yyZkW6nBxk/pniBlyZtE5fHwQ==. [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj (in 7.35 sec). [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Feeds used: [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:59.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:59.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Restore target(s)). [xUnit.net 00:00:59.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:59.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.comhost.dll". [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj::TargetFramework=net10.0] [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.dll". [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.dll [xUnit.net 00:00:59.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.pdb". [xUnit.net 00:00:59.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (Build target(s)). [xUnit.net 00:00:59.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 [xUnit.net 00:00:59.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Build succeeded. [xUnit.net 00:00:59.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 0 Warning(s) [xUnit.net 00:00:59.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 0 Error(s) [xUnit.net 00:00:59.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》 [xUnit.net 00:00:59.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] 》Time Elapsed 00:00:03.36 [xUnit.net 00:00:59.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj... [xUnit.net 00:00:59.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:59.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\refint\". [xUnit.net 00:00:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore exited with 0 in 3569 ms. [xUnit.net 00:00:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [PASS] [xUnit.net 00:00:59.45] Output: [xUnit.net 00:00:59.45] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore': [xUnit.net 00:00:59.45] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:59.45] 》Build started 4/8/2026 2:50:18 PM. [xUnit.net 00:00:59.45] 》 [xUnit.net 00:00:59.45] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:59.45] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:00:59.45] 》 Determining projects to restore... [xUnit.net 00:00:59.45] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:59.45] 》AddPrunePackageReferences: [xUnit.net 00:00:59.45] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:00:59.45] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:00:59.45] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:00:59.45] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:00:59.45] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:00:59.45] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:00:59.45] 》Restore: [xUnit.net 00:00:59.45] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:00:59.45] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:00:59.45] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj... [xUnit.net 00:00:59.45] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:00:59.45] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:00:59.45] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\project.assets.json [xUnit.net 00:00:59.45] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj (in 358 ms). [xUnit.net 00:00:59.45] 》 [xUnit.net 00:00:59.45] 》 NuGet Config files used: [xUnit.net 00:00:59.45] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:59.45] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:59.45] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:59.45] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:59.45] 》 [xUnit.net 00:00:59.45] 》 Feeds used: [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:59.45] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:59.45] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (Restore target(s)). [xUnit.net 00:00:59.45] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:59.45] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:59.45] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj] [xUnit.net 00:00:59.45] 》PrepareForBuild: [xUnit.net 00:00:59.46] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:00:59.46] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:00:59.46] 》_GenerateSourceLinkFile: [xUnit.net 00:00:59.46] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:59.46] 》CoreCompile: [xUnit.net 00:00:59.46] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:59.46] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:59.46] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:59.46] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:59.46] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:59.46] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:59.46] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:59.46] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:59.46] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:59.46] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:00:59.46] 》 End writing request for ComServer (net10.0) [xUnit.net 00:00:59.46] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:00:59.46] 》 End reading response for ComServer (net10.0) [xUnit.net 00:00:59.46] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:00:59.46] 》_CreateAppHost: [xUnit.net 00:00:59.46] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:00:59.46] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:00:59.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.comhost.dll". [xUnit.net 00:00:59.46] 》CopyFilesToOutputDirectory: [xUnit.net 00:00:59.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.dll". [xUnit.net 00:00:59.46] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.dll [xUnit.net 00:00:59.46] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.pdb". [xUnit.net 00:00:59.46] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (Build target(s)). [xUnit.net 00:00:59.46] 》 [xUnit.net 00:00:59.46] 》Build succeeded. [xUnit.net 00:00:59.46] 》 0 Warning(s) [xUnit.net 00:00:59.46] 》 0 Error(s) [xUnit.net 00:00:59.46] 》 [xUnit.net 00:00:59.46] 》Time Elapsed 00:00:03.36 [xUnit.net 00:00:59.46] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_the_comhost_to_the_output_directory [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:18 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\ComServer.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\ComServer.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj (in 358 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServer (net10.0) 》 End writing request for ComServer (net10.0) 》 Begin reading response for ComServer (net10.0) 》 End reading response for ComServer (net10.0) 》 CompilerServer: server - server processed compilation - ComServer (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.comhost.dll". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.dll". 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\bin\Debug\net10.0\ComServer.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.36 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_the---F0E4EF28\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:00:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:00:59.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\DesktopMinusRid.csproj.nuget.g.props. Process ID: 6392 [xUnit.net 00:00:59.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:00:59.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\project.assets.json [xUnit.net 00:00:59.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj (in 7.98 sec). [xUnit.net 00:00:59.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:00:59.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:00:59.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:00:59.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:00:59.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:00:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:00:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:00:59.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:00:59.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Feeds used: [xUnit.net 00:00:59.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:00:59.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:00:59.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:00:59.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:00:59.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:00:59.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:00:59.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:00:59.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:00:59.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Build started 4/8/2026 2:50:22 PM. [xUnit.net 00:00:59.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 [xUnit.net 00:00:59.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:00:59.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:00:59.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:00:59.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:00:59.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:00:59.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:00:59.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed: [xUnit.net 00:00:59.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 3 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj [xUnit.net 00:00:59.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:00:59.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:00:59.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\OuterBuildImportsUserFile.sourcelink.json' does not exist. [xUnit.net 00:00:59.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》CoreCompile: [xUnit.net 00:00:59.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:00:59.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:00:59.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net10.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:00:59.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Compilation request OuterBuildImportsUserFile (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:00:59.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:00:59.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net10.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:00:59.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:00:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:00:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Begin writing request for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:00:59.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 End writing request for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:00:59.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Begin reading response for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:00:59.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:00:59.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:00:59.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj] [xUnit.net 00:00:59.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:00:59.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:00:59.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:00.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 End reading response for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:01:00.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CompilerServer: server - server processed compilation - OuterBuildImportsUserFile (net10.0) [xUnit.net 00:01:00.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:00.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\project.assets.json [xUnit.net 00:01:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj (in 756 ms). [xUnit.net 00:01:00.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\ref\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 OuterBuildImportsUserFile -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.dll [xUnit.net 00:01:00.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\OuterBuildImportsUserFile.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.pdb". [xUnit.net 00:01:00.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:00.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:00.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). [xUnit.net 00:01:00.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:00.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:01:00.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:00.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:00.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "bin\Debug\net7.0\". [xUnit.net 00:01:00.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "obj\Debug\net7.0\". [xUnit.net 00:01:00.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\refint\". [xUnit.net 00:01:00.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Creating directory "obj\Debug\net7.0\ref". [xUnit.net 00:01:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net7.0\OuterBuildImportsUserFile.sourcelink.json' does not exist. [xUnit.net 00:01:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》CoreCompile: [xUnit.net 00:01:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:7 /define:TRACE;DEBUG;NET;NET7_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net7.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:11.0 /analyzerconfig:obj\Debug\net7.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_7_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net7.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Compilation request OuterBuildImportsUserFile (net7.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:7 /define:TRACE;DEBUG;NET;NET7_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net7.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:11.0 /analyzerconfig:obj\Debug\net7.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_7_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net7.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Begin writing request for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 End writing request for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Begin reading response for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:00.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:00.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:00.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:00.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:00.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:00.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:00.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:00.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:00.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:00.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:00.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:00.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:00.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:00.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:00.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:00.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:00.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:00.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:00.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:00.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:00.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:00.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:00.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:00.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:00.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Time Elapsed 00:00:10.57 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore exited with 0 in 10771 ms. [xUnit.net 00:01:00.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:00.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe Process ID: 9880 [xUnit.net 00:01:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Native code failed (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 91 ms. [xUnit.net 00:01:00.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore [xUnit.net 00:01:00.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore Process ID: 9816 [xUnit.net 00:01:00.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 End reading response for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:00.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:00.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:00.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 CompilerServer: server - server processed compilation - OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:00.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:00.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:00.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Copying reference assembly from "obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\ref\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:00.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:00.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 OuterBuildImportsUserFile -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.dll [xUnit.net 00:01:00.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\OuterBuildImportsUserFile.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.pdb". [xUnit.net 00:01:00.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:00.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). [xUnit.net 00:01:00.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). [xUnit.net 00:01:00.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 [xUnit.net 00:01:00.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Build succeeded. [xUnit.net 00:01:00.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:00.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:00.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》 [xUnit.net 00:01:00.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] 》Time Elapsed 00:00:11.23 [xUnit.net 00:01:00.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Build started 4/8/2026 2:50:23 PM. [xUnit.net 00:01:00.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore exited with 0 in 11474 ms. [xUnit.net 00:01:00.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:00.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore' exited with exit code 0. [xUnit.net 00:01:00.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [PASS] [xUnit.net 00:01:00.86] Output: [xUnit.net 00:01:00.86] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore': [xUnit.net 00:01:00.86] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:00.86] 》Build started 4/8/2026 2:50:12 PM. [xUnit.net 00:01:00.86] 》 [xUnit.net 00:01:00.86] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:00.86] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:00.86] 》 Determining projects to restore... [xUnit.net 00:01:00.86] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:00.86] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:00.86] 》AddPrunePackageReferences: [xUnit.net 00:01:00.86] 》 Loading prune package data from PrunePackageData folder Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore [xUnit.net 00:01:00.86] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:00.86] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:00.86] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:00.86] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:00.86] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:00.86] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:00.86] 》AddPrunePackageReferences: [xUnit.net 00:01:00.86] 》 Loaded prune package data from framework packages [xUnit.net 00:01:00.86] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:00.86] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:00.86] 》Restore: [xUnit.net 00:01:00.86] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:00.86] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:00.86] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj... [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 124ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 115ms [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 129ms [xUnit.net 00:01:00.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 107ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 127ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 124ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 82ms > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 70ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 67ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 130ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 63ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 65ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 59ms [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/7.0.20/microsoft.aspnetcore.app.ref.7.0.20.nupkg [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 89ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 93ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 97ms [xUnit.net 00:01:00.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 72ms [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/7.0.20/microsoft.windowsdesktop.app.ref.7.0.20.nupkg [xUnit.net 00:01:00.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/7.0.20/microsoft.netcore.app.ref.7.0.20.nupkg [xUnit.net 00:01:00.87] 》 Installed Microsoft.WindowsDesktop.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\7.0.20 with content hash yo4yQy3IQwPCG4x2teX83OWvIfXec1IFdK/ExfuIxTln7NvLnjUQRJyIoqueDRfX+Hk/jdPqvhDY2fb+MT6gSw==. [xUnit.net 00:01:00.87] 》 Installed Microsoft.AspNetCore.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\7.0.20 with content hash dF49BcC6naWUSlIN+WGwhTxLIxlvQzDa8m7iWg5mHc4IIrtnR4oO+2Se808pA4w80yjEVA2/2c/oN3BTVFp4Ew==. [xUnit.net 00:01:00.88] 》 Installed Microsoft.NETCore.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20 with content hash Ek577ILlxN7dJToJhvoO+u0jPG9iPHyUgHcGTDdMut8hzSxahbZBxE8gYK4Xq7/466ujXVXtv0iMvH7IGuIucQ==. [xUnit.net 00:01:00.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\OuterBuildImportsUserFile.csproj.nuget.g.props. [xUnit.net 00:01:00.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\OuterBuildImportsUserFile.csproj.nuget.g.targets. [xUnit.net 00:01:00.88] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\project.assets.json Process ID: 9644 [xUnit.net 00:01:00.88] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj (in 7.35 sec). [xUnit.net 00:01:00.88] 》 [xUnit.net 00:01:00.88] 》 NuGet Config files used: [xUnit.net 00:01:00.88] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:00.88] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:00.88] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:00.88] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:00.88] 》 [xUnit.net 00:01:00.88] 》 Feeds used: [xUnit.net 00:01:00.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:00.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:00.88] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:00.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:00.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Restore target(s)). [xUnit.net 00:01:00.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:00.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:00.89] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:00.89] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj::TargetFramework=net10.0] [xUnit.net 00:01:00.89] 》PrepareForBuild: [xUnit.net 00:01:00.89] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:00.89] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:00.89] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\refint\". [xUnit.net 00:01:00.89] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:00.89] 》_GenerateSourceLinkFile: [xUnit.net 00:01:00.89] 》 Source Link is empty, file 'obj\Debug\net10.0\OuterBuildImportsUserFile.sourcelink.json' does not exist. [xUnit.net 00:01:00.89] 》CoreCompile: [xUnit.net 00:01:00.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:00.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:00.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net10.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:00.89] 》 Compilation request OuterBuildImportsUserFile (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:00.89] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:00.89] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net10.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:00.89] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.89] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.89] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:00.89] 》 Begin writing request for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:01:00.89] 》 End writing request for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:01:00.89] 》 Begin reading response for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:01:00.89] 》 End reading response for OuterBuildImportsUserFile (net10.0) [xUnit.net 00:01:00.89] 》 CompilerServer: server - server processed compilation - OuterBuildImportsUserFile (net10.0) [xUnit.net 00:01:00.89] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:00.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.89] 》 Copying reference assembly from "obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\ref\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.89] 》 OuterBuildImportsUserFile -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.dll [xUnit.net 00:01:00.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\OuterBuildImportsUserFile.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.pdb". [xUnit.net 00:01:00.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). [xUnit.net 00:01:00.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:00.89] 》PrepareForBuild: [xUnit.net 00:01:00.89] 》 Creating directory "bin\Debug\net7.0\". [xUnit.net 00:01:00.89] 》 Creating directory "obj\Debug\net7.0\". [xUnit.net 00:01:00.89] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\refint\". [xUnit.net 00:01:00.89] 》 Creating directory "obj\Debug\net7.0\ref". [xUnit.net 00:01:00.89] 》_GenerateSourceLinkFile: [xUnit.net 00:01:00.89] 》 Source Link is empty, file 'obj\Debug\net7.0\OuterBuildImportsUserFile.sourcelink.json' does not exist. [xUnit.net 00:01:00.89] 》CoreCompile: [xUnit.net 00:01:00.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:00.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:00.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:7 /define:TRACE;DEBUG;NET;NET7_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net7.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:11.0 /analyzerconfig:obj\Debug\net7.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_7_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net7.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:00.90] 》 Compilation request OuterBuildImportsUserFile (net7.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:00.90] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:00.90] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:7 /define:TRACE;DEBUG;NET;NET7_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net7.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:11.0 /analyzerconfig:obj\Debug\net7.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_7_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net7.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:00.90] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.90] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:00.90] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:00.90] 》 Begin writing request for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.90] 》 End writing request for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.90] 》 Begin reading response for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.90] 》 End reading response for OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.90] 》 CompilerServer: server - server processed compilation - OuterBuildImportsUserFile (net7.0) [xUnit.net 00:01:00.90] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:00.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.90] 》 Copying reference assembly from "obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\ref\OuterBuildImportsUserFile.dll". [xUnit.net 00:01:00.90] 》 OuterBuildImportsUserFile -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.dll [xUnit.net 00:01:00.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\OuterBuildImportsUserFile.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.pdb". [xUnit.net 00:01:00.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). [xUnit.net 00:01:00.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). [xUnit.net 00:01:00.90] 》 [xUnit.net 00:01:00.90] 》Build succeeded. [xUnit.net 00:01:00.90] 》 0 Warning(s) [xUnit.net 00:01:00.90] 》 0 Error(s) [xUnit.net 00:01:00.90] 》 [xUnit.net 00:01:00.90] 》Time Elapsed 00:00:11.23 [xUnit.net 00:01:00.90] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore' exited with exit code 0. [xUnit.net 00:01:00.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore': [xUnit.net 00:01:00.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:00.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:00.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》CoreCompile: Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OuterBuildImportsUserFile [11 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:12 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj... 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 124ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 115ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 129ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 107ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 127ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 124ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 82ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 67ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 130ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 59ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/7.0.20/microsoft.aspnetcore.app.ref.7.0.20.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 89ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 93ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 97ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 72ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/7.0.20/microsoft.windowsdesktop.app.ref.7.0.20.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/7.0.20/microsoft.netcore.app.ref.7.0.20.nupkg 》 Installed Microsoft.WindowsDesktop.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\7.0.20 with content hash yo4yQy3IQwPCG4x2teX83OWvIfXec1IFdK/ExfuIxTln7NvLnjUQRJyIoqueDRfX+Hk/jdPqvhDY2fb+MT6gSw==. 》 Installed Microsoft.AspNetCore.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\7.0.20 with content hash dF49BcC6naWUSlIN+WGwhTxLIxlvQzDa8m7iWg5mHc4IIrtnR4oO+2Se808pA4w80yjEVA2/2c/oN3BTVFp4Ew==. 》 Installed Microsoft.NETCore.App.Ref 7.0.20 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20 with content hash Ek577ILlxN7dJToJhvoO+u0jPG9iPHyUgHcGTDdMut8hzSxahbZBxE8gYK4Xq7/466ujXVXtv0iMvH7IGuIucQ==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\OuterBuildImportsUserFile.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\OuterBuildImportsUserFile.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj (in 7.35 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj::TargetFramework=net10.0] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\OuterBuildImportsUserFile.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net10.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request OuterBuildImportsUserFile (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net10.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for OuterBuildImportsUserFile (net10.0) 》 End writing request for OuterBuildImportsUserFile (net10.0) 》 Begin reading response for OuterBuildImportsUserFile (net10.0) 》 End reading response for OuterBuildImportsUserFile (net10.0) 》 CompilerServer: server - server processed compilation - OuterBuildImportsUserFile (net10.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\ref\OuterBuildImportsUserFile.dll". 》 OuterBuildImportsUserFile -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net10.0\OuterBuildImportsUserFile.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net10.0\OuterBuildImportsUserFile.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (1:17) on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net7.0\". 》 Creating directory "obj\Debug\net7.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\refint\". 》 Creating directory "obj\Debug\net7.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net7.0\OuterBuildImportsUserFile.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:7 /define:TRACE;DEBUG;NET;NET7_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net7.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:11.0 /analyzerconfig:obj\Debug\net7.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_7_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net7.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request OuterBuildImportsUserFile (net7.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:7 /define:TRACE;DEBUG;NET;NET7_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\ref\net7.0\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net7.0\OuterBuildImportsUserFile.dll /refout:obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:11.0 /analyzerconfig:obj\Debug\net7.0\OuterBuildImportsUserFile.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_7_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\7.0.20\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll obj\Debug\net7.0\OuterBuildImportsUserFile.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for OuterBuildImportsUserFile (net7.0) 》 End writing request for OuterBuildImportsUserFile (net7.0) 》 Begin reading response for OuterBuildImportsUserFile (net7.0) 》 End reading response for OuterBuildImportsUserFile (net7.0) 》 CompilerServer: server - server processed compilation - OuterBuildImportsUserFile (net7.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.dll". 》 Copying reference assembly from "obj\Debug\net7.0\refint\OuterBuildImportsUserFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\ref\OuterBuildImportsUserFile.dll". 》 OuterBuildImportsUserFile -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\obj\Debug\net7.0\OuterBuildImportsUserFile.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\bin\Debug\net7.0\OuterBuildImportsUserFile.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:11.23 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OuterBuildImp---81742983\OuterBuildImportsUserFile\OuterBuildImportsUserFile.csproj /restore' exited with exit code 0. [xUnit.net 00:01:00.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:01.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:01.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:01.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:01.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:01.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:01.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:01.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:01.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:01.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:01.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Restore: [xUnit.net 00:01:01.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:01.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:01.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Build started 4/8/2026 2:50:23 PM. [xUnit.net 00:01:01.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 [xUnit.net 00:01:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:01.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:01.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:01.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:01.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:01.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:01.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:01.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:01.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:01.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:01.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:01.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:01.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:01:01.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:01.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:01.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:01.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:01.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Time Elapsed 00:00:03.40 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore exited with 0 in 3650 ms. [xUnit.net 00:01:01.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. [xUnit.net 00:01:01.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore': Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore Process ID: 7728 [xUnit.net 00:01:01.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:01.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:01.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:01.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:01.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Build started 4/8/2026 2:50:24 PM. [xUnit.net 00:01:01.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:01.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:01.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:01.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\project.assets.json [xUnit.net 00:01:01.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj (in 420 ms). [xUnit.net 00:01:01.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 [xUnit.net 00:01:01.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Feeds used: [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:01.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:01.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:01.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:01.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:01.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:01.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:01.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:01.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:01.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:01.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:01.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:01.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:01.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:01.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:01.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:01.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:01.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:02.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:02.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:02.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:02.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:02.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:02.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:02.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\Debug\net10.0\refint\". [xUnit.net 00:01:02.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:02.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:02.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:02.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:02.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:02.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Restore: [xUnit.net 00:01:02.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:02.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:02.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:02.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:02.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:02.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:02.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:02.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Restore: [xUnit.net 00:01:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:02.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:02.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:02.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:02.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:02.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:02.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:02.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:02.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》CoreCompile: [xUnit.net 00:01:02.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:02.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:02.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:02.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:02.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:02.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:02.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:02.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:02.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:02.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:02.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj... [xUnit.net 00:01:02.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj... [xUnit.net 00:01:02.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Restore: [xUnit.net 00:01:02.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:02.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:02.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》_CreateAppHost: [xUnit.net 00:01:02.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:02.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1172: The provided type library 'doesnotexist.tlb' does not exist. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Build FAILED. [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》(_CreateComHost target) -> [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1172: The provided type library 'doesnotexist.tlb' does not exist. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 1 Error(s) [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》 [xUnit.net 00:01:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] 》Time Elapsed 00:00:02.98 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore exited with 1 in 3233 ms. [xUnit.net 00:01:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:01:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [PASS] [xUnit.net 00:01:02.70] Output: [xUnit.net 00:01:02.70] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:01:02.70] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:02.70] 》Build started 4/8/2026 2:50:22 PM. [xUnit.net 00:01:02.70] 》 [xUnit.net 00:01:02.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:02.70] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:02.70] 》 Determining projects to restore... [xUnit.net 00:01:02.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:02.70] 》AddPrunePackageReferences: [xUnit.net 00:01:02.70] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:02.70] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:02.70] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:02.70] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:02.70] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:02.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:02.70] 》Restore: [xUnit.net 00:01:02.70] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:02.70] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:02.70] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:02.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:02.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:02.70] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\project.assets.json [xUnit.net 00:01:02.70] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj (in 420 ms). [xUnit.net 00:01:02.70] 》 [xUnit.net 00:01:02.70] 》 NuGet Config files used: [xUnit.net 00:01:02.70] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:02.70] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:02.70] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:02.70] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:02.70] 》 [xUnit.net 00:01:02.70] 》 Feeds used: [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:02.70] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:02.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:02.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:02.70] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:02.70] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:02.70] 》PrepareForBuild: [xUnit.net 00:01:02.70] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:02.70] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:02.70] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\Debug\net10.0\refint\". [xUnit.net 00:01:02.70] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:02.70] 》_GenerateSourceLinkFile: [xUnit.net 00:01:02.70] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:02.70] 》CoreCompile: [xUnit.net 00:01:02.71] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:02.71] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:02.71] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:02.71] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:02.71] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:02.71] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:02.71] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:02.71] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:02.71] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:02.71] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.71] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.71] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.71] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.71] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:02.71] 》_CreateAppHost: [xUnit.net 00:01:02.71] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:02.71] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1172: The provided type library 'doesnotexist.tlb' does not exist. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:02.71] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:01:02.71] 》 [xUnit.net 00:01:02.71] 》Build FAILED. [xUnit.net 00:01:02.71] 》 [xUnit.net 00:01:02.71] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:01:02.71] 》(_CreateComHost target) -> [xUnit.net 00:01:02.71] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1172: The provided type library 'doesnotexist.tlb' does not exist. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:02.71] 》 [xUnit.net 00:01:02.71] 》 0 Warning(s) [xUnit.net 00:01:02.71] 》 1 Error(s) [xUnit.net 00:01:02.71] 》 [xUnit.net 00:01:02.71] 》Time Elapsed 00:00:02.98 [xUnit.net 00:01:02.71] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_typelib_does_not_exist [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:22 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj (in 420 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1172: The provided type library 'doesnotexist.tlb' does not exist. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_CreateComHost target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(929,5): error NETSDK1172: The provided type library 'doesnotexist.tlb' does not exist. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:02.98 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---0653AA50\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore [xUnit.net 00:01:02.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore Process ID: 9212 [xUnit.net 00:01:02.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj... [xUnit.net 00:01:02.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:02.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Build started 4/8/2026 2:50:25 PM. [xUnit.net 00:01:02.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 [xUnit.net 00:01:02.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:02.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:02.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app/index.json 132ms [xUnit.net 00:01:03.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app/index.json 75ms [xUnit.net 00:01:03.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app/index.json 74ms [xUnit.net 00:01:03.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app/index.json 102ms [xUnit.net 00:01:03.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app/index.json 64ms [xUnit.net 00:01:03.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app/index.json 71ms [xUnit.net 00:01:03.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app/index.json 68ms [xUnit.net 00:01:03.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:03.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app/index.json 59ms [xUnit.net 00:01:03.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app/index.json 80ms [xUnit.net 00:01:03.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app/1.1.2/microsoft.netcore.app.1.1.2.nupkg [xUnit.net 00:01:03.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:03.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app/index.json 65ms [xUnit.net 00:01:03.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:03.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app/index.json 90ms [xUnit.net 00:01:03.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\project.assets.json [xUnit.net 00:01:03.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj (in 763 ms). [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:03.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj.nuget.g.props. [xUnit.net 00:01:03.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj.nuget.g.targets. [xUnit.net 00:01:03.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\project.assets.json [xUnit.net 00:01:03.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/1.3.0/microsoft.codeanalysis.visualbasic.1.3.0.nupkg [xUnit.net 00:01:03.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 57ms [xUnit.net 00:01:03.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj (in 540 ms). [xUnit.net 00:01:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 [xUnit.net 00:01:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:03.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:03.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.csharp/1.3.0/microsoft.codeanalysis.csharp.1.3.0.nupkg [xUnit.net 00:01:03.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 [xUnit.net 00:01:03.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 Feeds used: [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:03.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:03.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:03.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:03.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:03.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:03.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/1.1.2/microsoft.netcore.dotnethostpolicy.1.1.2.nupkg [xUnit.net 00:01:03.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:03.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:03.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:03.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg [xUnit.net 00:01:03.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:03.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:03.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:03.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:03.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (Restore target(s)). [xUnit.net 00:01:03.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/1.4.1/microsoft.diasymreader.native.1.4.1.nupkg [xUnit.net 00:01:03.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 53ms [xUnit.net 00:01:03.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 64ms [xUnit.net 00:01:03.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 65ms [xUnit.net 00:01:03.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 77ms [xUnit.net 00:01:03.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 237ms [xUnit.net 00:01:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:03.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 [xUnit.net 00:01:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Build succeeded. [xUnit.net 00:01:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 154ms [xUnit.net 00:01:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 166ms [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 156ms [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》 [xUnit.net 00:01:03.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] 》Time Elapsed 00:00:02.53 [xUnit.net 00:01:03.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 270ms [xUnit.net 00:01:03.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:03.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 372ms [xUnit.net 00:01:03.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 281ms [xUnit.net 00:01:03.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 230ms [xUnit.net 00:01:03.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 441ms [xUnit.net 00:01:03.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 335ms < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore exited with 0 in 2828 ms. [xUnit.net 00:01:03.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore' exited with exit code 0. [xUnit.net 00:01:03.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [PASS] [xUnit.net 00:01:03.70] Output: [xUnit.net 00:01:03.70] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore': [xUnit.net 00:01:03.70] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:03.70] 》Build started 4/8/2026 2:50:23 PM. [xUnit.net 00:01:03.70] 》 [xUnit.net 00:01:03.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:03.70] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:03.70] 》 Determining projects to restore... [xUnit.net 00:01:03.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:03.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:03.70] 》AddPrunePackageReferences: [xUnit.net 00:01:03.70] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:03.70] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:03.70] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:03.70] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:03.70] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:03.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:03.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:03.70] 》AddPrunePackageReferences: [xUnit.net 00:01:03.70] 》 Loaded prune package data from framework packages [xUnit.net 00:01:03.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:03.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:03.70] 》Restore: [xUnit.net 00:01:03.70] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:03.70] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:03.71] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj... [xUnit.net 00:01:03.71] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj.nuget.g.props. [xUnit.net 00:01:03.71] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj.nuget.g.targets. [xUnit.net 00:01:03.71] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\project.assets.json [xUnit.net 00:01:03.71] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj (in 540 ms). [xUnit.net 00:01:03.71] 》 [xUnit.net 00:01:03.71] 》 NuGet Config files used: [xUnit.net 00:01:03.71] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:03.71] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:03.71] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:03.71] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:03.71] 》 [xUnit.net 00:01:03.71] 》 Feeds used: [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:03.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore [xUnit.net 00:01:03.71] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:03.71] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (Restore target(s)). [xUnit.net 00:01:03.71] 》 [xUnit.net 00:01:03.71] 》Build succeeded. [xUnit.net 00:01:03.71] 》 0 Warning(s) [xUnit.net 00:01:03.71] 》 0 Error(s) [xUnit.net 00:01:03.71] 》 [xUnit.net 00:01:03.71] 》Time Elapsed 00:00:02.53 [xUnit.net 00:01:03.71] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore' exited with exit code 0. [xUnit.net 00:01:03.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore Process ID: 7144 [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:03.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 309ms [xUnit.net 00:01:03.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 390ms [xUnit.net 00:01:03.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 333ms [xUnit.net 00:01:03.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 364ms [xUnit.net 00:01:03.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 268ms [xUnit.net 00:01:03.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:03.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:03.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:03.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:03.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 525ms [xUnit.net 00:01:03.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json 597ms [xUnit.net 00:01:03.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:03.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 601ms [xUnit.net 00:01:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 559ms [xUnit.net 00:01:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 617ms [xUnit.net 00:01:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 503ms [xUnit.net 00:01:03.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 657ms [xUnit.net 00:01:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 528ms [xUnit.net 00:01:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Build started 4/8/2026 2:50:26 PM. [xUnit.net 00:01:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:03.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:03.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:03.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:03.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:03.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:03.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:03.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:04.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:04.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:04.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:04.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:04.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:04.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:04.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:04.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:04.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:04.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:04.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:01:04.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:04.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:04.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:04.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:04.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:01:04.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.common/1.3.0/microsoft.codeanalysis.common.1.3.0.nupkg [xUnit.net 00:01:04.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:04.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:01:04.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:04.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:04.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:04.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:04.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:04.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:01:04.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:04.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:04.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:04.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 801ms [xUnit.net 00:01:04.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 758ms [xUnit.net 00:01:04.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:04.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 57ms [xUnit.net 00:01:04.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:04.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 762ms [xUnit.net 00:01:04.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:04.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:04.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:04.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:04.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:04.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:04.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:04.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:04.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:04.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:04.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 833ms [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.watcher/4.3.0/system.io.filesystem.watcher.4.3.0.nupkg [xUnit.net 00:01:04.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 891ms [xUnit.net 00:01:04.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:04.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:04.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:04.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:04.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:04.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:04.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:04.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:04.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:04.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 749ms [xUnit.net 00:01:04.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:04.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:04.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.3.0/system.collections.immutable.1.3.0.nupkg [xUnit.net 00:01:04.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:04.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 832ms [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 297ms [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:04.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/4.3.1/runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:04.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:04.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:04.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:04.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:04.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.annotations/4.3.0/system.componentmodel.annotations.4.3.0.nupkg [xUnit.net 00:01:04.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:04.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 482ms [xUnit.net 00:01:04.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:04.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:04.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 779ms [xUnit.net 00:01:04.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:04.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:04.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 682ms [xUnit.net 00:01:04.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:04.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 991ms Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACrossTargetedLibrary.OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:23 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj (in 540 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj" (Restore target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.53 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:GetOutputPath C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OutputPathDoe---904BB97B\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild\OutputPathDoesNotHaveDuplicatedBackslashesInOuterBuild.csproj /restore' exited with exit code 0. [xUnit.net 00:01:04.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 560ms [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:04.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:04.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 689ms [xUnit.net 00:01:04.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:04.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 797ms [xUnit.net 00:01:04.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.watcher/index.json 152ms [xUnit.net 00:01:04.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:04.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 149ms [xUnit.net 00:01:04.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:04.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:04.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:04.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1020ms [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/1.1.0/microsoft.netcore.dotnethostresolver.1.1.0.nupkg [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 963ms [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.3.1/system.diagnostics.diagnosticsource.4.3.1.nupkg [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 132ms [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.annotations/index.json 123ms [xUnit.net 00:01:04.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:04.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.watcher/index.json 325ms [xUnit.net 00:01:04.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.watcher/index.json 358ms [xUnit.net 00:01:04.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:04.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:04.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:04.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:04.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:04.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 135ms [xUnit.net 00:01:04.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:04.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:04.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:04.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:04.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.watcher/index.json 588ms [xUnit.net 00:01:04.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:04.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.watcher/index.json 161ms [xUnit.net 00:01:04.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 573ms [xUnit.net 00:01:04.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:04.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:04.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1129ms [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 290ms [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 354ms [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 433ms [xUnit.net 00:01:04.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 551ms [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1006ms [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 632ms [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:04.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.watcher/index.json 444ms [xUnit.net 00:01:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.watcher/index.json 668ms [xUnit.net 00:01:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.watcher/index.json 749ms [xUnit.net 00:01:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:04.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 614ms [xUnit.net 00:01:04.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:04.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:04.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 558ms [xUnit.net 00:01:04.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:04.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 274ms [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 994ms [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 650ms [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 843ms [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:04.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Restore: [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 210ms [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.memorymappedfiles/index.json 338ms [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:04.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:04.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:04.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:04.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 890ms [xUnit.net 00:01:04.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:04.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1075ms [xUnit.net 00:01:04.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:04.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 196ms [xUnit.net 00:01:04.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:04.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:04.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:04.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:04.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.watcher/index.json 870ms [xUnit.net 00:01:04.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1169ms [xUnit.net 00:01:04.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.memorymappedfiles/4.3.0/system.io.memorymappedfiles.4.3.0.nupkg [xUnit.net 00:01:04.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:04.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.visualbasic/index.json 894ms [xUnit.net 00:01:04.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:04.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:04.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:04.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.unmanagedmemorystream/4.3.0/system.io.unmanagedmemorystream.4.3.0.nupkg [xUnit.net 00:01:04.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:04.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.memorymappedfiles/index.json 58ms [xUnit.net 00:01:04.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:04.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:04.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.memorymappedfiles/index.json 55ms [xUnit.net 00:01:04.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 275ms [xUnit.net 00:01:04.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 276ms [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:04.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 316ms [xUnit.net 00:01:04.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.watcher/index.json 682ms [xUnit.net 00:01:04.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.annotations/index.json 365ms [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》 [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] 》Time Elapsed 00:00:02.85 [xUnit.net 00:01:04.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.parallel/4.3.0/system.linq.parallel.4.3.0.nupkg < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore exited with 0 in 3069 ms. [xUnit.net 00:01:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [PASS] [xUnit.net 00:01:04.56] Output: [xUnit.net 00:01:04.56] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore': [xUnit.net 00:01:04.56] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:04.56] 》Build started 4/8/2026 2:50:20 PM. [xUnit.net 00:01:04.56] 》 [xUnit.net 00:01:04.56] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:04.56] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:04.56] 》 Determining projects to restore... [xUnit.net 00:01:04.56] 》Restore: [xUnit.net 00:01:04.56] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:04.56] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:04.56] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:04.56] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:04.57] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:04.57] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\project.assets.json [xUnit.net 00:01:04.57] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj (in 756 ms). [xUnit.net 00:01:04.57] 》 [xUnit.net 00:01:04.57] 》 NuGet Config files used: [xUnit.net 00:01:04.57] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:04.57] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:04.57] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:04.57] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:04.57] 》 [xUnit.net 00:01:04.57] 》 Feeds used: [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:04.57] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:04.57] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" (Restore target(s)). [xUnit.net 00:01:04.57] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:04.57] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:04.57] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:04.57] 》PrepareForBuild: [xUnit.net 00:01:04.57] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:04.57] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:04.57] 》_GenerateSourceLinkFile: [xUnit.net 00:01:04.57] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:04.57] 》CoreCompile: [xUnit.net 00:01:04.57] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:04.57] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:04.57] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:04.57] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:04.57] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:04.57] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:04.57] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:04.57] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:04.57] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:04.57] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:04.57] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:04.57] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:04.57] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:04.57] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:04.57] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:04.57] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:04.57] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:04.57] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:04.57] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" (Build target(s)). [xUnit.net 00:01:04.57] 》 [xUnit.net 00:01:04.57] 》Build succeeded. [xUnit.net 00:01:04.57] 》 0 Warning(s) [xUnit.net 00:01:04.57] 》 0 Error(s) [xUnit.net 00:01:04.57] 》 [xUnit.net 00:01:04.57] 》Time Elapsed 00:00:03.40 [xUnit.net 00:01:04.57] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. [xUnit.net 00:01:04.57] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:04.57] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:04.57] 》Build started 4/8/2026 2:50:24 PM. [xUnit.net 00:01:04.57] 》 [xUnit.net 00:01:04.57] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:04.57] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:04.58] 》 Determining projects to restore... [xUnit.net 00:01:04.58] 》Restore: [xUnit.net 00:01:04.58] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore [xUnit.net 00:01:04.58] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:04.58] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj... [xUnit.net 00:01:04.58] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:04.58] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:04.58] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\project.assets.json [xUnit.net 00:01:04.58] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj (in 763 ms). [xUnit.net 00:01:04.58] 》 [xUnit.net 00:01:04.58] 》 NuGet Config files used: [xUnit.net 00:01:04.58] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:04.58] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:04.58] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:04.58] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:04.58] 》 [xUnit.net 00:01:04.58] 》 Feeds used: [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:04.58] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:04.58] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:04.58] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:04.58] 》PrepareForBuild: [xUnit.net 00:01:04.58] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:04.58] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:04.58] 》CoreCompile: [xUnit.net 00:01:04.58] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:04.58] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:04.58] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:04.58] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:04.58] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:04.58] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:04.58] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:04.58] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:04.58] 》 Begin writing request for TestApp [xUnit.net 00:01:04.58] 》 End writing request for TestApp [xUnit.net 00:01:04.58] 》 Begin reading response for TestApp [xUnit.net 00:01:04.58] 》 End reading response for TestApp [xUnit.net 00:01:04.58] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:04.58] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:04.58] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:04.59] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:04.60] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:04.60] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:04.60] 》_CopyAppConfigFile: [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:04.60] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:04.60] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:04.60] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:04.60] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:04.60] 》 [xUnit.net 00:01:04.60] 》Build succeeded. [xUnit.net 00:01:04.60] 》 0 Warning(s) [xUnit.net 00:01:04.61] 》 0 Error(s) [xUnit.net 00:01:04.61] 》 [xUnit.net 00:01:04.61] 》Time Elapsed 00:00:02.85 [xUnit.net 00:01:04.61] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:04.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:04.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 487ms Process ID: 9176 [xUnit.net 00:01:04.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 611ms [xUnit.net 00:01:04.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 343ms [xUnit.net 00:01:04.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1151ms [xUnit.net 00:01:04.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 231ms [xUnit.net 00:01:04.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1249ms [xUnit.net 00:01:04.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 190ms [xUnit.net 00:01:04.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 852ms [xUnit.net 00:01:04.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 742ms [xUnit.net 00:01:04.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.annotations/index.json 1022ms [xUnit.net 00:01:04.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.parallel/index.json 363ms [xUnit.net 00:01:04.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 440ms [xUnit.net 00:01:04.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj... [xUnit.net 00:01:04.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.memorymappedfiles/index.json 376ms [xUnit.net 00:01:04.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.memorymappedfiles/index.json 463ms [xUnit.net 00:01:04.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:04.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.memorymappedfiles/index.json 483ms [xUnit.net 00:01:04.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.memorymappedfiles/index.json 501ms [xUnit.net 00:01:04.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.memorymappedfiles/index.json 308ms [xUnit.net 00:01:04.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" on node 1 (Restore target(s)). [xUnit.net 00:01:04.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:04.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:04.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:04.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/4.3.0/system.linq.queryable.4.3.0.nupkg [xUnit.net 00:01:04.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.memorymappedfiles/index.json 621ms [xUnit.net 00:01:04.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.memorymappedfiles/index.json 349ms [xUnit.net 00:01:04.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:04.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:04.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:04.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg [xUnit.net 00:01:04.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 418ms [xUnit.net 00:01:04.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Build started 4/8/2026 2:50:27 PM. [xUnit.net 00:01:04.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:01:04.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 350ms [xUnit.net 00:01:04.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 361ms [xUnit.net 00:01:04.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:04.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 431ms [xUnit.net 00:01:04.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:04.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1068ms [xUnit.net 00:01:04.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 432ms [xUnit.net 00:01:04.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.parallel/index.json 459ms [xUnit.net 00:01:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.memorymappedfiles/index.json 632ms [xUnit.net 00:01:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.parallel/index.json 454ms [xUnit.net 00:01:04.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.parallel/index.json 380ms [xUnit.net 00:01:04.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.parallel/index.json 296ms [xUnit.net 00:01:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.parallel/index.json 485ms [xUnit.net 00:01:04.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:04.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/4.3.0/system.net.requests.4.3.0.nupkg [xUnit.net 00:01:04.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.parallel/index.json 464ms [xUnit.net 00:01:04.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.parallel/index.json 344ms [xUnit.net 00:01:04.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:04.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.parallel/index.json 472ms [xUnit.net 00:01:04.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:04.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:04.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.parallel/index.json 494ms [xUnit.net 00:01:04.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:04.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:04.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.watcher/index.json 1185ms [xUnit.net 00:01:04.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.nameresolution/index.json 396ms [xUnit.net 00:01:04.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.annotations/index.json 1241ms [xUnit.net 00:01:04.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 314ms [xUnit.net 00:01:04.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:04.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:04.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 168ms [xUnit.net 00:01:04.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 472ms [xUnit.net 00:01:04.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:04.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 212ms [xUnit.net 00:01:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 183ms [xUnit.net 00:01:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 422ms [xUnit.net 00:01:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.2/system.net.http.4.3.2.nupkg [xUnit.net 00:01:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 612ms [xUnit.net 00:01:05.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 335ms [xUnit.net 00:01:05.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 497ms [xUnit.net 00:01:05.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:05.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:05.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 551ms [xUnit.net 00:01:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 583ms [xUnit.net 00:01:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.nameresolution/index.json 295ms [xUnit.net 00:01:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.nameresolution/index.json 205ms [xUnit.net 00:01:05.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.nameresolution/index.json 503ms [xUnit.net 00:01:05.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.nameresolution/index.json 209ms [xUnit.net 00:01:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.nameresolution/index.json 287ms [xUnit.net 00:01:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.nameresolution/index.json 347ms [xUnit.net 00:01:05.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.nameresolution/index.json 427ms [xUnit.net 00:01:05.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.nameresolution/index.json 384ms [xUnit.net 00:01:05.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:05.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:05.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:05.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:05.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:05.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:05.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 565ms [xUnit.net 00:01:05.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:05.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.nameresolution/index.json 563ms [xUnit.net 00:01:05.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 192ms [xUnit.net 00:01:05.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 369ms [xUnit.net 00:01:05.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 628ms [xUnit.net 00:01:05.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 206ms [xUnit.net 00:01:05.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 454ms [xUnit.net 00:01:05.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:05.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:05.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/4.3.0/system.net.webheadercollection.4.3.0.nupkg [xUnit.net 00:01:05.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 285ms [xUnit.net 00:01:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 350ms [xUnit.net 00:01:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 350ms [xUnit.net 00:01:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 332ms [xUnit.net 00:01:05.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1243ms [xUnit.net 00:01:05.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 527ms [xUnit.net 00:01:05.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1558ms [xUnit.net 00:01:05.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1306ms [xUnit.net 00:01:05.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 494ms [xUnit.net 00:01:05.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.security/4.3.1/system.net.security.4.3.1.nupkg [xUnit.net 00:01:05.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 314ms [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 234ms [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 338ms [xUnit.net 00:01:05.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 519ms [xUnit.net 00:01:05.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 461ms [xUnit.net 00:01:05.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 206ms [xUnit.net 00:01:05.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 606ms [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 196ms [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 262ms [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Restore: [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:05.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 325ms [xUnit.net 00:01:05.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 359ms [xUnit.net 00:01:05.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.security/index.json 157ms [xUnit.net 00:01:05.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:05.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.security/index.json 184ms [xUnit.net 00:01:05.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:05.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:05.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 527ms [xUnit.net 00:01:05.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.process/index.json 1837ms [xUnit.net 00:01:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 279ms [xUnit.net 00:01:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.security/index.json 326ms [xUnit.net 00:01:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.security/index.json 387ms [xUnit.net 00:01:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:05.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.process/index.json 1812ms [xUnit.net 00:01:05.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.numerics.vectors/4.3.0/system.numerics.vectors.4.3.0.nupkg [xUnit.net 00:01:05.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.security/index.json 463ms [xUnit.net 00:01:05.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.visualbasic/index.json 1571ms [xUnit.net 00:01:05.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 387ms [xUnit.net 00:01:05.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 224ms [xUnit.net 00:01:05.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.security/index.json 358ms [xUnit.net 00:01:05.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:05.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.dispatchproxy/4.3.0/system.reflection.dispatchproxy.4.3.0.nupkg [xUnit.net 00:01:05.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 221ms [xUnit.net 00:01:05.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 476ms [xUnit.net 00:01:05.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 164ms [xUnit.net 00:01:05.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 192ms [xUnit.net 00:01:05.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 146ms [xUnit.net 00:01:05.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 768ms [xUnit.net 00:01:05.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 168ms [xUnit.net 00:01:05.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.visualbasic/index.json 1777ms [xUnit.net 00:01:05.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.security/index.json 599ms [xUnit.net 00:01:05.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:05.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1938ms [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/1.1.2/microsoft.netcore.runtime.coreclr.1.1.2.nupkg [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 188ms [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 270ms [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.annotations/index.json 1801ms [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 189ms [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 177ms [xUnit.net 00:01:05.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.security/index.json 590ms [xUnit.net 00:01:05.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 101ms [xUnit.net 00:01:05.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 270ms [xUnit.net 00:01:05.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 661ms [xUnit.net 00:01:05.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 264ms [xUnit.net 00:01:05.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1771ms [xUnit.net 00:01:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 108ms [xUnit.net 00:01:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 1000ms [xUnit.net 00:01:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.annotations/index.json 1785ms [xUnit.net 00:01:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 60ms [xUnit.net 00:01:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:05.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 953ms [xUnit.net 00:01:05.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 382ms [xUnit.net 00:01:05.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:05.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.security/index.json 800ms [xUnit.net 00:01:05.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/3.1.32/microsoft.netcore.app.host.win-x64.3.1.32.nupkg [xUnit.net 00:01:05.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.reader/4.3.0/system.resources.reader.4.3.0.nupkg [xUnit.net 00:01:05.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/1.4.1/system.reflection.metadata.1.4.1.nupkg [xUnit.net 00:01:05.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj... [xUnit.net 00:01:05.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.numerics.vectors/index.json 241ms [xUnit.net 00:01:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 118ms [xUnit.net 00:01:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 141ms [xUnit.net 00:01:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.numerics.vectors/index.json 254ms [xUnit.net 00:01:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.numerics.vectors/index.json 706ms [xUnit.net 00:01:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 186ms [xUnit.net 00:01:05.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 103ms [xUnit.net 00:01:05.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 283ms [xUnit.net 00:01:05.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.visualbasic/index.json 2044ms [xUnit.net 00:01:05.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.loader/index.json Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: RawFileName) [6 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:20 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj (in 756 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.40 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\TestLibrary.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:24 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj (in 763 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.85 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---CD759594\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:05.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.numerics.vectors/index.json 561ms [xUnit.net 00:01:05.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/3.1.10/microsoft.aspnetcore.app.ref.3.1.10.nupkg [xUnit.net 00:01:05.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.visualbasic/10.1.0/microsoft.visualbasic.10.1.0.nupkg [xUnit.net 00:01:05.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.nameresolution/index.json 1174ms [xUnit.net 00:01:05.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:05.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 240ms [xUnit.net 00:01:05.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/3.1.0/microsoft.windowsdesktop.app.ref.3.1.0.nupkg [xUnit.net 00:01:05.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:05.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.nupkg [xUnit.net 00:01:05.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.numerics.vectors/index.json 511ms [xUnit.net 00:01:05.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.numerics.vectors/index.json 674ms [xUnit.net 00:01:05.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.numerics.vectors/index.json 823ms [xUnit.net 00:01:05.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 428ms [xUnit.net 00:01:05.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.numerics.vectors/index.json 704ms [xUnit.net 00:01:05.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:05.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.visualbasic/index.json 2202ms [xUnit.net 00:01:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.security/index.json 947ms [xUnit.net 00:01:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.visualbasic/index.json 2093ms [xUnit.net 00:01:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.security/index.json 1066ms [xUnit.net 00:01:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 1078ms [xUnit.net 00:01:05.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 588ms [xUnit.net 00:01:05.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:05.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg [xUnit.net 00:01:06.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 764ms [xUnit.net 00:01:06.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 592ms [xUnit.net 00:01:06.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 623ms [xUnit.net 00:01:06.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 673ms [xUnit.net 00:01:06.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 2046ms [xUnit.net 00:01:06.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2082ms [xUnit.net 00:01:06.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2053ms [xUnit.net 00:01:06.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.process/index.json 2344ms [xUnit.net 00:01:06.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1986ms [xUnit.net 00:01:06.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.process/index.json 2286ms [xUnit.net 00:01:06.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.reader/index.json 706ms [xUnit.net 00:01:06.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.loader/index.json 540ms [xUnit.net 00:01:06.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.annotations/index.json 2171ms [xUnit.net 00:01:06.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.loader/index.json 567ms [xUnit.net 00:01:06.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.loader/index.json 511ms [xUnit.net 00:01:06.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.numerics.vectors/index.json 743ms [xUnit.net 00:01:06.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.numerics.vectors/index.json 1059ms [xUnit.net 00:01:06.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.numerics.vectors/index.json 761ms [xUnit.net 00:01:06.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadata/index.json 431ms [xUnit.net 00:01:06.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadata/index.json 490ms [xUnit.net 00:01:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2270ms [xUnit.net 00:01:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Installed Microsoft.NETCore.App.Host.win-x64 3.1.32 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x64\3.1.32 with content hash Pf+5knFe+yBtFJ639aYryc06h0KNlrlREpQECVfFe936l/SURfGmnL3mhBZgCZFaZYLwFFqjkU5LymuD8hF2OA==. [xUnit.net 00:01:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 944ms [xUnit.net 00:01:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 1153ms [xUnit.net 00:01:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 1277ms [xUnit.net 00:01:06.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.reader/index.json 447ms [xUnit.net 00:01:06.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.reader/index.json 645ms [xUnit.net 00:01:06.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.parallel/index.json 1692ms [xUnit.net 00:01:06.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 861ms [xUnit.net 00:01:06.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 762ms [xUnit.net 00:01:06.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.reader/index.json 523ms [xUnit.net 00:01:06.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Restore: [xUnit.net 00:01:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.reader/index.json 725ms [xUnit.net 00:01:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.reader/index.json 646ms [xUnit.net 00:01:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.reader/index.json 732ms [xUnit.net 00:01:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.reader/index.json 815ms [xUnit.net 00:01:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.annotations/index.json 2264ms [xUnit.net 00:01:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.reader/index.json 752ms [xUnit.net 00:01:06.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.loader/index.json 526ms [xUnit.net 00:01:06.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.loader/index.json 570ms [xUnit.net 00:01:06.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:06.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2013ms [xUnit.net 00:01:06.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:06.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1978ms [xUnit.net 00:01:06.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadata/index.json 841ms [xUnit.net 00:01:06.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 765ms [xUnit.net 00:01:06.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadata/index.json 854ms [xUnit.net 00:01:06.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:06.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg [xUnit.net 00:01:06.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fsharp.core/4.2.3/fsharp.core.4.2.3.nupkg [xUnit.net 00:01:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.loader/index.json 274ms [xUnit.net 00:01:06.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2497ms [xUnit.net 00:01:06.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2352ms [xUnit.net 00:01:06.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.loader/index.json 338ms [xUnit.net 00:01:06.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.dataflow/4.7.0/system.threading.tasks.dataflow.4.7.0.nupkg [xUnit.net 00:01:06.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fsharp.core/index.json 136ms [xUnit.net 00:01:06.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fsharp.core/index.json 109ms [xUnit.net 00:01:06.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fsharp.core/index.json 107ms [xUnit.net 00:01:06.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 2317ms [xUnit.net 00:01:06.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fsharp.core/index.json 60ms [xUnit.net 00:01:06.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.loader/index.json 524ms [xUnit.net 00:01:06.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 1164ms [xUnit.net 00:01:06.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.loader/index.json 548ms [xUnit.net 00:01:06.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.loader/index.json 545ms [xUnit.net 00:01:06.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.visualbasic/index.json 2369ms [xUnit.net 00:01:06.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg [xUnit.net 00:01:06.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 79ms [xUnit.net 00:01:06.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fsharp.core/index.json 168ms [xUnit.net 00:01:06.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 140ms [xUnit.net 00:01:06.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 115ms [xUnit.net 00:01:06.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 97ms [xUnit.net 00:01:06.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 290ms [xUnit.net 00:01:06.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 412ms [xUnit.net 00:01:06.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 246ms [xUnit.net 00:01:06.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj... [xUnit.net 00:01:06.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:06.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 628ms [xUnit.net 00:01:06.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 1021ms [xUnit.net 00:01:06.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:06.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 817ms [xUnit.net 00:01:06.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 572ms [xUnit.net 00:01:06.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 673ms [xUnit.net 00:01:06.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 981ms [xUnit.net 00:01:06.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:06.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 692ms [xUnit.net 00:01:06.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 620ms [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 674ms [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 648ms [xUnit.net 00:01:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.4.3.0.nupkg [xUnit.net 00:01:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 3251ms [xUnit.net 00:01:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 709ms [xUnit.net 00:01:06.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.visualbasic/index.json 2618ms [xUnit.net 00:01:06.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:06.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 649ms [xUnit.net 00:01:06.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:06.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.process/index.json 2797ms [xUnit.net 00:01:06.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 615ms [xUnit.net 00:01:06.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 3125ms [xUnit.net 00:01:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 2876ms [xUnit.net 00:01:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 3077ms [xUnit.net 00:01:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 680ms [xUnit.net 00:01:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:06.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:06.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:06.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 2840ms [xUnit.net 00:01:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 3290ms [xUnit.net 00:01:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg [xUnit.net 00:01:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 2885ms [xUnit.net 00:01:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 3031ms [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:06.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.visualbasic/index.json 2729ms [xUnit.net 00:01:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 3045ms [xUnit.net 00:01:06.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 58ms [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 70ms [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.jit/index.json 636ms [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 2740ms [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 196ms [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 179ms [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 737ms [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:06.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 212ms [xUnit.net 00:01:07.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 275ms [xUnit.net 00:01:07.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.jit/index.json 639ms [xUnit.net 00:01:07.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 262ms [xUnit.net 00:01:07.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:07.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 657ms [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 169ms [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 299ms [xUnit.net 00:01:07.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/4.0.1/system.linq.queryable.4.0.1.nupkg [xUnit.net 00:01:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\project.assets.json [xUnit.net 00:01:07.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\project.assets.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.process/index.json 2967ms [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 295ms [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 767ms [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 694ms [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 699ms [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 366ms [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 835ms [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 814ms [xUnit.net 00:01:07.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 222ms [xUnit.net 00:01:07.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.0.0/system.console.4.0.0.nupkg [xUnit.net 00:01:07.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadata/index.json 1539ms [xUnit.net 00:01:07.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 2945ms [xUnit.net 00:01:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 680ms [xUnit.net 00:01:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 270ms [xUnit.net 00:01:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 315ms [xUnit.net 00:01:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj (in 633 ms). [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 377ms [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.visualbasic/index.json 3058ms [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 246ms [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj (in 640 ms). [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 753ms [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 699ms [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.process/index.json 2864ms [xUnit.net 00:01:07.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 375ms [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.jit/index.json 735ms [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 287ms [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.process/index.json 2929ms [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 222ms [xUnit.net 00:01:07.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 3114ms [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 388ms [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.process/index.json 3304ms [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 182ms [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 893ms [xUnit.net 00:01:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 927ms [xUnit.net 00:01:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 391ms [xUnit.net 00:01:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 389ms [xUnit.net 00:01:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 949ms [xUnit.net 00:01:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 112ms [xUnit.net 00:01:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:07.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 988ms [xUnit.net 00:01:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1056ms [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 109ms [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1094ms [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:07.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 119ms [xUnit.net 00:01:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1141ms [xUnit.net 00:01:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1180ms [xUnit.net 00:01:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 299ms [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1256ms [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.process/index.json 3296ms [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:07.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.jit/1.1.2/microsoft.netcore.jit.1.1.2.nupkg [xUnit.net 00:01:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.reader/index.json 1626ms [xUnit.net 00:01:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:07.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 440ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.annotations/index.json 3320ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 382ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 520ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 447ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 520ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 537ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.reader/index.json 1675ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 533ms [xUnit.net 00:01:07.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 551ms [xUnit.net 00:01:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 448ms [xUnit.net 00:01:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.visualbasic/index.json 3308ms [xUnit.net 00:01:07.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 420ms [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 509ms [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadata/index.json 1861ms [xUnit.net 00:01:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.annotations/index.json 3263ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 510ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.process/index.json 3404ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 373ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.jit/index.json 87ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 340ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 332ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.jit/index.json 145ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.loader/index.json 1581ms [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 86ms [xUnit.net 00:01:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 274ms [xUnit.net 00:01:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 84ms [xUnit.net 00:01:07.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 574ms [xUnit.net 00:01:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 106ms [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/4.0.11/system.net.requests.4.0.11.nupkg [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 266ms [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.jit/index.json 597ms [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 639ms [xUnit.net 00:01:07.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg [xUnit.net 00:01:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 494ms [xUnit.net 00:01:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 444ms [xUnit.net 00:01:07.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 290ms [xUnit.net 00:01:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 542ms [xUnit.net 00:01:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 57ms [xUnit.net 00:01:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 85ms [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 540ms [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms [xUnit.net 00:01:07.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 261ms [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 642ms [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 638ms [xUnit.net 00:01:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms [xUnit.net 00:01:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 447ms [xUnit.net 00:01:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 627ms [xUnit.net 00:01:07.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:07.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 68ms [xUnit.net 00:01:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 135ms [xUnit.net 00:01:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 55ms [xUnit.net 00:01:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 200ms [xUnit.net 00:01:07.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 161ms [xUnit.net 00:01:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 665ms [xUnit.net 00:01:07.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 157ms [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 689ms [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:07.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 650ms [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 178ms [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 242ms [xUnit.net 00:01:07.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 320ms [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 612ms [xUnit.net 00:01:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 202ms [xUnit.net 00:01:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 769ms [xUnit.net 00:01:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 354ms [xUnit.net 00:01:07.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 379ms [xUnit.net 00:01:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 267ms [xUnit.net 00:01:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 332ms [xUnit.net 00:01:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 234ms [xUnit.net 00:01:07.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 778ms [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 384ms [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:07.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 587ms [xUnit.net 00:01:07.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 770ms [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 761ms [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 284ms [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 756ms [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 312ms [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 477ms [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg [xUnit.net 00:01:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 606ms [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.jit/index.json 607ms [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 818ms [xUnit.net 00:01:07.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 592ms [xUnit.net 00:01:07.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:07.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 484ms [xUnit.net 00:01:07.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 405ms [xUnit.net 00:01:07.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 352ms [xUnit.net 00:01:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 517ms [xUnit.net 00:01:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 450ms [xUnit.net 00:01:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 225ms [xUnit.net 00:01:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 458ms [xUnit.net 00:01:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 578ms [xUnit.net 00:01:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 818ms [xUnit.net 00:01:07.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 469ms [xUnit.net 00:01:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 623ms [xUnit.net 00:01:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 785ms [xUnit.net 00:01:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 225ms [xUnit.net 00:01:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.jit/index.json 743ms [xUnit.net 00:01:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.jit/index.json 524ms [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 451ms [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 382ms [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 520ms [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 400ms [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg [xUnit.net 00:01:07.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 257ms [xUnit.net 00:01:07.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 345ms [xUnit.net 00:01:07.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 541ms [xUnit.net 00:01:07.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 500ms [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 361ms [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 786ms [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 232ms [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 399ms [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 553ms [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 466ms [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 207ms [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 205ms [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 617ms [xUnit.net 00:01:07.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:07.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 996ms [xUnit.net 00:01:07.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 986ms [xUnit.net 00:01:07.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 366ms [xUnit.net 00:01:07.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 240ms [xUnit.net 00:01:07.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1019ms [xUnit.net 00:01:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 234ms [xUnit.net 00:01:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg [xUnit.net 00:01:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 216ms [xUnit.net 00:01:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 929ms [xUnit.net 00:01:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1041ms [xUnit.net 00:01:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 242ms [xUnit.net 00:01:07.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 620ms [xUnit.net 00:01:07.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 236ms [xUnit.net 00:01:07.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 286ms [xUnit.net 00:01:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 252ms [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Installed Microsoft.WindowsDesktop.App.Ref 3.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\3.1.0 with content hash iHA5n1Kyz9Qvo/XbxAuaIdgW95NGaOYKFuLSYaPewXGDRtqUydullZ25JZXkfQT/hi+/iIiyMxB+RPRAdDPvlQ==. [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 258ms [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 268ms [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1137ms [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1053ms [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.jit/index.json 874ms [xUnit.net 00:01:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1156ms [xUnit.net 00:01:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 753ms [xUnit.net 00:01:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 267ms [xUnit.net 00:01:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 268ms [xUnit.net 00:01:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:07.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 270ms [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 257ms [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 1594ms [xUnit.net 00:01:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 261ms [xUnit.net 00:01:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 941ms [xUnit.net 00:01:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg [xUnit.net 00:01:07.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.jit/index.json 1148ms [xUnit.net 00:01:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 224ms [xUnit.net 00:01:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 307ms [xUnit.net 00:01:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 791ms [xUnit.net 00:01:07.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 230ms [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/4.0.1/system.net.webheadercollection.4.0.1.nupkg [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 223ms [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:07.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg [xUnit.net 00:01:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1095ms [xUnit.net 00:01:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 241ms [xUnit.net 00:01:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 869ms [xUnit.net 00:01:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg [xUnit.net 00:01:08.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 965ms [xUnit.net 00:01:08.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 227ms [xUnit.net 00:01:08.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 999ms [xUnit.net 00:01:08.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1201ms [xUnit.net 00:01:08.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:08.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:08.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 1007ms [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 249ms [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1185ms [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1157ms [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 864ms [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 259ms [xUnit.net 00:01:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1040ms [xUnit.net 00:01:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 745ms [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 68ms [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 69ms [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 101ms [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1151ms [xUnit.net 00:01:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1069ms [xUnit.net 00:01:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 202ms [xUnit.net 00:01:08.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:08.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 633ms [xUnit.net 00:01:08.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 106ms [xUnit.net 00:01:08.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 295ms [xUnit.net 00:01:08.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 734ms [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 273ms [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 744ms [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 136ms [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 784ms [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 106ms [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:08.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 765ms [xUnit.net 00:01:08.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 935ms [xUnit.net 00:01:08.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 679ms [xUnit.net 00:01:08.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 805ms [xUnit.net 00:01:08.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:08.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 297ms [xUnit.net 00:01:08.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 308ms [xUnit.net 00:01:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 866ms [xUnit.net 00:01:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 818ms [xUnit.net 00:01:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 617ms [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 892ms [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 679ms [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 243ms [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1103ms [xUnit.net 00:01:08.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 956ms [xUnit.net 00:01:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 751ms [xUnit.net 00:01:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 1228ms [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 835ms [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1037ms [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 711ms [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 983ms [xUnit.net 00:01:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 671ms [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 553ms [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 640ms [xUnit.net 00:01:08.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 641ms [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 1154ms [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 656ms [xUnit.net 00:01:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1155ms [xUnit.net 00:01:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 735ms [xUnit.net 00:01:08.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 646ms [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 750ms [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1030ms [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1089ms [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 665ms [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 621ms [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 693ms [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 619ms [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 628ms [xUnit.net 00:01:08.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 576ms [xUnit.net 00:01:08.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.overlapped/index.json 776ms [xUnit.net 00:01:08.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 603ms [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 752ms [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 870ms [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1061ms [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 562ms [xUnit.net 00:01:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1110ms [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 549ms [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 635ms [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 718ms [xUnit.net 00:01:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 154ms [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 556ms [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.overlapped/index.json 798ms [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.registry/index.json 644ms [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 554ms [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.registry/index.json 721ms [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 140ms [xUnit.net 00:01:08.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.registry/index.json 817ms [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 120ms [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 115ms [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.registry/index.json 887ms [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 285ms [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 412ms [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 485ms [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1070ms [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 343ms [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1113ms [xUnit.net 00:01:08.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg [xUnit.net 00:01:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1130ms [xUnit.net 00:01:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1099ms [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 1514ms [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 301ms [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg [xUnit.net 00:01:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 1469ms [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.overlapped/index.json 643ms [xUnit.net 00:01:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 636ms [xUnit.net 00:01:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1465ms [xUnit.net 00:01:08.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:08.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.registry/index.json 861ms [xUnit.net 00:01:08.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 154ms [xUnit.net 00:01:08.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 180ms [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1200ms [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 159ms [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 161ms [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 640ms [xUnit.net 00:01:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 652ms [xUnit.net 00:01:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 648ms [xUnit.net 00:01:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 648ms [xUnit.net 00:01:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:08.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 651ms [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 164ms [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 646ms [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 108ms [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 631ms [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 135ms [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 631ms [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 143ms [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 225ms [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 637ms [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 151ms [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 641ms [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 131ms [xUnit.net 00:01:08.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 548ms [xUnit.net 00:01:08.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 172ms [xUnit.net 00:01:08.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 616ms [xUnit.net 00:01:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 577ms [xUnit.net 00:01:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 204ms [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 280ms [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 558ms [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 145ms [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 548ms [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1764ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 153ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal.windows/index.json 551ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 243ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal.windows/index.json 524ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 488ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal.windows/index.json 491ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 159ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal.windows/index.json 523ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 272ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 306ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal.windows/index.json 521ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 733ms [xUnit.net 00:01:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 349ms [xUnit.net 00:01:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 181ms [xUnit.net 00:01:08.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.security/index.json 509ms [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 206ms [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal.windows/index.json 519ms [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 186ms [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal.windows/index.json 512ms [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:08.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 259ms [xUnit.net 00:01:08.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.security/index.json 468ms [xUnit.net 00:01:08.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 329ms [xUnit.net 00:01:08.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.security/index.json 511ms [xUnit.net 00:01:08.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 663ms [xUnit.net 00:01:08.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 188ms [xUnit.net 00:01:08.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.security/index.json 444ms [xUnit.net 00:01:08.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 170ms [xUnit.net 00:01:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms [xUnit.net 00:01:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 322ms [xUnit.net 00:01:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 195ms [xUnit.net 00:01:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 246ms [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 969ms [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 805ms [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal/index.json 426ms [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 155ms [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 383ms [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 244ms [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 353ms [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:08.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 274ms [xUnit.net 00:01:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 396ms [xUnit.net 00:01:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 340ms [xUnit.net 00:01:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 267ms [xUnit.net 00:01:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 178ms [xUnit.net 00:01:08.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 179ms [xUnit.net 00:01:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg [xUnit.net 00:01:08.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.claims/index.json 451ms [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal/index.json 418ms [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 137ms [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal/index.json 419ms [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 147ms [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal/index.json 455ms [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 130ms [xUnit.net 00:01:08.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal/index.json 428ms [xUnit.net 00:01:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 141ms [xUnit.net 00:01:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 139ms [xUnit.net 00:01:08.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 137ms [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal/index.json 452ms [xUnit.net 00:01:08.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 165ms [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 147ms [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 429ms [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.claims/index.json 435ms [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 121ms [xUnit.net 00:01:08.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 126ms [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 145ms [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 433ms [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 131ms [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethost/1.1.0/microsoft.netcore.dotnethost.1.1.0.nupkg [xUnit.net 00:01:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal/index.json 441ms [xUnit.net 00:01:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 142ms [xUnit.net 00:01:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 445ms [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 445ms [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 107ms [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 114ms [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 456ms [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 113ms [xUnit.net 00:01:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 177ms [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 461ms [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 166ms [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg [xUnit.net 00:01:08.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 465ms [xUnit.net 00:01:08.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:08.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:08.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 465ms [xUnit.net 00:01:08.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg [xUnit.net 00:01:08.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:08.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 290ms [xUnit.net 00:01:08.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 471ms [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.claims/index.json 472ms [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 178ms [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 199ms [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 468ms [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 94ms [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.claims/index.json 462ms [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 112ms [xUnit.net 00:01:08.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:08.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg [xUnit.net 00:01:08.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg [xUnit.net 00:01:08.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 481ms [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 481ms [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.claims/index.json 482ms [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.claims/index.json 489ms [xUnit.net 00:01:08.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 80ms [xUnit.net 00:01:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 86ms [xUnit.net 00:01:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 499ms [xUnit.net 00:01:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 495ms [xUnit.net 00:01:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 72ms [xUnit.net 00:01:08.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1432ms [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 500ms [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 118ms [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 241ms [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.claims/index.json 487ms [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 60ms [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 266ms [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:08.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 502ms [xUnit.net 00:01:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 501ms [xUnit.net 00:01:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 69ms [xUnit.net 00:01:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 509ms [xUnit.net 00:01:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 143ms [xUnit.net 00:01:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 507ms [xUnit.net 00:01:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 62ms [xUnit.net 00:01:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 510ms [xUnit.net 00:01:08.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 67ms [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 512ms [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 122ms [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 503ms [xUnit.net 00:01:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 503ms [xUnit.net 00:01:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 77ms [xUnit.net 00:01:08.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 503ms [xUnit.net 00:01:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 60ms [xUnit.net 00:01:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 81ms [xUnit.net 00:01:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 854ms [xUnit.net 00:01:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 64ms [xUnit.net 00:01:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 514ms [xUnit.net 00:01:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 61ms [xUnit.net 00:01:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 2101ms [xUnit.net 00:01:08.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2096ms [xUnit.net 00:01:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 80ms [xUnit.net 00:01:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 588ms [xUnit.net 00:01:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal/index.json 690ms [xUnit.net 00:01:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 66ms [xUnit.net 00:01:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 220ms [xUnit.net 00:01:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:08.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 481ms [xUnit.net 00:01:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 476ms [xUnit.net 00:01:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 486ms [xUnit.net 00:01:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 435ms [xUnit.net 00:01:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 493ms [xUnit.net 00:01:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 54ms [xUnit.net 00:01:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 462ms [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 498ms [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 440ms [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 440ms [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg [xUnit.net 00:01:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 435ms [xUnit.net 00:01:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 437ms [xUnit.net 00:01:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 437ms [xUnit.net 00:01:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 424ms [xUnit.net 00:01:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 59ms [xUnit.net 00:01:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg [xUnit.net 00:01:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg [xUnit.net 00:01:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 448ms [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 424ms [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 132ms [xUnit.net 00:01:08.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 421ms [xUnit.net 00:01:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 416ms [xUnit.net 00:01:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.4.3.0.nupkg [xUnit.net 00:01:08.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1644ms [xUnit.net 00:01:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.0.0/system.console.4.0.0.nupkg [xUnit.net 00:01:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 417ms [xUnit.net 00:01:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg [xUnit.net 00:01:08.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg [xUnit.net 00:01:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.codepages/index.json 421ms [xUnit.net 00:01:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1648ms [xUnit.net 00:01:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 56ms [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.4.0.1.nupkg [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 411ms [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 56ms [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.codepages/index.json 402ms [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 393ms [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 397ms [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 393ms [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg [xUnit.net 00:01:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 396ms [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.codepages/index.json 403ms [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 401ms [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg [xUnit.net 00:01:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.stacktrace/4.0.1/system.diagnostics.stacktrace.4.0.1.nupkg [xUnit.net 00:01:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg [xUnit.net 00:01:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.codepages/index.json 379ms [xUnit.net 00:01:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:08.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:08.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:08.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:08.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:09.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 378ms [xUnit.net 00:01:09.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg [xUnit.net 00:01:09.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 369ms [xUnit.net 00:01:09.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.codepages/index.json 367ms [xUnit.net 00:01:09.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg [xUnit.net 00:01:09.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg [xUnit.net 00:01:09.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 367ms [xUnit.net 00:01:09.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg [xUnit.net 00:01:09.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 363ms [xUnit.net 00:01:09.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 408ms [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 383ms [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.overlapped/4.3.0/system.threading.overlapped.4.3.0.nupkg [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 384ms [xUnit.net 00:01:09.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 405ms [xUnit.net 00:01:09.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:09.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 410ms [xUnit.net 00:01:09.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:09.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 421ms [xUnit.net 00:01:09.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 159ms [xUnit.net 00:01:09.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 418ms [xUnit.net 00:01:09.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 418ms [xUnit.net 00:01:09.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:09.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 434ms [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 422ms [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 80ms [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 103ms [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 79ms [xUnit.net 00:01:09.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 439ms [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 435ms [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 158ms [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 146ms [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 116ms [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 449ms [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 449ms [xUnit.net 00:01:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 447ms [xUnit.net 00:01:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 496ms [xUnit.net 00:01:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:09.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:09.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 480ms [xUnit.net 00:01:09.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 190ms [xUnit.net 00:01:09.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 477ms [xUnit.net 00:01:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 232ms [xUnit.net 00:01:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 476ms [xUnit.net 00:01:09.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 205ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 478ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 250ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 175ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 482ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 484ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 217ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 490ms [xUnit.net 00:01:09.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 242ms [xUnit.net 00:01:09.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 482ms [xUnit.net 00:01:09.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 238ms [xUnit.net 00:01:09.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 469ms [xUnit.net 00:01:09.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 97ms [xUnit.net 00:01:09.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 470ms [xUnit.net 00:01:09.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:09.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 444ms [xUnit.net 00:01:09.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 149ms [xUnit.net 00:01:09.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 479ms [xUnit.net 00:01:09.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 101ms [xUnit.net 00:01:09.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:09.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 448ms [xUnit.net 00:01:09.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 451ms [xUnit.net 00:01:09.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 464ms [xUnit.net 00:01:09.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 61ms [xUnit.net 00:01:09.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 63ms [xUnit.net 00:01:09.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 440ms [xUnit.net 00:01:09.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 441ms [xUnit.net 00:01:09.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 439ms [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 56ms [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 466ms [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2516ms [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 465ms [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.overlapped/index.json 463ms [xUnit.net 00:01:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 60ms [xUnit.net 00:01:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.overlapped/index.json 452ms [xUnit.net 00:01:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 61ms [xUnit.net 00:01:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.overlapped/index.json 465ms [xUnit.net 00:01:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 202ms [xUnit.net 00:01:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 228ms [xUnit.net 00:01:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 1994ms [xUnit.net 00:01:09.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 315ms [xUnit.net 00:01:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 588ms [xUnit.net 00:01:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 702ms [xUnit.net 00:01:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/5.0.17/microsoft.netcore.app.host.win-x64.5.0.17.nupkg [xUnit.net 00:01:09.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 282ms [xUnit.net 00:01:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 285ms [xUnit.net 00:01:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 284ms [xUnit.net 00:01:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 281ms [xUnit.net 00:01:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/5.0.0/microsoft.aspnetcore.app.ref.5.0.0.nupkg [xUnit.net 00:01:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 243ms [xUnit.net 00:01:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 271ms [xUnit.net 00:01:09.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath/index.json 257ms [xUnit.net 00:01:09.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 264ms [xUnit.net 00:01:09.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath/index.json 242ms [xUnit.net 00:01:09.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/5.0.0/microsoft.windowsdesktop.app.ref.5.0.0.nupkg [xUnit.net 00:01:09.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 60ms [xUnit.net 00:01:09.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath/index.json 175ms [xUnit.net 00:01:09.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2177ms [xUnit.net 00:01:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/5.0.0/microsoft.netcore.app.ref.5.0.0.nupkg [xUnit.net 00:01:09.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath/index.json 148ms [xUnit.net 00:01:09.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 163ms [xUnit.net 00:01:09.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 58ms [xUnit.net 00:01:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2120ms [xUnit.net 00:01:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2578ms [xUnit.net 00:01:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2140ms [xUnit.net 00:01:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2592ms [xUnit.net 00:01:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2210ms [xUnit.net 00:01:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 277ms [xUnit.net 00:01:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2562ms [xUnit.net 00:01:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2550ms [xUnit.net 00:01:09.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 2568ms [xUnit.net 00:01:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg [xUnit.net 00:01:09.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.registry/index.json 1935ms [xUnit.net 00:01:09.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2550ms [xUnit.net 00:01:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.registry/index.json 1961ms [xUnit.net 00:01:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2367ms [xUnit.net 00:01:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.registry/index.json 2110ms [xUnit.net 00:01:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.overlapped/index.json 1970ms [xUnit.net 00:01:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.overlapped/index.json 1998ms [xUnit.net 00:01:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.registry/index.json 2117ms [xUnit.net 00:01:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2450ms [xUnit.net 00:01:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath/index.json 309ms [xUnit.net 00:01:09.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 2653ms [xUnit.net 00:01:09.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2513ms [xUnit.net 00:01:09.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 2752ms [xUnit.net 00:01:09.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.overlapped/index.json 2110ms [xUnit.net 00:01:09.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:09.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 2526ms [xUnit.net 00:01:09.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg [xUnit.net 00:01:09.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 2613ms [xUnit.net 00:01:09.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2527ms [xUnit.net 00:01:09.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 2516ms [xUnit.net 00:01:09.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 2446ms [xUnit.net 00:01:09.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2492ms [xUnit.net 00:01:09.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.registry/index.json 2171ms [xUnit.net 00:01:09.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 2443ms [xUnit.net 00:01:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 2005ms [xUnit.net 00:01:09.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 405ms [xUnit.net 00:01:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath/index.json 402ms [xUnit.net 00:01:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal.windows/index.json 1729ms [xUnit.net 00:01:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 1968ms [xUnit.net 00:01:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 525ms [xUnit.net 00:01:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1967ms [xUnit.net 00:01:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 1970ms [xUnit.net 00:01:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 2000ms [xUnit.net 00:01:09.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1998ms [xUnit.net 00:01:09.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 1915ms [xUnit.net 00:01:09.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1889ms [xUnit.net 00:01:09.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 1896ms [xUnit.net 00:01:09.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 1976ms [xUnit.net 00:01:09.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1867ms [xUnit.net 00:01:09.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1893ms [xUnit.net 00:01:09.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 1836ms [xUnit.net 00:01:09.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1868ms [xUnit.net 00:01:09.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 1843ms [xUnit.net 00:01:09.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 414ms [xUnit.net 00:01:09.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath/index.json 427ms [xUnit.net 00:01:09.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 427ms [xUnit.net 00:01:09.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 1860ms [xUnit.net 00:01:09.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath/index.json 417ms [xUnit.net 00:01:09.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 1840ms [xUnit.net 00:01:09.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 1836ms [xUnit.net 00:01:09.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 1843ms [xUnit.net 00:01:09.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal.windows/index.json 1777ms [xUnit.net 00:01:09.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal.windows/index.json 1780ms [xUnit.net 00:01:09.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.security/index.json 1805ms [xUnit.net 00:01:09.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath/index.json 378ms [xUnit.net 00:01:09.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.security/index.json 1773ms [xUnit.net 00:01:09.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.security/index.json 1746ms [xUnit.net 00:01:09.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.security/index.json 1839ms [xUnit.net 00:01:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal/index.json 1715ms [xUnit.net 00:01:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Installed Microsoft.NETCore.App.Ref 3.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0 with content hash AunjTWZCoyp/fU3hPocr/rgliGwb/nOMuBubpe3sSUTtlSB1VsPVfSW2FG1+fTe6VLJGFXpfqXHQ1xyn0xKBkw==. [xUnit.net 00:01:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.claims/index.json 1712ms [xUnit.net 00:01:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal/index.json 1720ms [xUnit.net 00:01:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal/index.json 1725ms [xUnit.net 00:01:09.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1741ms [xUnit.net 00:01:10.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.claims/index.json 1753ms [xUnit.net 00:01:10.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Installed Microsoft.AspNetCore.App.Ref 3.1.10 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\3.1.10 with content hash slbbAulr+Zr+0jsAOwR+v451baVajzsVX0C7ZYc+X9MJ6CX2ZpUBVVUcfO1dHF3qqgjMz0ETg5cEiz4qTJE4ZA==. [xUnit.net 00:01:10.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 1805ms [xUnit.net 00:01:10.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.claims/index.json 1754ms [xUnit.net 00:01:10.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed Microsoft.NETCore.App.Host.win-x64 5.0.17 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x64\5.0.17 with content hash 9rFcHksZ7MH/dtMYqY9tR+4o/2oIkHpLGVYKNTGzDhI5l7oWAUsauH2vnmHFJ3kH9N3JcW67y5L3HCNL/g3MLw==. [xUnit.net 00:01:10.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 1800ms [xUnit.net 00:01:10.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:10.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath/index.json 465ms [xUnit.net 00:01:10.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:10.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 1807ms [xUnit.net 00:01:10.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 477ms [xUnit.net 00:01:10.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 509ms [xUnit.net 00:01:10.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 1797ms [xUnit.net 00:01:10.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1808ms [xUnit.net 00:01:10.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 1809ms [xUnit.net 00:01:10.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:01:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:01:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.claims/index.json 1944ms [xUnit.net 00:01:10.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:01:10.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:10.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath/index.json 633ms [xUnit.net 00:01:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 1911ms [xUnit.net 00:01:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 1938ms [xUnit.net 00:01:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 1947ms [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 1933ms [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 1977ms [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 1977ms [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2004ms [xUnit.net 00:01:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 664ms [xUnit.net 00:01:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 691ms [xUnit.net 00:01:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2004ms [xUnit.net 00:01:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1977ms [xUnit.net 00:01:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 1952ms [xUnit.net 00:01:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1974ms [xUnit.net 00:01:10.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\ComServerWithDependencies.csproj.nuget.g.props. [xUnit.net 00:01:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 1992ms [xUnit.net 00:01:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 2003ms [xUnit.net 00:01:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\ComServerWithDependencies.csproj.nuget.g.targets. [xUnit.net 00:01:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 0dxcIxhroiZzcekjl4MmbubRN4oNx5XuegS09A1foTs4c9TS8EV5AEZJGkN/WiPKIF7RnRk3b8mRflnv2SQp5Q==. [xUnit.net 00:01:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\project.assets.json [xUnit.net 00:01:10.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2027ms [xUnit.net 00:01:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 1991ms [xUnit.net 00:01:10.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 1998ms [xUnit.net 00:01:10.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1974ms [xUnit.net 00:01:10.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1964ms [xUnit.net 00:01:10.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 1981ms [xUnit.net 00:01:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed runtime.native.System.Security.Cryptography 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography\4.0.0 with content hash 2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==. [xUnit.net 00:01:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2045ms [xUnit.net 00:01:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed runtime.native.System.Net.Http 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.http\4.0.1 with content hash Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==. [xUnit.net 00:01:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 1844ms [xUnit.net 00:01:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 1878ms [xUnit.net 00:01:10.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 0k5qPXl0zs6yzc6IQYPbcQlrTdLEP2Mcs9AGcrMh8jq7pOfzL9B3xwc/e/EJPVITju3YsT+BNOI5voeOKY/KuA==. [xUnit.net 00:01:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 1868ms [xUnit.net 00:01:10.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.codepages/index.json 1827ms [xUnit.net 00:01:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 1825ms [xUnit.net 00:01:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 1759ms [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 1736ms [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 1750ms [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 1764ms [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 1743ms [xUnit.net 00:01:10.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 1803ms [xUnit.net 00:01:10.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 2180ms [xUnit.net 00:01:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 2401ms [xUnit.net 00:01:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 2377ms [xUnit.net 00:01:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 2387ms [xUnit.net 00:01:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 2374ms [xUnit.net 00:01:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 2389ms [xUnit.net 00:01:11.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 2384ms [xUnit.net 00:01:11.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 2374ms [xUnit.net 00:01:11.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 2344ms [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.overlapped/index.json 2302ms [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 2287ms [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:11.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.overlapped/index.json 2286ms [xUnit.net 00:01:11.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:11.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Security.Cryptography.Csp 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.csp\4.0.0 with content hash /i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==. [xUnit.net 00:01:11.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:11.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:11.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Security.Cryptography.OpenSsl 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.openssl\4.0.0 with content hash HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==. [xUnit.net 00:01:11.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:11.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.CodeAnalysis.Analyzers 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0 with content hash HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==. [xUnit.net 00:01:11.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:11.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:11.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:11.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:11.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:11.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:12.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:12.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:12.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:12.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:12.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:12.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:12.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.CodeAnalysis.CSharp 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0 with content hash BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==. [xUnit.net 00:01:12.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 55ms [xUnit.net 00:01:12.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:12.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:12.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:12.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:12.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:12.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:12.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:12.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.IO.FileSystem.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.0.1 with content hash kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==. [xUnit.net 00:01:12.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:12.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.openssl\4.3.1 with content hash ZFr1MDwzRCYWA883RSjxB4exm8bHlqQjI+yRdYd7zCvFAh2t1107U0ONRgn1zf5Bte2kowThZHE9DVdvuKlBsw==. [xUnit.net 00:01:12.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:12.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:12.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:12.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 54ms [xUnit.net 00:01:12.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj (in 5.68 sec). [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Feeds used: [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:12.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:12.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:12.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" (Restore target(s)). [xUnit.net 00:01:12.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Diagnostics.Tools 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.0.1 with content hash xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==. [xUnit.net 00:01:13.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:13.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:13.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:13.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Globalization.Extensions 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.0.1 with content hash KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==. [xUnit.net 00:01:13.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:13.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Threading.ThreadPool 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0 with content hash k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==. [xUnit.net 00:01:13.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:13.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:13.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:13.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:13.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:13.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:13.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Threading.ThreadPool 4.0.10 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.0.10 with content hash IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==. [xUnit.net 00:01:13.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 54ms [xUnit.net 00:01:13.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:13.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 58ms [xUnit.net 00:01:13.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:13.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:13.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 56ms [xUnit.net 00:01:13.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:13.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:13.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 55ms [xUnit.net 00:01:13.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:13.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:13.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:13.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:13.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:13.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:13.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:13.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 65ms [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 56ms [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 76ms [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 53ms [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:13.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Net.Primitives 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.0.11 with content hash hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==. [xUnit.net 00:01:13.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:13.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:13.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:13.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:13.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 55ms [xUnit.net 00:01:13.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 60ms [xUnit.net 00:01:13.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 56ms [xUnit.net 00:01:13.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 63ms [xUnit.net 00:01:13.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 56ms [xUnit.net 00:01:13.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 59ms [xUnit.net 00:01:13.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 62ms [xUnit.net 00:01:13.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:13.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:13.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj] [xUnit.net 00:01:13.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 267ms [xUnit.net 00:01:13.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:13.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:13.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp3.1\". [xUnit.net 00:01:13.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:13.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:13.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:13.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:13.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp3.1\". [xUnit.net 00:01:13.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 348ms [xUnit.net 00:01:13.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:13.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 371ms [xUnit.net 00:01:13.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 397ms [xUnit.net 00:01:13.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 387ms [xUnit.net 00:01:13.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 372ms [xUnit.net 00:01:13.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 364ms [xUnit.net 00:01:13.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 397ms [xUnit.net 00:01:13.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:13.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:13.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:13.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:13.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:13.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:13.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:13.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Threading.Thread 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.0.0 with content hash gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==. [xUnit.net 00:01:13.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:13.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:13.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Collections.Immutable 1.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0 with content hash Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==. [xUnit.net 00:01:13.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:13.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:01:13.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:13.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:13.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》 [xUnit.net 00:01:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] 》Time Elapsed 00:00:09.02 [xUnit.net 00:01:13.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Runtime.Handles 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.0.1 with content hash nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==. [xUnit.net 00:01:13.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed FSharp.Core 4.2.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3 with content hash PthzJd0cY9L7+mPHoMB0B9Z9moR4oO1rU5RDrVW44cfMm0R9AYFf+F3BsuTvP9clr9w/Wa0wbSfEwbJV8sV80A==. < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore exited with 0 in 9417 ms. [xUnit.net 00:01:14.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:14.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [PASS] [xUnit.net 00:01:14.00] Output: [xUnit.net 00:01:14.01] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:14.01] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:14.01] 》Build started 4/8/2026 2:50:27 PM. [xUnit.net 00:01:14.01] 》 [xUnit.net 00:01:14.01] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:14.01] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:14.01] 》 Determining projects to restore... [xUnit.net 00:01:14.01] 》Restore: [xUnit.net 00:01:14.01] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:14.01] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:14.01] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj... [xUnit.net 00:01:14.01] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:14.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:14.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:14.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:14.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:14.01] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\project.assets.json [xUnit.net 00:01:14.01] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\project.assets.json [xUnit.net 00:01:14.01] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj (in 633 ms). [xUnit.net 00:01:14.01] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj (in 640 ms). [xUnit.net 00:01:14.01] 》 [xUnit.net 00:01:14.01] 》 NuGet Config files used: [xUnit.net 00:01:14.01] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:14.01] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:14.01] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:14.01] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:14.01] 》 [xUnit.net 00:01:14.01] 》 Feeds used: [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:14.01] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:14.01] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:14.01] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:14.01] 》PrepareForBuild: [xUnit.net 00:01:14.01] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:14.01] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:14.01] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:14.01] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:14.01] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:14.01] 》PrepareForBuild: [xUnit.net 00:01:14.01] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:14.01] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:14.01] 》_GenerateSourceLinkFile: [xUnit.net 00:01:14.01] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:14.01] 》CoreCompile: [xUnit.net 00:01:14.01] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:14.01] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:14.01] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:14.01] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:14.01] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:14.01] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:14.01] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:14.01] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:14.01] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:14.01] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:14.01] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:14.01] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:14.01] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:14.01] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:14.01] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:14.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:14.01] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:14.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:14.01] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:14.01] 》CoreCompile: [xUnit.net 00:01:14.02] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:14.02] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:14.02] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:14.02] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:14.02] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:14.02] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:14.02] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:14.02] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:14.02] 》 Begin writing request for TestApp [xUnit.net 00:01:14.02] 》 End writing request for TestApp [xUnit.net 00:01:14.02] 》 Begin reading response for TestApp [xUnit.net 00:01:14.02] 》 End reading response for TestApp [xUnit.net 00:01:14.02] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:14.03] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:14.03] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:14.04] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:14.07] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:14.08] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:14.08] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:14.08] 》_CopyAppConfigFile: [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:14.08] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:14.08] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:14.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:14.08] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:14.08] 》 [xUnit.net 00:01:14.08] 》Build succeeded. [xUnit.net 00:01:14.09] 》 0 Warning(s) [xUnit.net 00:01:14.09] 》 0 Error(s) [xUnit.net 00:01:14.09] 》 [xUnit.net 00:01:14.09] 》Time Elapsed 00:00:09.02 [xUnit.net 00:01:14.09] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard(isSdk: False, scenario: ProjectReference) [9 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:27 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj (in 633 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj (in 640 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\TestLibrary.csproj" (default targets). 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestLibrary.pdb". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestLibrary.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:09.02 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---31F8C9D8\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:14.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Threading.Tasks.Parallel 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.0.1 with content hash 7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==. [xUnit.net 00:01:14.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash l8EbzaU7q/YF/JArw7wzbKw7Bd3vxL4WUu9X4WGXfJYRIOe45i5wW+XbAVSkfghucM/eYKFb6/hNio7+N0AIkg==. [xUnit.net 00:01:14.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.Windows.ApiSets 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.windows.apisets\1.0.1 with content hash SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==. [xUnit.net 00:01:14.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 4S+URvA5tdIA8DxsYe/+Neffgzbfl4WaZK6I1nLEzqRxfSuTqjVySBagCQSCnGkJsSMrjbZwtRu8K1I1pbbSJg==. [xUnit.net 00:01:14.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash aNIww1R7bC0tk/2u4Gtrom6afjlJlGsFm7mko/ymrbmdYIyso5cPBXjGaj2qIHup8p53LTvX4ED9mxMaK4guLQ==. [xUnit.net 00:01:14.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed Microsoft.NETCore.Targets 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.targets\1.0.1 with content hash rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==. [xUnit.net 00:01:14.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Threading.Timer 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.0.1 with content hash saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==. [xUnit.net 00:01:14.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Resources.Reader 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0 with content hash AeSwdrdgsRnGRJDofYEJPlotJm6gDDg6WJ1/1lX2Yq8bPwicba7lanPi7adK0SE58zgN5PcGg/h0tuZS+IRAdw==. [xUnit.net 00:01:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp3.1\ComServerWithDependencies.sourcelink.json' does not exist. [xUnit.net 00:01:14.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》CoreCompile: [xUnit.net 00:01:14.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:14.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:14.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:3 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:8.0 /analyzerconfig:obj\Debug\netcoreapp3.1\ComServerWithDependencies.GeneratedMSBuildEditorConfig.editorconfig ComServer.cs "obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" obj\Debug\netcoreapp3.1\ComServerWithDependencies.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:14.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Compilation request ComServerWithDependencies (netcoreapp3.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:14.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:14.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:3 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:8.0 /analyzerconfig:obj\Debug\netcoreapp3.1\ComServerWithDependencies.GeneratedMSBuildEditorConfig.editorconfig ComServer.cs "obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" obj\Debug\netcoreapp3.1\ComServerWithDependencies.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:14.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Runtime.Numerics 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.0.1 with content hash +XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==. [xUnit.net 00:01:14.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:14.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:14.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:14.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Begin writing request for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:14.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 End writing request for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:14.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Begin reading response for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:14.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Security.Principal.Windows 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal.windows\4.3.0 with content hash HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==. [xUnit.net 00:01:14.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 End reading response for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:14.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:14.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》_CreateAppHost: [xUnit.net 00:01:14.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages [xUnit.net 00:01:15.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages [xUnit.net 00:01:15.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:15.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll". [xUnit.net 00:01:15.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServe.8593B33F.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:15.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServe.8593B33F.Up2Date". [xUnit.net 00:01:15.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.Win32.Registry 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.registry\4.3.0 with content hash Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==. [xUnit.net 00:01:15.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed runtime.native.System 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system\4.0.0 with content hash QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==. Process ID: 1596 [xUnit.net 00:01:15.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Globalization.Calendars 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.0.1 with content hash L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==. [xUnit.net 00:01:15.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:15.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.comhost.dll". [xUnit.net 00:01:15.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Security.Cryptography.Csp 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.csp\4.3.0 with content hash X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==. [xUnit.net 00:01:15.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Threading.Overlapped 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.overlapped\4.3.0 with content hash m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==. [xUnit.net 00:01:15.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Collections.Concurrent 4.0.12 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.0.12 with content hash 2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==. [xUnit.net 00:01:15.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Security.Cryptography.Cng 4.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.cng\4.2.0 with content hash cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==. [xUnit.net 00:01:15.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:15.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.dll". [xUnit.net 00:01:15.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 ComServerWithDependencies -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.dll [xUnit.net 00:01:15.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.pdb". [xUnit.net 00:01:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" (Build target(s)). [xUnit.net 00:01:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 [xUnit.net 00:01:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Build succeeded. [xUnit.net 00:01:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》 [xUnit.net 00:01:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] 》Time Elapsed 00:00:12.91 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore exited with 0 in 13167 ms. [xUnit.net 00:01:15.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore' exited with exit code 0. [xUnit.net 00:01:15.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [PASS] [xUnit.net 00:01:15.90] Output: [xUnit.net 00:01:15.90] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore': [xUnit.net 00:01:15.90] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:15.90] 》Build started 4/8/2026 2:50:25 PM. [xUnit.net 00:01:15.90] 》 [xUnit.net 00:01:15.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:15.90] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:15.90] 》 Determining projects to restore... [xUnit.net 00:01:15.90] 》Restore: [xUnit.net 00:01:15.90] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:15.90] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:15.90] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj... [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 224ms [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json Process ID: 5540 [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 221ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 164ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 192ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 146ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 168ms [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 188ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 270ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 189ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 177ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 101ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 270ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 264ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 108ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 60ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 382ms [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/3.1.32/microsoft.netcore.app.host.win-x64.3.1.32.nupkg [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 118ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 141ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 103ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 283ms [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/3.1.10/microsoft.aspnetcore.app.ref.3.1.10.nupkg [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/3.1.0/microsoft.windowsdesktop.app.ref.3.1.0.nupkg [xUnit.net 00:01:15.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.nupkg [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 428ms [xUnit.net 00:01:15.91] 》 Installed Microsoft.NETCore.App.Host.win-x64 3.1.32 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x64\3.1.32 with content hash Pf+5knFe+yBtFJ639aYryc06h0KNlrlREpQECVfFe936l/SURfGmnL3mhBZgCZFaZYLwFFqjkU5LymuD8hF2OA==. [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 861ms [xUnit.net 00:01:15.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 762ms [xUnit.net 00:01:15.91] 》 Installed Microsoft.WindowsDesktop.App.Ref 3.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\3.1.0 with content hash iHA5n1Kyz9Qvo/XbxAuaIdgW95NGaOYKFuLSYaPewXGDRtqUydullZ25JZXkfQT/hi+/iIiyMxB+RPRAdDPvlQ==. [xUnit.net 00:01:15.91] 》 Installed Microsoft.NETCore.App.Ref 3.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0 with content hash AunjTWZCoyp/fU3hPocr/rgliGwb/nOMuBubpe3sSUTtlSB1VsPVfSW2FG1+fTe6VLJGFXpfqXHQ1xyn0xKBkw==. [xUnit.net 00:01:15.91] 》 Installed Microsoft.AspNetCore.App.Ref 3.1.10 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\3.1.10 with content hash slbbAulr+Zr+0jsAOwR+v451baVajzsVX0C7ZYc+X9MJ6CX2ZpUBVVUcfO1dHF3qqgjMz0ETg5cEiz4qTJE4ZA==. [xUnit.net 00:01:15.92] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\ComServerWithDependencies.csproj.nuget.g.props. [xUnit.net 00:01:15.92] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\ComServerWithDependencies.csproj.nuget.g.targets. [xUnit.net 00:01:15.92] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\project.assets.json [xUnit.net 00:01:15.92] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj (in 5.68 sec). [xUnit.net 00:01:15.92] 》 [xUnit.net 00:01:15.92] 》 NuGet Config files used: [xUnit.net 00:01:15.92] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:15.92] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:15.93] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:15.93] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:15.93] 》 [xUnit.net 00:01:15.93] 》 Feeds used: [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:15.93] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:15.93] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" (Restore target(s)). [xUnit.net 00:01:15.93] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:15.93] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:15.93] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj] [xUnit.net 00:01:15.93] 》PrepareForBuild: [xUnit.net 00:01:15.93] 》 Creating directory "bin\Debug\netcoreapp3.1\". [xUnit.net 00:01:15.93] 》 Creating directory "obj\Debug\netcoreapp3.1\". [xUnit.net 00:01:15.93] 》_GenerateSourceLinkFile: [xUnit.net 00:01:15.93] 》 Source Link is empty, file 'obj\Debug\netcoreapp3.1\ComServerWithDependencies.sourcelink.json' does not exist. [xUnit.net 00:01:15.93] 》CoreCompile: [xUnit.net 00:01:15.93] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:15.93] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:15.93] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:3 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:8.0 /analyzerconfig:obj\Debug\netcoreapp3.1\ComServerWithDependencies.GeneratedMSBuildEditorConfig.editorconfig ComServer.cs "obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" obj\Debug\netcoreapp3.1\ComServerWithDependencies.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:15.93] 》 Compilation request ComServerWithDependencies (netcoreapp3.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:15.93] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:15.93] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:3 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:8.0 /analyzerconfig:obj\Debug\netcoreapp3.1\ComServerWithDependencies.GeneratedMSBuildEditorConfig.editorconfig ComServer.cs "obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" obj\Debug\netcoreapp3.1\ComServerWithDependencies.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:15.94] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:15.95] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:15.95] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:15.95] 》 Begin writing request for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:15.95] 》 End writing request for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:15.95] 》 Begin reading response for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:15.95] 》 End reading response for ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:15.95] 》 CompilerServer: server - server processed compilation - ComServerWithDependencies (netcoreapp3.1) [xUnit.net 00:01:15.95] 》_CreateAppHost: [xUnit.net 00:01:15.95] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:15.95] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:15.95] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll". [xUnit.net 00:01:15.95] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServe.8593B33F.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:15.95] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServe.8593B33F.Up2Date". [xUnit.net 00:01:15.95] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:15.95] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.comhost.dll". [xUnit.net 00:01:15.95] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:15.95] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.dll". [xUnit.net 00:01:15.95] 》 ComServerWithDependencies -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.dll [xUnit.net 00:01:15.95] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.pdb". [xUnit.net 00:01:15.95] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" (Build target(s)). [xUnit.net 00:01:15.95] 》 [xUnit.net 00:01:15.95] 》Build succeeded. [xUnit.net 00:01:15.95] 》 0 Warning(s) [xUnit.net 00:01:15.95] 》 0 Error(s) [xUnit.net 00:01:15.95] 》 [xUnit.net 00:01:15.95] 》Time Elapsed 00:00:12.91 [xUnit.net 00:01:15.95] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_copies_nuget_package_dependencies [13 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:25 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj... 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 224ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 221ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 164ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 192ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 146ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 168ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 188ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 270ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 189ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 177ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 101ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 270ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 264ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 108ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 382ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/3.1.32/microsoft.netcore.app.host.win-x64.3.1.32.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 118ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 141ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 103ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 283ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/3.1.10/microsoft.aspnetcore.app.ref.3.1.10.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/3.1.0/microsoft.windowsdesktop.app.ref.3.1.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 428ms 》 Installed Microsoft.NETCore.App.Host.win-x64 3.1.32 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x64\3.1.32 with content hash Pf+5knFe+yBtFJ639aYryc06h0KNlrlREpQECVfFe936l/SURfGmnL3mhBZgCZFaZYLwFFqjkU5LymuD8hF2OA==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 861ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 762ms 》 Installed Microsoft.WindowsDesktop.App.Ref 3.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\3.1.0 with content hash iHA5n1Kyz9Qvo/XbxAuaIdgW95NGaOYKFuLSYaPewXGDRtqUydullZ25JZXkfQT/hi+/iIiyMxB+RPRAdDPvlQ==. 》 Installed Microsoft.NETCore.App.Ref 3.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0 with content hash AunjTWZCoyp/fU3hPocr/rgliGwb/nOMuBubpe3sSUTtlSB1VsPVfSW2FG1+fTe6VLJGFXpfqXHQ1xyn0xKBkw==. 》 Installed Microsoft.AspNetCore.App.Ref 3.1.10 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\3.1.10 with content hash slbbAulr+Zr+0jsAOwR+v451baVajzsVX0C7ZYc+X9MJ6CX2ZpUBVVUcfO1dHF3qqgjMz0ETg5cEiz4qTJE4ZA==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\ComServerWithDependencies.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\ComServerWithDependencies.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj (in 5.68 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp3.1\". 》 Creating directory "obj\Debug\netcoreapp3.1\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp3.1\ComServerWithDependencies.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:3 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:8.0 /analyzerconfig:obj\Debug\netcoreapp3.1\ComServerWithDependencies.GeneratedMSBuildEditorConfig.editorconfig ComServer.cs "obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" obj\Debug\netcoreapp3.1\ComServerWithDependencies.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request ComServerWithDependencies (netcoreapp3.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:3 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:8.0 /analyzerconfig:obj\Debug\netcoreapp3.1\ComServerWithDependencies.GeneratedMSBuildEditorConfig.editorconfig ComServer.cs "obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs" obj\Debug\netcoreapp3.1\ComServerWithDependencies.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithDependencies (netcoreapp3.1) 》 End writing request for ComServerWithDependencies (netcoreapp3.1) 》 Begin reading response for ComServerWithDependencies (netcoreapp3.1) 》 End reading response for ComServerWithDependencies (netcoreapp3.1) 》 CompilerServer: server - server processed compilation - ComServerWithDependencies (netcoreapp3.1) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServe.8593B33F.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServe.8593B33F.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.comhost.dll". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.dll". 》 ComServerWithDependencies -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\obj\Debug\netcoreapp3.1\ComServerWithDependencies.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\bin\Debug\netcoreapp3.1\ComServerWithDependencies.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:12.91 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_copies_nug---E596E2DE\ComServerWithDependencies.csproj /restore' exited with exit code 0. [xUnit.net 00:01:15.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore': [xUnit.net 00:01:15.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Reflection.DispatchProxy 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0 with content hash vFln4g7zbLRyJbioExbMaW4BGuE2urDE2IKQk02x1y1uhQWntD+4rcYA4xQGJ19PlMdYPMWExHVQj3zKDODBFw==. [xUnit.net 00:01:15.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Reflection.Emit.Lightweight 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.lightweight\4.0.1 with content hash sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==. [xUnit.net 00:01:15.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Net.WebHeaderCollection 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.0.1 with content hash XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==. [xUnit.net 00:01:16.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Console 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.0.0 with content hash qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==. [xUnit.net 00:01:16.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed Microsoft.WindowsDesktop.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\5.0.0 with content hash 22qe3tLaPpbD0OrRWKrsfNeXVNw4FizsrWSy2vrqzRFaGNHRHrdPpDuiNTN5YvKFJyFro6hDk8dCqZ8kvi620g==. [xUnit.net 00:01:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:16.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.Runtime.CoreCLR 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.runtime.coreclr\1.1.2 with content hash 3O8EaWa5E+xDmNqVqmbrfxy6x+QQ87XPXv47sek1jkRrFac7j+ObsH0URWJRHJt/5nJpvEN7sb2KG0o/AM9nvg==. [xUnit.net 00:01:16.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.ComponentModel.Annotations 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0 with content hash SY2RLItHt43rd8J9D8M8e8NM4m+9WLN2uUd9G0n1I4hj/7w+v3pzK6ZBjexlG1/2xvLKQsqir3UGVSyBTXMLWA==. [xUnit.net 00:01:16.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Build started 4/8/2026 2:50:38 PM. [xUnit.net 00:01:16.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 [xUnit.net 00:01:16.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.IO.FileSystem 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.0.1 with content hash IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==. [xUnit.net 00:01:16.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Diagnostics.Process 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0 with content hash J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==. [xUnit.net 00:01:16.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.DotNetHostPolicy 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethostpolicy\1.1.2 with content hash nes7MaBG1zWz44m+zR4SDiOVmpCFiY49BcJGRaIO0TqjsLZmuUQVXEGcNZFlme95dlaki9QYJr4FK5NKNlPA6Q==. [xUnit.net 00:01:16.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Linq.Queryable 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.0.1 with content hash Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==. [xUnit.net 00:01:16.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash oDfS0Alq+mluluapkR7A3rPd9bieNhwNzrJCPC2VEfJ2kzSm4tHuGObp+Ybk7l9jIyvM3K7SNNPtkphoGFA9jw==. [xUnit.net 00:01:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.native.System.Net.Http 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.http\4.3.0 with content hash ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==. [xUnit.net 00:01:16.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Diagnostics.DiagnosticSource 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1 with content hash j72A3mwamUXPgDIU1TWyzea7yqz59+iO2cmXuyzvcfuszWGq9JRbWify1k33lLQophaXOIyhPkEevfP0k4M3wg==. [xUnit.net 00:01:16.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Collections.Immutable 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0 with content hash zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==. [xUnit.net 00:01:16.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash SjraAtZSVwYLpU+pFfSoflen6k9jZ8p7sojFfyXUKprFc7iSN+jjl0qUT1maZBQHv8bAX0nrUaQhZnWsLY8v9w==. [xUnit.net 00:01:16.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:16.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:16.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:17.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.Jit 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.jit\1.1.2 with content hash mgCxxN+3/0tNuF29pUCbjS3ag4DDmgxwYQXvGW4wyD5N7bAUysxOvMw7Fx/eQZKoCh5cH5LQ0w/5/o6vQmMhRQ==. [xUnit.net 00:01:17.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.App 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app\1.1.2 with content hash fcN0Ob6rjY7Zu0770cA5l9wRJvj7+ltJPPdryUidejkkhao+y2AYrtezBTlP9nCSFXLmYR9BtaknORT17x8reA==. [xUnit.net 00:01:17.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.CodeAnalysis.Common 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0 with content hash V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==. [xUnit.net 00:01:17.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Numerics.Vectors 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0 with content hash uAIqmwiQPPXdCz59MQcyHwsH2MzIv24VGCS54kP/1GzTRTuU3hazmiPnGUTlKFia4B1DnbLWjTHoGyTI5BMCTQ==. [xUnit.net 00:01:17.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.apple\4.3.0 with content hash DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==. [xUnit.net 00:01:17.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》MSBuild auto-detection: using msbuild version '18.5.3.16805' from 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\bin'. [xUnit.net 00:01:17.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Net.Requests 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.0.11 with content hash vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==. [xUnit.net 00:01:17.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Runtime.Loader 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.loader\4.3.0 with content hash DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==. [xUnit.net 00:01:17.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Net.Security 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1 with content hash qYnDntmrrHXUAhA+v2Kve8onMjJ2ZryQvx7kjGhW88c0IgA9B+q2M8b3l76HFBeotufDbAJfOvLEP32PS4XIKA==. [xUnit.net 00:01:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:17.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:17.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:17.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:17.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:17.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Diagnostics.StackTrace 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.stacktrace\4.0.1 with content hash 6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==. [xUnit.net 00:01:17.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.VisualBasic 10.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0 with content hash jgBfelga8QHZDTtUBtLNgcDPuXzaplCeXLqQcf5qB4jeVdPpX1AtnZnGeHbbi2tmp+P96hgI+KhXbUN567K60Q==. [xUnit.net 00:01:17.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.IO.UnmanagedMemoryStream 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0 with content hash tS89nK7pw8ebkkEfWujA05+ZReHKzz39W+bcX1okVR0GJCJuzPyfYfQZyiLSrjp121BB5J4uewZQiUTKri2pSQ==. [xUnit.net 00:01:17.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed System.Diagnostics.Tracing 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.1.0 with content hash vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==. [xUnit.net 00:01:17.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Restore: [xUnit.net 00:01:17.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:17.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:17.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Xml.XPath.XDocument 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xpath.xdocument\4.0.1 with content hash FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==. [xUnit.net 00:01:18.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Net.Http 4.3.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2 with content hash y7hv0o0weI0j0mvEcBOdt1F3CAADiWlcw3e54m8TfYiRmBPDIsHElx8QUPDlY4x6yWXKPGN0Z2TuXCTPgkm5WQ==. [xUnit.net 00:01:18.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Xml.XPath 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xpath\4.0.1 with content hash UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==. [xUnit.net 00:01:18.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Net.NameResolution 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0 with content hash AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==. [xUnit.net 00:01:18.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Text.Encoding.CodePages 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.codepages\4.0.1 with content hash h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==. [xUnit.net 00:01:18.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj... [xUnit.net 00:01:18.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash ipj8GE8R8qgVm3ta13cTVQRR7LVj11x7SbC4Cpu5rgAEwoXcujwqHcWOhb+8KPMPNLTXWdZcwmv7d7HLayAF3w==. [xUnit.net 00:01:18.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.AppContext 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.1.0 with content hash 3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==. [xUnit.net 00:01:18.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:01:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:01:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\project.assets.json [xUnit.net 00:01:19.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.openssl\4.3.0 with content hash h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==. [xUnit.net 00:01:19.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.DotNetHostResolver 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethostresolver\1.1.0 with content hash xf7RRVJ4M1w1Hg9TTzTH4g+zFqGtu6uXBjpcyy+o5UYrRj44dtJkmlnc1OnoKQFU0pZ8i9C8eNbSeqq/p6n19w==. [xUnit.net 00:01:19.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash rbS6BNuxMvqAT0Sa4AlvHlHyWT4+1vtZHO9+R2A0udgOTIgIWu2+mKJVDO4AcHjCVVqB6WqSGcAQLx3QoXBy4Q==. [xUnit.net 00:01:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Reflection.Emit.Lightweight 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.lightweight\4.3.0 with content hash oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==. [xUnit.net 00:01:19.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Threading.Tasks.Dataflow 4.7.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0 with content hash wcKLDI8tN5KpcMcTQwXfcLHrFdfINIxDBOZS3rE8QqOds/0fRhCkR+IEfQokxT7s/Yluqk+LG/ZqZdQmA/xgCw==. [xUnit.net 00:01:19.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\4.3.0 with content hash kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==. [xUnit.net 00:01:19.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj (in 443 ms). [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Feeds used: [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Restore target(s)). [xUnit.net 00:01:19.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.IO.FileSystem.Watcher 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0 with content hash 37IDFU2w6LJ4FrohcVlV1EXviUmAOJIbejVgOUtNaPQyeZW2D/0QSkH8ykehoOd19bWfxp3RRd0xj+yRRIqLhw==. [xUnit.net 00:01:19.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:19.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(316,5): warning NETSDK1128: COM hosting does not support self-contained deployments. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] [xUnit.net 00:01:19.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:19.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] [xUnit.net 00:01:19.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:19.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:19.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:19.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Security.Claims 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.claims\4.3.0 with content hash P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==. [xUnit.net 00:01:20.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Linq.Parallel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0 with content hash td7x21K8LalpjTWCzW/nQboQIFbq9i0r+PCyBBCdLWWnm4NBcdN18vpz/G9hCpUaCIfRL+ZxJNVTywlNlB1aLQ==. [xUnit.net 00:01:20.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.IO.MemoryMappedFiles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0 with content hash mz2JJFxCQLdMzXVOPyVibDKDKFZey66YHgQy8M1/vUCQzMSrbiXhpsyV04vSlBeqQUdM7wTL2WG+X3GZALKsIQ==. [xUnit.net 00:01:20.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Xml.XmlDocument 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.0.1 with content hash 2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==. [xUnit.net 00:01:20.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Diagnostics.FileVersionInfo 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.fileversioninfo\4.0.0 with content hash qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==. [xUnit.net 00:01:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Linq.Queryable 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0 with content hash In1Bmmvl/j52yPu3xgakQSI0YIckPUr870w4K5+Lak3JCCa8hl+my65lABOuKfYs4ugmZy25ScFerC4nz8+b6g==. [xUnit.net 00:01:20.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Security.Principal 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0 with content hash I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==. [xUnit.net 00:01:20.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.NETCore.DotNetHost 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethost\1.1.0 with content hash 1xk/a9uXjJWDQqXw8l4067aoNwUfugq4UVQQinlIM2W4posm0+wcW+bi3uKuyufsjG6KBhlCqKuFBqa5DXO6ug==. [xUnit.net 00:01:20.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash G1OTN/JU9rdQz9fj1eLHOLs7+8lFp7bp+H89h8AEV/Wa4kVZVwoi6DqnjEjJfFWjYZvGPDi9o95VWjeKG5gLkg==. [xUnit.net 00:01:20.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:20.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. [xUnit.net 00:01:20.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》CoreCompile: [xUnit.net 00:01:20.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:20.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed runtime.native.System.Net.Security 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.security\4.3.0 with content hash M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==. [xUnit.net 00:01:20.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:20.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:20.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Reflection.Metadata 1.4.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1 with content hash tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==. [xUnit.net 00:01:20.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:20.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:20.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:20.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:20.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:20.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:20.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:01:20.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 End writing request for ComServer (net10.0) [xUnit.net 00:01:20.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:01:20.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Reflection.Metadata 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0 with content hash jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==. [xUnit.net 00:01:20.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 End reading response for ComServer (net10.0) [xUnit.net 00:01:20.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:01:20.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》_CreateAppHost: [xUnit.net 00:01:20.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:20.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:20.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.comhost.dll". [xUnit.net 00:01:21.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Net.WebHeaderCollection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0 with content hash XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==. [xUnit.net 00:01:21.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.DiaSymReader.Native 1.4.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.4.1 with content hash oi9LCkKzSm7WgI0LsODDQUQdzldNdv9BU/QDoW9QMu+uN4baJXANkTWrjc2+aTqeftyhPXF1fn/m9jPo7mJ6FA==. [xUnit.net 00:01:21.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Security.Cryptography.Cng 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.cng\4.3.0 with content hash 03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==. [xUnit.net 00:01:21.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Threading.Thread 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0 with content hash OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==. [xUnit.net 00:01:21.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Net.Requests 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0 with content hash OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==. [xUnit.net 00:01:21.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed System.Threading.Tasks.Parallel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0 with content hash cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==. [xUnit.net 00:01:21.18] Microsoft.NET.Build.Tests: [Long Running Test] 'Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)")', Elapsed: 00:00:31 [xUnit.net 00:01:21.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:21.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.dll". [xUnit.net 00:01:21.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.dll [xUnit.net 00:01:21.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.pdb". [xUnit.net 00:01:21.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Build target(s)). [xUnit.net 00:01:21.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 [xUnit.net 00:01:21.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Build succeeded. [xUnit.net 00:01:21.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Build target) (1:7) -> [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》(_CheckForUnsupportedHostingUsage target) -> [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(316,5): warning NETSDK1128: COM hosting does not support self-contained deployments. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 1 Warning(s) [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》 [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] 》Time Elapsed 00:00:05.06 [xUnit.net 00:01:21.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed Microsoft.CodeAnalysis.VisualBasic 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.visualbasic\1.3.0 with content hash Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==. < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore exited with 0 in 5322 ms. [xUnit.net 00:01:21.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:01:21.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [PASS] [xUnit.net 00:01:21.23] Output: [xUnit.net 00:01:21.23] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore': [xUnit.net 00:01:21.23] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:21.23] 》Build started 4/8/2026 2:50:38 PM. [xUnit.net 00:01:21.23] 》 [xUnit.net 00:01:21.23] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:21.23] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:21.23] 》 Determining projects to restore... [xUnit.net 00:01:21.23] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:21.23] 》AddPrunePackageReferences: [xUnit.net 00:01:21.23] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:21.24] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:21.24] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:21.24] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:21.24] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:21.24] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:21.24] 》Restore: [xUnit.net 00:01:21.24] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:21.24] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:21.24] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj... [xUnit.net 00:01:21.24] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:01:21.24] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:01:21.24] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\project.assets.json [xUnit.net 00:01:21.24] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj (in 443 ms). [xUnit.net 00:01:21.24] 》 [xUnit.net 00:01:21.24] 》 NuGet Config files used: [xUnit.net 00:01:21.24] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:21.24] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:21.24] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:21.24] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:21.24] 》 [xUnit.net 00:01:21.24] 》 Feeds used: [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:21.24] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:21.24] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Restore target(s)). [xUnit.net 00:01:21.24] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:21.24] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(316,5): warning NETSDK1128: COM hosting does not support self-contained deployments. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] [xUnit.net 00:01:21.24] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:21.24] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] [xUnit.net 00:01:21.24] 》PrepareForBuild: [xUnit.net 00:01:21.24] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:21.24] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:21.24] 》_GenerateSourceLinkFile: [xUnit.net 00:01:21.24] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. [xUnit.net 00:01:21.24] 》CoreCompile: [xUnit.net 00:01:21.24] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:21.24] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:21.24] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:21.24] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:21.24] 》 CommandLine = ' /noconfig' Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:01:21.24] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:21.24] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:21.24] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:21.24] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:21.25] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:01:21.25] 》 End writing request for ComServer (net10.0) [xUnit.net 00:01:21.25] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:01:21.25] 》 End reading response for ComServer (net10.0) [xUnit.net 00:01:21.25] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:01:21.25] 》_CreateAppHost: [xUnit.net 00:01:21.25] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:21.25] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:21.25] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.comhost.dll". [xUnit.net 00:01:21.25] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:21.25] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.dll". [xUnit.net 00:01:21.25] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.dll [xUnit.net 00:01:21.25] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.pdb". [xUnit.net 00:01:21.25] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Build target(s)). [xUnit.net 00:01:21.25] 》 [xUnit.net 00:01:21.25] 》Build succeeded. [xUnit.net 00:01:21.25] 》 [xUnit.net 00:01:21.25] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Build target) (1:7) -> [xUnit.net 00:01:21.25] 》(_CheckForUnsupportedHostingUsage target) -> [xUnit.net 00:01:21.25] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(316,5): warning NETSDK1128: COM hosting does not support self-contained deployments. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] [xUnit.net 00:01:21.25] 》 [xUnit.net 00:01:21.25] 》 1 Warning(s) [xUnit.net 00:01:21.25] 》 0 Error(s) [xUnit.net 00:01:21.25] 》 Process ID: 7252 [xUnit.net 00:01:21.25] 》Time Elapsed 00:00:05.06 [xUnit.net 00:01:21.25] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_warns_on_self_contained_build [5 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:38 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\ComServer.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\ComServer.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj (in 443 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(316,5): warning NETSDK1128: COM hosting does not support self-contained deployments. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServer (net10.0) 》 End writing request for ComServer (net10.0) 》 Begin reading response for ComServer (net10.0) 》 End reading response for ComServer (net10.0) 》 CompilerServer: server - server processed compilation - ComServer (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.comhost.dll". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.dll". 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\bin\Debug\net10.0\ComServer.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj" (Build target) (1:7) -> 》(_CheckForUnsupportedHostingUsage target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(316,5): warning NETSDK1128: COM hosting does not support self-contained deployments. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj] 》 》 1 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:05.06 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_warns_on_s---A1CF9062\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:01:21.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:01:21.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj... [xUnit.net 00:01:21.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:21.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Build started 4/8/2026 2:50:43 PM. [xUnit.net 00:01:21.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 [xUnit.net 00:01:21.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed Microsoft.AspNetCore.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\5.0.0 with content hash DucLlzGoCVYVjKdomwgOVmM2VtFMPjbssTzGvxx1j5LXgxiA4LBxc/t3FBmvVlmmeRsDcy+nsb5lVq3fbH+5gQ==. [xUnit.net 00:01:22.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:22.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:22.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:22.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed Microsoft.NETCore.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0 with content hash fpIKi9rVEsmH5E/4INAFv+5xxsxOkNmBwcJ09hwVJwLaehA5Z7E8xoFsJe4sGpyqEHsVGnFor7apwUKPRrgqFg==. [xUnit.net 00:01:22.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:22.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:22.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\project.assets.json [xUnit.net 00:01:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:22.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:22.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:22.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:22.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:22.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj (in 1.29 sec). [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》NuGet Config files used: [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Feeds used: [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:22.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:22.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\DesktopMinusRid.csproj.nuget.g.props. < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages exited with 0 in 7587 ms. [xUnit.net 00:01:22.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore [xUnit.net 00:01:22.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:22.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\DesktopMinusRid.csproj.nuget.g.targets. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore [xUnit.net 00:01:22.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\project.assets.json Process ID: 3020 [xUnit.net 00:01:22.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj (in 20.29 sec). [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:22.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:22.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Installed: [xUnit.net 00:01:22.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 78 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj [xUnit.net 00:01:22.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:22.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:22.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Build started 4/8/2026 2:50:45 PM. [xUnit.net 00:01:22.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:22.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Restore: [xUnit.net 00:01:22.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:22.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:23.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:23.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:23.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:23.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:23.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:23.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:23.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:23.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:23.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:23.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:23.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\TestApp.fsproj.nuget.g.props. [xUnit.net 00:01:23.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\TestApp.fsproj.nuget.g.targets. [xUnit.net 00:01:23.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\project.assets.json [xUnit.net 00:01:23.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj (in 17.66 sec). [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Feeds used: [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\FSharp\library-packs [xUnit.net 00:01:23.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Installed: [xUnit.net 00:01:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 27 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj [xUnit.net 00:01:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target(s)). [xUnit.net 00:01:23.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:23.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:23.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\project.assets.json [xUnit.net 00:01:23.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:23.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:23.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" on node 1 (Build target(s)). [xUnit.net 00:01:23.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:23.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:23.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:23.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》GenerateFSharpTextResources: [xUnit.net 00:01:23.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Creating directory "obj\Debug\net5.0\". [xUnit.net 00:01:23.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:23.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Creating directory "bin\Debug\net5.0\". [xUnit.net 00:01:23.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj (in 376 ms). [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Feeds used: [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:23.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:23.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:23.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:23.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:23.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:23.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:23.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:23.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:23.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:23.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:23.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:23.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:23.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:23.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:23.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:23.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:23.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:23.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:23.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:23.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:23.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:23.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:23.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:23.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:23.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:23.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:23.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:23.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:23.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:23.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:23.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\Debug\net10.0\refint\". [xUnit.net 00:01:23.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:23.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:23.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:23.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:23.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:24.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:24.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Restore: [xUnit.net 00:01:24.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:24.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:24.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:24.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net5.0\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》CoreCompile: [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders/Common7/IDE/CommonExtensions/Microsoft/FSharp/Tools/fscAnyCpu.exe -o:obj\Debug\net5.0\TestApp.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -g [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --debug:portable [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --noframework [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:TRACE [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:DEBUG [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NET [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NET5_0 [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NET5_0_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP1_0_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP1_1_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP2_0_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP2_1_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP2_2_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP3_0_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --define:NETCOREAPP3_1_OR_GREATER [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --optimize- [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --tailcalls- [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\netstandard1.6\FSharp.Core.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.CSharp.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.Core.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.Win32.Primitives.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\mscorlib.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\netstandard.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.AppContext.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Buffers.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Concurrent.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Immutable.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.NonGeneric.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Specialized.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.Annotations.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.DataAnnotations.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.EventBasedAsync.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.Primitives.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.TypeConverter.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Configuration.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Console.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Core.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.Common.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.DataSetExtensions.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Contracts.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Debug.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.DiagnosticSource.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.FileVersionInfo.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Process.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.StackTrace.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.TextWriterTraceListener.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Tools.dll [xUnit.net 00:01:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.TraceSource.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Tracing.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Drawing.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Drawing.Primitives.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Dynamic.Runtime.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Formats.Asn1.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.Calendars.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.Extensions.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.Brotli.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.FileSystem.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.ZipFile.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.DriveInfo.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.Primitives.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.Watcher.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.IsolatedStorage.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.MemoryMappedFiles.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Pipes.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.UnmanagedMemoryStream.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Expressions.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Parallel.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Queryable.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Memory.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Http.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Http.Json.dll [xUnit.net 00:01:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.HttpListener.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Mail.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.NameResolution.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.NetworkInformation.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Ping.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Primitives.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Requests.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Security.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.ServicePoint.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Sockets.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebClient.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebHeaderCollection.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebProxy.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebSockets.Client.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebSockets.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Numerics.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Numerics.Vectors.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ObjectModel.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.DispatchProxy.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.ILGeneration.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.Lightweight.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Extensions.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Metadata.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Primitives.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.TypeExtensions.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.Reader.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.ResourceManager.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.Writer.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.Unsafe.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.VisualC.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Extensions.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Handles.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.RuntimeInformation.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Intrinsics.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Loader.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Numerics.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Formatters.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Json.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Primitives.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Xml.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Claims.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Algorithms.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Csp.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Encoding.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Primitives.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.X509Certificates.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Principal.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.SecureString.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ServiceModel.Web.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ServiceProcess.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.CodePages.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.Extensions.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encodings.Web.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Json.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.RegularExpressions.dll [xUnit.net 00:01:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Channels.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Overlapped.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Dataflow.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Extensions.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Parallel.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Thread.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.ThreadPool.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Timer.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Transactions.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Transactions.Local.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ValueTuple.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Web.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Web.HttpUtility.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Windows.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.Linq.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.ReaderWriter.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.Serialization.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XDocument.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XmlDocument.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XmlSerializer.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XPath.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XPath.XDocument.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\WindowsBase.dll [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --target:exe [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --warn:3 [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --warnaserror:3239 [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --fullpaths [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --flaterrors [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --highentropyva+ [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --targetprofile:netcore [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --nocopyfsharpcore [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --deterministic+ [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 --simpleresolution [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 obj\Debug\net5.0\TestApp.AssemblyInfo.fs [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 obj\Debug\net5.0\.NETCoreApp,Version=v5.0.AssemblyAttributes.fs [xUnit.net 00:01:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Program.fs [xUnit.net 00:01:24.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:24.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》CoreCompile: [xUnit.net 00:01:24.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:24.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:24.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj... [xUnit.net 00:01:24.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:24.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:24.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:24.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:24.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:24.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:24.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》_CreateAppHost: [xUnit.net 00:01:24.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:24.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy1.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy2.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Build FAILED. [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy1.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy2.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 [xUnit.net 00:01:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:24.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 2 Error(s) [xUnit.net 00:01:24.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》 [xUnit.net 00:01:24.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] 》Time Elapsed 00:00:03.29 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore exited with 1 in 3492 ms. [xUnit.net 00:01:24.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:01:24.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [PASS] [xUnit.net 00:01:24.75] Output: [xUnit.net 00:01:24.75] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:01:24.75] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:24.75] 》Build started 4/8/2026 2:50:43 PM. [xUnit.net 00:01:24.75] 》 [xUnit.net 00:01:24.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:24.75] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:24.75] 》 Determining projects to restore... [xUnit.net 00:01:24.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:24.75] 》AddPrunePackageReferences: [xUnit.net 00:01:24.75] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:24.75] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:24.75] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:24.75] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:24.75] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:24.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:24.75] 》Restore: [xUnit.net 00:01:24.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:24.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:24.75] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:24.75] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:24.75] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:24.75] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\project.assets.json [xUnit.net 00:01:24.75] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj (in 376 ms). [xUnit.net 00:01:24.75] 》 [xUnit.net 00:01:24.75] 》 NuGet Config files used: [xUnit.net 00:01:24.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:24.75] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:24.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:24.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:24.75] 》 [xUnit.net 00:01:24.75] 》 Feeds used: [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:24.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:24.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:24.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:24.75] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:24.75] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.75] 》PrepareForBuild: [xUnit.net 00:01:24.75] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:24.75] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:24.75] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\Debug\net10.0\refint\". [xUnit.net 00:01:24.75] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:24.75] 》_GenerateSourceLinkFile: [xUnit.net 00:01:24.75] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:24.75] 》CoreCompile: [xUnit.net 00:01:24.75] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:24.75] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:24.75] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:24.75] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:24.75] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:24.75] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:24.76] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:24.76] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:24.76] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:24.76] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.76] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.76] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.76] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.76] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:24.76] 》_CreateAppHost: [xUnit.net 00:01:24.76] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:24.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy1.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy2.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:01:24.76] 》 [xUnit.net 00:01:24.76] 》Build FAILED. [xUnit.net 00:01:24.76] 》 [xUnit.net 00:01:24.76] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:01:24.76] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:01:24.76] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy1.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.76] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy2.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:24.76] 》 [xUnit.net 00:01:24.76] 》 0 Warning(s) [xUnit.net 00:01:24.76] 》 2 Error(s) [xUnit.net 00:01:24.76] 》 [xUnit.net 00:01:24.76] 》Time Elapsed 00:00:03.29 [xUnit.net 00:01:24.76] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_without_ids_specified [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:43 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj (in 376 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy1.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy2.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_GenerateRegFreeComManifest target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy1.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1171: An integer ID less than 65536 must be provided for type library 'dummy2.tlb' because more than one type library is specified. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 2 Error(s) 》 》Time Elapsed 00:00:03.29 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---ABA70458\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:01:24.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore': Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore Process ID: 4892 [xUnit.net 00:01:24.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:24.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Build started 4/8/2026 2:50:47 PM. [xUnit.net 00:01:24.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 [xUnit.net 00:01:25.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:25.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:25.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:25.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:25.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\project.assets.json [xUnit.net 00:01:25.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\project.assets.json [xUnit.net 00:01:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj (in 726 ms). [xUnit.net 00:01:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj (in 723 ms). [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:25.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:25.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:25.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:25.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:25.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:25.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:25.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:25.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:25.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:25.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:25.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:25.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:25.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:25.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:25.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:25.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:25.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:25.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:25.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:25.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:25.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Time Elapsed 00:00:24.61 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore exited with 0 in 24921 ms. [xUnit.net 00:01:25.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:25.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe Process ID: 4712 [xUnit.net 00:01:25.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] 》Native code failed (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 70 ms. [xUnit.net 00:01:25.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:25.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [PASS] [xUnit.net 00:01:25.62] Output: [xUnit.net 00:01:25.62] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:25.62] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:25.62] 》Build started 4/8/2026 2:50:12 PM. [xUnit.net 00:01:25.62] 》 [xUnit.net 00:01:25.62] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:25.62] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:25.62] 》 Determining projects to restore... [xUnit.net 00:01:25.62] 》Restore: [xUnit.net 00:01:25.62] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:25.62] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:25.62] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj... [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 77ms [xUnit.net 00:01:25.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 80ms [xUnit.net 00:01:25.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 74ms [xUnit.net 00:01:25.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 85ms [xUnit.net 00:01:25.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 121ms [xUnit.net 00:01:25.62] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 74ms [xUnit.net 00:01:25.62] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 96ms [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/1.10.0/libuv.1.10.0.nupkg Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 108ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 107ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 70ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 73ms [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 55ms [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 54ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 91ms [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/1.0.3/microsoft.netframework.referenceassemblies.net46.1.0.3.nupkg > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 88ms [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 78ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 89ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 82ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 94ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 98ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 96ms [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:01:25.63] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 122ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 72ms [xUnit.net 00:01:25.63] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 70ms [xUnit.net 00:01:25.63] 》 Installed Microsoft.NETCore.Platforms 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\1.0.1 with content hash 2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==. [xUnit.net 00:01:25.63] 》 Installed Libuv 1.10.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0 with content hash GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==. [xUnit.net 00:01:25.63] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net46 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3 with content hash NiiK1wNEKbDFxF08ybLkjwEn8g6SuIrUl/Y+jlAMcf3NsTtlU0JFRWFPJENV9yyZkW6nBxk/pniBlyZtE5fHwQ==. [xUnit.net 00:01:25.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:25.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:25.63] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\project.assets.json [xUnit.net 00:01:25.63] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj (in 7.98 sec). [xUnit.net 00:01:25.63] 》 [xUnit.net 00:01:25.63] 》 NuGet Config files used: [xUnit.net 00:01:25.63] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:25.63] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:25.63] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:25.63] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:25.63] 》 [xUnit.net 00:01:25.63] 》 Feeds used: [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json Process ID: 10004 [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:25.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:25.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:25.64] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:25.64] 》 [xUnit.net 00:01:25.64] 》 Installed: [xUnit.net 00:01:25.64] 》 3 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj [xUnit.net 00:01:25.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:25.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:25.64] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:25.64] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj] [xUnit.net 00:01:25.64] 》PrepareForBuild: [xUnit.net 00:01:25.64] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:25.64] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:25.64] 》CoreResGen: [xUnit.net 00:01:25.64] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:25.64] 》_GenerateSourceLinkFile: [xUnit.net 00:01:25.64] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:25.64] 》CoreCompile: [xUnit.net 00:01:25.64] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:25.64] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:25.64] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:25.64] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:25.64] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:25.64] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:25.64] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.64] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.64] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:25.64] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:25.64] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:25.64] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:25.64] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:25.64] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:25.64] 》_CopyAppConfigFile: [xUnit.net 00:01:25.64] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:25.64] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:25.64] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:25.64] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:25.64] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:25.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:25.64] 》 [xUnit.net 00:01:25.64] 》Build succeeded. [xUnit.net 00:01:25.64] 》 0 Warning(s) [xUnit.net 00:01:25.64] 》 0 Error(s) [xUnit.net 00:01:25.64] 》 [xUnit.net 00:01:25.64] 》Time Elapsed 00:00:10.57 [xUnit.net 00:01:25.64] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:25.64] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:25.64] 》Native code failed (MSIL) [xUnit.net 00:01:25.64] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:25.64] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:25.64] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:25.64] 》Build started 4/8/2026 2:50:23 PM. [xUnit.net 00:01:25.64] 》 [xUnit.net 00:01:25.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:25.64] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:25.64] 》 Determining projects to restore... [xUnit.net 00:01:25.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:25.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:25.64] 》AddPrunePackageReferences: [xUnit.net 00:01:25.64] 》 Loaded prune package data from framework packages [xUnit.net 00:01:25.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:25.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:25.64] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:25.64] 》AddPrunePackageReferences: [xUnit.net 00:01:25.64] 》 Loaded prune package data from framework packages [xUnit.net 00:01:25.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:25.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:25.64] 》Restore: [xUnit.net 00:01:25.64] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:25.64] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:25.64] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj... [xUnit.net 00:01:25.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.64] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app/index.json 132ms [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app/index.json 75ms [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app/index.json 74ms [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app/index.json 102ms [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app/index.json 64ms [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app/index.json 71ms [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app/index.json 68ms [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app/index.json [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app/index.json 59ms [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app/index.json 80ms [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app/1.1.2/microsoft.netcore.app.1.1.2.nupkg [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app/index.json 65ms [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app/index.json 90ms [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/1.3.0/microsoft.codeanalysis.visualbasic.1.3.0.nupkg [xUnit.net 00:01:25.65] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 57ms [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.65] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.csharp/1.3.0/microsoft.codeanalysis.csharp.1.3.0.nupkg [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/1.1.2/microsoft.netcore.dotnethostpolicy.1.1.2.nupkg [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/1.4.1/microsoft.diasymreader.native.1.4.1.nupkg [xUnit.net 00:01:25.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 53ms [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 64ms [xUnit.net 00:01:25.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 65ms [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 77ms [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 237ms [xUnit.net 00:01:25.66] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.66] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 154ms [xUnit.net 00:01:25.66] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 166ms [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 156ms [xUnit.net 00:01:25.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 270ms [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 372ms [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 281ms [xUnit.net 00:01:25.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 230ms [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 441ms [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 335ms [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.67] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 309ms [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 390ms [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 333ms [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 364ms [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 268ms [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.67] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.67] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 525ms [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json 597ms [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 601ms [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 559ms [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 617ms [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 503ms [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 657ms [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 528ms [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.common/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.common/1.3.0/microsoft.codeanalysis.common.1.3.0.nupkg [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.watcher/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 801ms [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 758ms [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 57ms [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.68] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 762ms [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.68] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.68] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.annotations/index.json [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 833ms [xUnit.net 00:01:25.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.watcher/4.3.0/system.io.filesystem.watcher.4.3.0.nupkg [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 891ms [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 749ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.3.0/system.collections.immutable.1.3.0.nupkg [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 832ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 297ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/4.3.1/runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.visualbasic/index.json [xUnit.net 00:01:25.69] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.annotations/4.3.0/system.componentmodel.annotations.4.3.0.nupkg [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 482ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 779ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 682ms [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 991ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.process/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 560ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 689ms [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 797ms [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.watcher/index.json 152ms [xUnit.net 00:01:25.69] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 149ms [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1020ms [xUnit.net 00:01:25.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/1.1.0/microsoft.netcore.dotnethostresolver.1.1.0.nupkg [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 963ms [xUnit.net 00:01:25.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.3.1/system.diagnostics.diagnosticsource.4.3.1.nupkg [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 132ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.annotations/index.json 123ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.watcher/index.json 325ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.watcher/index.json 358ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 135ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.watcher/index.json 588ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.watcher/index.json 161ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 573ms [xUnit.net 00:01:25.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1129ms [xUnit.net 00:01:25.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 290ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 354ms [xUnit.net 00:01:25.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 433ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 551ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1006ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 632ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.watcher/index.json 444ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.watcher/index.json 668ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.watcher/index.json 749ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 614ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 558ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 274ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 994ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 650ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 843ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 210ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.memorymappedfiles/index.json 338ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.memorymappedfiles/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 890ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1075ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 196ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.watcher/index.json 870ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1169ms [xUnit.net 00:01:25.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.memorymappedfiles/4.3.0/system.io.memorymappedfiles.4.3.0.nupkg [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.visualbasic/index.json 894ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.unmanagedmemorystream/4.3.0/system.io.unmanagedmemorystream.4.3.0.nupkg [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.memorymappedfiles/index.json 58ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.memorymappedfiles/index.json 55ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 275ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 276ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 316ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.watcher/index.json 682ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.annotations/index.json 365ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.parallel/index.json [xUnit.net 00:01:25.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.parallel/4.3.0/system.linq.parallel.4.3.0.nupkg [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 487ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 611ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 343ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1151ms [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 231ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1249ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 190ms [xUnit.net 00:01:25.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 852ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 742ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.annotations/index.json 1022ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.parallel/index.json 363ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 440ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.memorymappedfiles/index.json 376ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.memorymappedfiles/index.json 463ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.memorymappedfiles/index.json 483ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.memorymappedfiles/index.json 501ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.memorymappedfiles/index.json 308ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:25.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/4.3.0/system.linq.queryable.4.3.0.nupkg [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.memorymappedfiles/index.json 621ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.memorymappedfiles/index.json 349ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.nameresolution/index.json [xUnit.net 00:01:25.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 418ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 350ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 361ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 431ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1068ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 432ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.parallel/index.json 459ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.memorymappedfiles/index.json 632ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.parallel/index.json 454ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.parallel/index.json 380ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.parallel/index.json 296ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.parallel/index.json 485ms [xUnit.net 00:01:25.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:25.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/4.3.0/system.net.requests.4.3.0.nupkg [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.parallel/index.json 464ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.parallel/index.json 344ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.parallel/index.json 472ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.parallel/index.json 494ms [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.watcher/index.json 1185ms [xUnit.net 00:01:25.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.nameresolution/index.json 396ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.annotations/index.json 1241ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 314ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 168ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 472ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 212ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 183ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 422ms [xUnit.net 00:01:25.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.2/system.net.http.4.3.2.nupkg [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 612ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 335ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 497ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 551ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 583ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.nameresolution/index.json 295ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.nameresolution/index.json 205ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.nameresolution/index.json 503ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.nameresolution/index.json 209ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.nameresolution/index.json 287ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.nameresolution/index.json 347ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.nameresolution/index.json 427ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.nameresolution/index.json 384ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 565ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.nameresolution/index.json 563ms [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 192ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 369ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 628ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 206ms [xUnit.net 00:01:25.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 454ms [xUnit.net 00:01:25.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/4.3.0/system.net.webheadercollection.4.3.0.nupkg [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.security/index.json [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 285ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 350ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 350ms [xUnit.net 00:01:25.76] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.76] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 332ms [xUnit.net 00:01:25.76] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1243ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 527ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1558ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1306ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 494ms [xUnit.net 00:01:25.76] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.security/4.3.1/system.net.security.4.3.1.nupkg [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 314ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 234ms [xUnit.net 00:01:25.76] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.76] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.76] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 338ms [xUnit.net 00:01:25.76] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 519ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 461ms [xUnit.net 00:01:25.76] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 206ms [xUnit.net 00:01:25.76] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 606ms [xUnit.net 00:01:25.76] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.76] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.76] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 196ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 262ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 325ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 359ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.security/index.json 157ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.security/index.json 184ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.numerics.vectors/index.json [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 527ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.process/index.json 1837ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 279ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.security/index.json 326ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.security/index.json 387ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.dispatchproxy/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.process/index.json 1812ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.numerics.vectors/4.3.0/system.numerics.vectors.4.3.0.nupkg [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.security/index.json 463ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.visualbasic/index.json 1571ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 387ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.security/index.json 358ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.dispatchproxy/4.3.0/system.reflection.dispatchproxy.4.3.0.nupkg [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 476ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 768ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.visualbasic/index.json 1777ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.security/index.json 599ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1938ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/1.1.2/microsoft.netcore.runtime.coreclr.1.1.2.nupkg [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.annotations/index.json 1801ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.security/index.json 590ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 661ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadata/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1771ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 1000ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.annotations/index.json 1785ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 953ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.reader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.security/index.json 800ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.reader/4.3.0/system.resources.reader.4.3.0.nupkg [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/1.4.1/system.reflection.metadata.1.4.1.nupkg [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.numerics.vectors/index.json 241ms [xUnit.net 00:01:25.77] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.numerics.vectors/index.json 254ms [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.numerics.vectors/index.json 706ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.77] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 186ms [xUnit.net 00:01:25.77] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.visualbasic/index.json 2044ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.numerics.vectors/index.json 561ms [xUnit.net 00:01:25.78] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.visualbasic/10.1.0/microsoft.visualbasic.10.1.0.nupkg [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.nameresolution/index.json 1174ms [xUnit.net 00:01:25.78] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 240ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.numerics.vectors/index.json 511ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.numerics.vectors/index.json 674ms [xUnit.net 00:01:25.78] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.numerics.vectors/index.json 823ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.numerics.vectors/index.json 704ms [xUnit.net 00:01:25.78] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.visualbasic/index.json 2202ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.security/index.json 947ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.loader/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.visualbasic/index.json 2093ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.security/index.json 1066ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 1078ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 588ms [xUnit.net 00:01:25.78] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 764ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 592ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 623ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 673ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 2046ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2082ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2053ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.process/index.json 2344ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1986ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.process/index.json 2286ms [xUnit.net 00:01:25.78] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.reader/index.json 706ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.loader/index.json 540ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.annotations/index.json 2171ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.loader/index.json 567ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.loader/index.json 511ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.numerics.vectors/index.json 743ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.numerics.vectors/index.json 1059ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.numerics.vectors/index.json 761ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadata/index.json 431ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadata/index.json 490ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2270ms [xUnit.net 00:01:25.78] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 944ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 1153ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 1277ms [xUnit.net 00:01:25.78] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.reader/index.json 447ms [xUnit.net 00:01:25.78] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.reader/index.json 645ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.parallel/index.json 1692ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.reader/index.json 523ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.reader/index.json 725ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.reader/index.json 646ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.reader/index.json 732ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.reader/index.json 815ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.annotations/index.json 2264ms [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.reader/index.json 752ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.loader/index.json 526ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.loader/index.json 570ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2013ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1978ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadata/index.json 841ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 765ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadata/index.json 854ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.dataflow/index.json [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.loader/index.json 274ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2497ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2352ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.loader/index.json 338ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.dataflow/4.7.0/system.threading.tasks.dataflow.4.7.0.nupkg [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 2317ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.loader/index.json 524ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 1164ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.loader/index.json 548ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.loader/index.json 545ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.visualbasic/index.json 2369ms [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 79ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 140ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.79] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 115ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 97ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 290ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 412ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 246ms [xUnit.net 00:01:25.79] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 628ms [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.79] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 1021ms [xUnit.net 00:01:25.80] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 817ms [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 572ms [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 673ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 981ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 692ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 620ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 674ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 648ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.4.3.0.nupkg [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 3251ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 709ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.visualbasic/index.json 2618ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 649ms [xUnit.net 00:01:25.80] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.process/index.json 2797ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 615ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 3125ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 2876ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 3077ms [xUnit.net 00:01:25.80] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 680ms [xUnit.net 00:01:25.80] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 2840ms [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 3290ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 2885ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 3031ms [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.80] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore exited with 0 in 22423 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore Process ID: 1348 [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.visualbasic/index.json 2729ms [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 3045ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.jit/index.json 636ms [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 2740ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 737ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.jit/index.json 639ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.process/index.json 2967ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 767ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 835ms [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 814ms [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadata/index.json 1539ms [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 2945ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.visualbasic/index.json 3058ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 753ms [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 699ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.process/index.json 2864ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.jit/index.json 735ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.process/index.json 2929ms [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 3114ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.process/index.json 3304ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 893ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 927ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 949ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 988ms [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1056ms [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1094ms [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.81] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.jit/index.json [xUnit.net 00:01:25.81] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1141ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1180ms [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1256ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.process/index.json 3296ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.jit/1.1.2/microsoft.netcore.jit.1.1.2.nupkg [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.reader/index.json 1626ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.annotations/index.json 3320ms [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.reader/index.json 1675ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.visualbasic/index.json 3308ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadata/index.json 1861ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.annotations/index.json 3263ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.process/index.json 3404ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.jit/index.json 87ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.jit/index.json 145ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.loader/index.json 1581ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 86ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 84ms [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 574ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 106ms [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 266ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.jit/index.json 597ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 639ms [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 494ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 444ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 290ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 542ms [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 540ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 261ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 642ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 638ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 447ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 627ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.82] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 665ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 157ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 689ms [xUnit.net 00:01:25.82] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 650ms [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.82] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 612ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 769ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 778ms [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 770ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 761ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 756ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.jit/index.json 607ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 818ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.registry/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 484ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 578ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 818ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 623ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.jit/index.json 743ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.jit/index.json 524ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 520ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 345ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 361ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 786ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 399ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 553ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 996ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 986ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1019ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 929ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1041ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 620ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1137ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1053ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.jit/index.json 874ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1156ms [xUnit.net 00:01:25.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 753ms [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 1594ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 941ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.jit/index.json 1148ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 791ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1095ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 869ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 965ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 999ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1201ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal.windows/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 1007ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1185ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1157ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1040ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 745ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1151ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1069ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 633ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 734ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 744ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 784ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.84] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.security/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 765ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 679ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 805ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 818ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 617ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 892ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.84] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1103ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 956ms [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 1228ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1037ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 983ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 553ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal/index.json [xUnit.net 00:01:25.84] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 1154ms [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.84] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath.xdocument/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1155ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 750ms [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1030ms [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1089ms [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 693ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.overlapped/index.json 776ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 752ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1061ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1110ms [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 635ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.claims/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.overlapped/index.json 798ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.registry/index.json 644ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.registry/index.json 721ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.registry/index.json 817ms [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.registry/index.json 887ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.85] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1070ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1113ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1130ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1099ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 1514ms [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.85] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 1469ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.overlapped/index.json 643ms [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 636ms [xUnit.net 00:01:25.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1465ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.registry/index.json 861ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1200ms [xUnit.net 00:01:25.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 640ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 652ms [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 648ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 648ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 651ms [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 646ms [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 631ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 631ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 637ms [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 641ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 548ms [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 616ms [xUnit.net 00:01:25.86] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 577ms [xUnit.net 00:01:25.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 558ms [xUnit.net 00:01:25.86] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.86] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 548ms [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1764ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal.windows/index.json 551ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal.windows/index.json 524ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal.windows/index.json 491ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal.windows/index.json 523ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal.windows/index.json 521ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 733ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.security/index.json 509ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal.windows/index.json 519ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal.windows/index.json 512ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.security/index.json 468ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.security/index.json 511ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.security/index.json 444ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal/index.json 426ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.claims/index.json 451ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal/index.json 418ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal/index.json 419ms [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal/index.json 455ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal/index.json 428ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.codepages/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal/index.json 452ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 429ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.claims/index.json 435ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 433ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:25.87] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethost/1.1.0/microsoft.netcore.dotnethost.1.1.0.nupkg [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal/index.json 441ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 445ms [xUnit.net 00:01:25.87] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 445ms [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.87] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 456ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 461ms [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 465ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 465ms [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 471ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.claims/index.json 472ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 468ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.claims/index.json 462ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 481ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 481ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.claims/index.json 482ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.claims/index.json 489ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 499ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 495ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 500ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.claims/index.json 487ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 502ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 501ms [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 509ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 507ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 510ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 512ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 503ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 503ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 503ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 854ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 514ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 2101ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2096ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 588ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal/index.json 690ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 481ms [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 476ms [xUnit.net 00:01:25.88] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.88] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.88] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 486ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 435ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 493ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 462ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 498ms [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.overlapped/index.json [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 440ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 440ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 435ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 437ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 437ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 424ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 448ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 424ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 421ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 416ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1644ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.0.0/system.console.4.0.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 417ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.codepages/index.json 421ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1648ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 411ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.codepages/index.json 402ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 393ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 397ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 393ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 396ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.codepages/index.json 403ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 401ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.stacktrace/4.0.1/system.diagnostics.stacktrace.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.codepages/index.json 379ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 378ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 369ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.codepages/index.json 367ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 367ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 363ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 408ms [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 383ms [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.89] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.overlapped/4.3.0/system.threading.overlapped.4.3.0.nupkg [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 384ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 405ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 410ms [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 421ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 418ms [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 418ms [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.89] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.89] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 434ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 422ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 439ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 435ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 449ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 449ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 447ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 496ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 480ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 477ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 476ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 478ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 482ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 484ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 490ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 482ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 469ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 470ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 444ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 479ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 448ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 451ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 464ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 440ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 441ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 439ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 466ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2516ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 465ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.overlapped/index.json 463ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.overlapped/index.json 452ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.overlapped/index.json 465ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 1994ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 315ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 588ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 702ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 282ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 285ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 284ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 281ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 243ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 271ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath/index.json 257ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 264ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath/index.json 242ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath/index.json 175ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2177ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath/index.json 148ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2120ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2578ms [xUnit.net 00:01:25.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2140ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2592ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2210ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 277ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2562ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2550ms [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 2568ms [xUnit.net 00:01:25.90] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath/index.json [xUnit.net 00:01:25.90] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg [xUnit.net 00:01:25.90] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.registry/index.json 1935ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2550ms [xUnit.net 00:01:25.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.registry/index.json 1961ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2367ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.registry/index.json 2110ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.overlapped/index.json 1970ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.overlapped/index.json 1998ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.registry/index.json 2117ms [xUnit.net 00:01:25.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2450ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath/index.json 309ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 2653ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2513ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 2752ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.overlapped/index.json 2110ms [xUnit.net 00:01:25.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 2526ms [xUnit.net 00:01:25.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 2613ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2527ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 2516ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 2446ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2492ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.registry/index.json 2171ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 2443ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 2005ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 405ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath/index.json 402ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal.windows/index.json 1729ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 1968ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 525ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1967ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 1970ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 2000ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1998ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 1915ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1889ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 1896ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 1976ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1867ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1893ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 1836ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1868ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 1843ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 414ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath/index.json 427ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 427ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 1860ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath/index.json 417ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 1840ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 1836ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 1843ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal.windows/index.json 1777ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal.windows/index.json 1780ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.security/index.json 1805ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath/index.json 378ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.security/index.json 1773ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.security/index.json 1746ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.security/index.json 1839ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal/index.json 1715ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.claims/index.json 1712ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal/index.json 1720ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal/index.json 1725ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1741ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.claims/index.json 1753ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 1805ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.claims/index.json 1754ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 1800ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath/index.json 465ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 1807ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 477ms [xUnit.net 00:01:25.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 509ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 1797ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1808ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 1809ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.claims/index.json 1944ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath/index.json 633ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 1911ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 1938ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 1947ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 1933ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 1977ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 1977ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2004ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 664ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 691ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2004ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1977ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 1952ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1974ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 1992ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 2003ms [xUnit.net 00:01:25.92] 》 Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 0dxcIxhroiZzcekjl4MmbubRN4oNx5XuegS09A1foTs4c9TS8EV5AEZJGkN/WiPKIF7RnRk3b8mRflnv2SQp5Q==. [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2027ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 1991ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 1998ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1974ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1964ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 1981ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2045ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 1844ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 1878ms [xUnit.net 00:01:25.92] 》 Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 0k5qPXl0zs6yzc6IQYPbcQlrTdLEP2Mcs9AGcrMh8jq7pOfzL9B3xwc/e/EJPVITju3YsT+BNOI5voeOKY/KuA==. [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 1868ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.codepages/index.json 1827ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 1825ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 1759ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 1736ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 1750ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 1764ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 1743ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 1803ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 2180ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 2401ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 2377ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 2387ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 2374ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 2389ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 2384ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 2374ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 2344ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.overlapped/index.json 2302ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 2287ms [xUnit.net 00:01:25.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.overlapped/index.json 2286ms [xUnit.net 00:01:25.92] 》 Installed Microsoft.CodeAnalysis.Analyzers 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0 with content hash HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==. [xUnit.net 00:01:25.92] 》 Installed Microsoft.CodeAnalysis.CSharp 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0 with content hash BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==. [xUnit.net 00:01:25.92] 》 Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.openssl\4.3.1 with content hash ZFr1MDwzRCYWA883RSjxB4exm8bHlqQjI+yRdYd7zCvFAh2t1107U0ONRgn1zf5Bte2kowThZHE9DVdvuKlBsw==. [xUnit.net 00:01:25.92] 》 Installed System.Threading.ThreadPool 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0 with content hash k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==. [xUnit.net 00:01:25.92] 》 Installed System.Collections.Immutable 1.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0 with content hash Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==. [xUnit.net 00:01:25.92] 》 Installed System.Runtime.Handles 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.0.1 with content hash nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==. [xUnit.net 00:01:25.92] 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash l8EbzaU7q/YF/JArw7wzbKw7Bd3vxL4WUu9X4WGXfJYRIOe45i5wW+XbAVSkfghucM/eYKFb6/hNio7+N0AIkg==. [xUnit.net 00:01:25.92] 》 Installed Microsoft.NETCore.Windows.ApiSets 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.windows.apisets\1.0.1 with content hash SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==. [xUnit.net 00:01:25.92] 》 Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 4S+URvA5tdIA8DxsYe/+Neffgzbfl4WaZK6I1nLEzqRxfSuTqjVySBagCQSCnGkJsSMrjbZwtRu8K1I1pbbSJg==. [xUnit.net 00:01:25.92] 》 Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash aNIww1R7bC0tk/2u4Gtrom6afjlJlGsFm7mko/ymrbmdYIyso5cPBXjGaj2qIHup8p53LTvX4ED9mxMaK4guLQ==. [xUnit.net 00:01:25.92] 》 Installed System.Resources.Reader 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0 with content hash AeSwdrdgsRnGRJDofYEJPlotJm6gDDg6WJ1/1lX2Yq8bPwicba7lanPi7adK0SE58zgN5PcGg/h0tuZS+IRAdw==. [xUnit.net 00:01:25.92] 》 Installed System.Security.Principal.Windows 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal.windows\4.3.0 with content hash HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==. [xUnit.net 00:01:25.92] 》 Installed Microsoft.Win32.Registry 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.registry\4.3.0 with content hash Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==. [xUnit.net 00:01:25.92] 》 Installed System.Security.Cryptography.Csp 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.csp\4.3.0 with content hash X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==. [xUnit.net 00:01:25.92] 》 Installed System.Threading.Overlapped 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.overlapped\4.3.0 with content hash m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==. [xUnit.net 00:01:25.93] 》 Installed System.Reflection.DispatchProxy 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0 with content hash vFln4g7zbLRyJbioExbMaW4BGuE2urDE2IKQk02x1y1uhQWntD+4rcYA4xQGJ19PlMdYPMWExHVQj3zKDODBFw==. [xUnit.net 00:01:25.93] 》 Installed System.Console 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.0.0 with content hash qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.NETCore.Runtime.CoreCLR 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.runtime.coreclr\1.1.2 with content hash 3O8EaWa5E+xDmNqVqmbrfxy6x+QQ87XPXv47sek1jkRrFac7j+ObsH0URWJRHJt/5nJpvEN7sb2KG0o/AM9nvg==. [xUnit.net 00:01:25.93] 》 Installed System.ComponentModel.Annotations 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0 with content hash SY2RLItHt43rd8J9D8M8e8NM4m+9WLN2uUd9G0n1I4hj/7w+v3pzK6ZBjexlG1/2xvLKQsqir3UGVSyBTXMLWA==. [xUnit.net 00:01:25.93] 》 Installed System.IO.FileSystem 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.0.1 with content hash IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==. [xUnit.net 00:01:25.93] 》 Installed System.Diagnostics.Process 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0 with content hash J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.NETCore.DotNetHostPolicy 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethostpolicy\1.1.2 with content hash nes7MaBG1zWz44m+zR4SDiOVmpCFiY49BcJGRaIO0TqjsLZmuUQVXEGcNZFlme95dlaki9QYJr4FK5NKNlPA6Q==. [xUnit.net 00:01:25.93] 》 Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash oDfS0Alq+mluluapkR7A3rPd9bieNhwNzrJCPC2VEfJ2kzSm4tHuGObp+Ybk7l9jIyvM3K7SNNPtkphoGFA9jw==. [xUnit.net 00:01:25.93] 》 Installed runtime.native.System.Net.Http 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.http\4.3.0 with content hash ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==. [xUnit.net 00:01:25.93] 》 Installed System.Diagnostics.DiagnosticSource 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1 with content hash j72A3mwamUXPgDIU1TWyzea7yqz59+iO2cmXuyzvcfuszWGq9JRbWify1k33lLQophaXOIyhPkEevfP0k4M3wg==. [xUnit.net 00:01:25.93] 》 Installed System.Collections.Immutable 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0 with content hash zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==. [xUnit.net 00:01:25.93] 》 Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash SjraAtZSVwYLpU+pFfSoflen6k9jZ8p7sojFfyXUKprFc7iSN+jjl0qUT1maZBQHv8bAX0nrUaQhZnWsLY8v9w==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.NETCore.Jit 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.jit\1.1.2 with content hash mgCxxN+3/0tNuF29pUCbjS3ag4DDmgxwYQXvGW4wyD5N7bAUysxOvMw7Fx/eQZKoCh5cH5LQ0w/5/o6vQmMhRQ==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.NETCore.App 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app\1.1.2 with content hash fcN0Ob6rjY7Zu0770cA5l9wRJvj7+ltJPPdryUidejkkhao+y2AYrtezBTlP9nCSFXLmYR9BtaknORT17x8reA==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.CodeAnalysis.Common 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0 with content hash V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==. [xUnit.net 00:01:25.93] 》 Installed System.Numerics.Vectors 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0 with content hash uAIqmwiQPPXdCz59MQcyHwsH2MzIv24VGCS54kP/1GzTRTuU3hazmiPnGUTlKFia4B1DnbLWjTHoGyTI5BMCTQ==. [xUnit.net 00:01:25.93] 》 Installed runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.apple\4.3.0 with content hash DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==. [xUnit.net 00:01:25.93] 》 Installed System.Runtime.Loader 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.loader\4.3.0 with content hash DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==. [xUnit.net 00:01:25.93] 》 Installed System.Net.Security 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1 with content hash qYnDntmrrHXUAhA+v2Kve8onMjJ2ZryQvx7kjGhW88c0IgA9B+q2M8b3l76HFBeotufDbAJfOvLEP32PS4XIKA==. [xUnit.net 00:01:25.93] 》 Installed System.Diagnostics.StackTrace 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.stacktrace\4.0.1 with content hash 6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.VisualBasic 10.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0 with content hash jgBfelga8QHZDTtUBtLNgcDPuXzaplCeXLqQcf5qB4jeVdPpX1AtnZnGeHbbi2tmp+P96hgI+KhXbUN567K60Q==. [xUnit.net 00:01:25.93] 》 Installed System.IO.UnmanagedMemoryStream 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0 with content hash tS89nK7pw8ebkkEfWujA05+ZReHKzz39W+bcX1okVR0GJCJuzPyfYfQZyiLSrjp121BB5J4uewZQiUTKri2pSQ==. [xUnit.net 00:01:25.93] 》 Installed System.Xml.XPath.XDocument 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xpath.xdocument\4.0.1 with content hash FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==. [xUnit.net 00:01:25.93] 》 Installed System.Net.Http 4.3.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2 with content hash y7hv0o0weI0j0mvEcBOdt1F3CAADiWlcw3e54m8TfYiRmBPDIsHElx8QUPDlY4x6yWXKPGN0Z2TuXCTPgkm5WQ==. [xUnit.net 00:01:25.93] 》 Installed System.Xml.XPath 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xpath\4.0.1 with content hash UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==. [xUnit.net 00:01:25.93] 》 Installed System.Net.NameResolution 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0 with content hash AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==. [xUnit.net 00:01:25.93] 》 Installed System.Text.Encoding.CodePages 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.codepages\4.0.1 with content hash h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==. [xUnit.net 00:01:25.93] 》 Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash ipj8GE8R8qgVm3ta13cTVQRR7LVj11x7SbC4Cpu5rgAEwoXcujwqHcWOhb+8KPMPNLTXWdZcwmv7d7HLayAF3w==. [xUnit.net 00:01:25.93] 》 Installed System.AppContext 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.1.0 with content hash 3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==. [xUnit.net 00:01:25.93] 》 Installed System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.openssl\4.3.0 with content hash h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.NETCore.DotNetHostResolver 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethostresolver\1.1.0 with content hash xf7RRVJ4M1w1Hg9TTzTH4g+zFqGtu6uXBjpcyy+o5UYrRj44dtJkmlnc1OnoKQFU0pZ8i9C8eNbSeqq/p6n19w==. [xUnit.net 00:01:25.93] 》 Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash rbS6BNuxMvqAT0Sa4AlvHlHyWT4+1vtZHO9+R2A0udgOTIgIWu2+mKJVDO4AcHjCVVqB6WqSGcAQLx3QoXBy4Q==. [xUnit.net 00:01:25.93] 》 Installed System.Reflection.Emit.Lightweight 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.lightweight\4.3.0 with content hash oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==. [xUnit.net 00:01:25.93] 》 Installed System.Threading.Tasks.Dataflow 4.7.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0 with content hash wcKLDI8tN5KpcMcTQwXfcLHrFdfINIxDBOZS3rE8QqOds/0fRhCkR+IEfQokxT7s/Yluqk+LG/ZqZdQmA/xgCw==. [xUnit.net 00:01:25.93] 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\4.3.0 with content hash kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==. [xUnit.net 00:01:25.93] 》 Installed System.IO.FileSystem.Watcher 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0 with content hash 37IDFU2w6LJ4FrohcVlV1EXviUmAOJIbejVgOUtNaPQyeZW2D/0QSkH8ykehoOd19bWfxp3RRd0xj+yRRIqLhw==. [xUnit.net 00:01:25.93] 》 Installed System.Security.Claims 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.claims\4.3.0 with content hash P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==. [xUnit.net 00:01:25.93] 》 Installed System.Linq.Parallel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0 with content hash td7x21K8LalpjTWCzW/nQboQIFbq9i0r+PCyBBCdLWWnm4NBcdN18vpz/G9hCpUaCIfRL+ZxJNVTywlNlB1aLQ==. [xUnit.net 00:01:25.93] 》 Installed System.IO.MemoryMappedFiles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0 with content hash mz2JJFxCQLdMzXVOPyVibDKDKFZey66YHgQy8M1/vUCQzMSrbiXhpsyV04vSlBeqQUdM7wTL2WG+X3GZALKsIQ==. [xUnit.net 00:01:25.93] 》 Installed System.Xml.XmlDocument 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.0.1 with content hash 2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==. [xUnit.net 00:01:25.93] 》 Installed System.Diagnostics.FileVersionInfo 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.fileversioninfo\4.0.0 with content hash qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==. [xUnit.net 00:01:25.93] 》 Installed System.Linq.Queryable 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0 with content hash In1Bmmvl/j52yPu3xgakQSI0YIckPUr870w4K5+Lak3JCCa8hl+my65lABOuKfYs4ugmZy25ScFerC4nz8+b6g==. [xUnit.net 00:01:25.93] 》 Installed System.Security.Principal 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0 with content hash I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.NETCore.DotNetHost 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethost\1.1.0 with content hash 1xk/a9uXjJWDQqXw8l4067aoNwUfugq4UVQQinlIM2W4posm0+wcW+bi3uKuyufsjG6KBhlCqKuFBqa5DXO6ug==. [xUnit.net 00:01:25.93] 》 Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash G1OTN/JU9rdQz9fj1eLHOLs7+8lFp7bp+H89h8AEV/Wa4kVZVwoi6DqnjEjJfFWjYZvGPDi9o95VWjeKG5gLkg==. [xUnit.net 00:01:25.93] 》 Installed runtime.native.System.Net.Security 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.security\4.3.0 with content hash M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==. [xUnit.net 00:01:25.93] 》 Installed System.Reflection.Metadata 1.4.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1 with content hash tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==. [xUnit.net 00:01:25.93] 》 Installed System.Reflection.Metadata 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0 with content hash jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==. [xUnit.net 00:01:25.93] 》 Installed System.Net.WebHeaderCollection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0 with content hash XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.DiaSymReader.Native 1.4.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.4.1 with content hash oi9LCkKzSm7WgI0LsODDQUQdzldNdv9BU/QDoW9QMu+uN4baJXANkTWrjc2+aTqeftyhPXF1fn/m9jPo7mJ6FA==. [xUnit.net 00:01:25.93] 》 Installed System.Security.Cryptography.Cng 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.cng\4.3.0 with content hash 03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==. [xUnit.net 00:01:25.93] 》 Installed System.Threading.Thread 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0 with content hash OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==. [xUnit.net 00:01:25.93] 》 Installed System.Net.Requests 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0 with content hash OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==. [xUnit.net 00:01:25.93] 》 Installed System.Threading.Tasks.Parallel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0 with content hash cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==. [xUnit.net 00:01:25.93] 》 Installed Microsoft.CodeAnalysis.VisualBasic 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.visualbasic\1.3.0 with content hash Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==. [xUnit.net 00:01:25.93] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:25.93] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:25.93] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\project.assets.json [xUnit.net 00:01:25.93] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj (in 20.29 sec). [xUnit.net 00:01:25.93] 》 [xUnit.net 00:01:25.93] 》 NuGet Config files used: [xUnit.net 00:01:25.93] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:25.93] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:25.93] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:25.94] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:25.94] 》 [xUnit.net 00:01:25.94] 》 Feeds used: [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore exited with 0 in 5404 ms. [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore Process ID: 8144 [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore exited with 0 in 3796 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore [xUnit.net 00:01:25.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json Process ID: 1132 [xUnit.net 00:01:25.94] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:25.94] 》 [xUnit.net 00:01:25.94] 》 Installed: [xUnit.net 00:01:25.94] 》 78 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj [xUnit.net 00:01:25.94] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:25.94] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:25.94] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:25.94] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:25.94] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:25.94] 》PrepareForBuild: [xUnit.net 00:01:25.94] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:25.94] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:25.94] 》CoreResGen: [xUnit.net 00:01:25.94] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:25.94] 》_GenerateSourceLinkFile: [xUnit.net 00:01:25.94] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:25.94] 》CoreCompile: [xUnit.net 00:01:25.94] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:25.94] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:25.94] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:25.94] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:25.94] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:25.94] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:25.94] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.94] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.94] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:25.94] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:25.94] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:25.94] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:25.94] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:25.94] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:25.94] 》_CopyAppConfigFile: [xUnit.net 00:01:25.94] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:25.94] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:25.94] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:25.94] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:25.94] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:25.94] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:25.94] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:25.94] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:25.94] 》PrepareForBuild: [xUnit.net 00:01:25.94] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:25.94] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:25.94] 》CoreResGen: [xUnit.net 00:01:25.94] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:25.94] 》_GenerateSourceLinkFile: [xUnit.net 00:01:25.94] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:25.94] 》CoreCompile: [xUnit.net 00:01:25.94] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:25.94] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:25.94] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:25.95] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:25.95] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:25.95] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:25.95] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.95] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:25.95] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:25.95] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.95] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.95] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.95] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.95] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:25.95] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:25.95] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:25.95] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:25.95] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:25.95] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:25.95] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:25.95] 》 [xUnit.net 00:01:25.95] 》Build succeeded. [xUnit.net 00:01:25.95] 》 [xUnit.net 00:01:25.95] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:25.95] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:25.95] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:25.95] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:25.95] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:25.95] 》 [xUnit.net 00:01:25.95] 》 [xUnit.net 00:01:25.95] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:25.95] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:25.95] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:25.95] 》 [xUnit.net 00:01:25.95] 》 2 Warning(s) [xUnit.net 00:01:25.95] 》 0 Error(s) [xUnit.net 00:01:25.95] 》 [xUnit.net 00:01:25.95] 》Time Elapsed 00:00:24.61 [xUnit.net 00:01:25.95] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:25.95] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:25.95] 》Native code failed (MSIL) [xUnit.net 00:01:25.95] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\netstandard1.6\FSharp.Core.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\FSharp.Core.dll". [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.fsproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.fsproj.Up2Date". [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.exe". [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build started 4/8/2026 2:50:48 PM. [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:25.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:25.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:26.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.dll". [xUnit.net 00:01:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:26.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.dll [xUnit.net 00:01:26.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.pdb". [xUnit.net 00:01:26.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:26.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:26.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Build target(s)). [xUnit.net 00:01:26.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:26.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:26.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Build succeeded. [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target) (1) -> [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target) (1) -> [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Build target) (1:7) -> [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 3 Warning(s) [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》 [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] 》Time Elapsed 00:00:22.16 [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:26.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:26.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:26.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:26.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:26.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore' exited with exit code 0. [xUnit.net 00:01:26.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [PASS] [xUnit.net 00:01:26.14] Output: [xUnit.net 00:01:26.14] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore': [xUnit.net 00:01:26.14] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:26.14] 》Build started 4/8/2026 2:50:26 PM. [xUnit.net 00:01:26.14] 》 [xUnit.net 00:01:26.14] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" on node 1 (Restore target(s)). [xUnit.net 00:01:26.14] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:26.14] 》 Determining projects to restore... [xUnit.net 00:01:26.14] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:26.14] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:26.14] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:26.14] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:26.14] 》Restore: [xUnit.net 00:01:26.14] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:26.14] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:26.14] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj... [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fsharp.core/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fsharp.core/4.2.3/fsharp.core.4.2.3.nupkg [xUnit.net 00:01:26.14] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fsharp.core/index.json 136ms [xUnit.net 00:01:26.14] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fsharp.core/index.json 109ms [xUnit.net 00:01:26.14] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fsharp.core/index.json 107ms [xUnit.net 00:01:26.14] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fsharp.core/index.json 60ms [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.14] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fsharp.core/index.json 168ms [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.14] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.14] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 58ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 70ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 196ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 179ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 212ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 275ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 262ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 657ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 169ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 299ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/4.0.1/system.linq.queryable.4.0.1.nupkg [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 295ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 694ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 699ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 366ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 222ms [xUnit.net 00:01:26.15] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.0.0/system.console.4.0.0.nupkg [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 680ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 270ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 315ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 377ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 246ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 375ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 287ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 222ms [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 388ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.15] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 182ms [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.15] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 391ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 389ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 112ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 109ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 119ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 299ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 440ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 382ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 520ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 447ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 520ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 537ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 533ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 551ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 448ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 420ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 509ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 510ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 373ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 340ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 332ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 274ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/4.0.11/system.net.requests.4.0.11.nupkg [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 57ms [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 85ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 68ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 135ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 55ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 200ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 161ms [xUnit.net 00:01:26.16] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 178ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 242ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 320ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 202ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 354ms [xUnit.net 00:01:26.16] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 379ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 267ms [xUnit.net 00:01:26.16] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 332ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 234ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 384ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 587ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 284ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 312ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 477ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 606ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 592ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 405ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 352ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 517ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 450ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 225ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 458ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 469ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 785ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 225ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 451ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 382ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 400ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 257ms [xUnit.net 00:01:26.17] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 541ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 500ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 232ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 466ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 207ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 205ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 617ms [xUnit.net 00:01:26.17] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 366ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 240ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json [xUnit.net 00:01:26.17] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 234ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 216ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 242ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 236ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 286ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 252ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 258ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 268ms [xUnit.net 00:01:26.17] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 267ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 268ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 270ms [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 257ms [xUnit.net 00:01:26.17] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json [xUnit.net 00:01:26.17] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.17] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 261ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 224ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 307ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 230ms [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/4.0.1/system.net.webheadercollection.4.0.1.nupkg [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 223ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 241ms [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 227ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 249ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 864ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 259ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 68ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 69ms [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 101ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 202ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 106ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 295ms < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore exited with 0 in 3504 ms. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe Process ID: 5896 < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 125 ms. [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 273ms Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore Process ID: 1192 [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/index.json < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore exited with 0 in 5040 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 136ms Process ID: 6756 [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 106ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 935ms [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 297ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 308ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 866ms [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 679ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 243ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 751ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 835ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 711ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 671ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 640ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 641ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 656ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 735ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 646ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 665ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 621ms [xUnit.net 00:01:26.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 619ms [xUnit.net 00:01:26.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 628ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 576ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 603ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 870ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 562ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 549ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 718ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 154ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 556ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 554ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 140ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 120ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 115ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 285ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 412ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 485ms [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 343ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 301ms [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 154ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 180ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 159ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 161ms [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 164ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 108ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 135ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 143ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 225ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 151ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 131ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 172ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 204ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 280ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 145ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 153ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 243ms [xUnit.net 00:01:26.19] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.19] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 488ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 159ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 272ms [xUnit.net 00:01:26.19] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 306ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 349ms [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 181ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 206ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 186ms [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 259ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 329ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 663ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 188ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 170ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 322ms [xUnit.net 00:01:26.20] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 195ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 246ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 969ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 805ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 155ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 383ms [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 244ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 353ms [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 274ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 396ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 340ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 267ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 178ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 179ms [xUnit.net 00:01:26.20] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 137ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 147ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 130ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 141ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 139ms [xUnit.net 00:01:26.20] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 137ms [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:26.20] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 165ms [xUnit.net 00:01:26.20] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 147ms Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPUNative", platformTarget: "AnyCPU", useNativeCode: True, expectedProgramOutput: "Native code failed (MSIL)") [35 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:12 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 77ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 85ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 121ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 74ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 96ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/1.10.0/libuv.1.10.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 108ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 107ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 73ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 55ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 91ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/1.0.3/microsoft.netframework.referenceassemblies.net46.1.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 88ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 78ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 89ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 82ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 94ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net46/index.json 98ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 96ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 122ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 72ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 70ms 》 Installed Microsoft.NETCore.Platforms 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\1.0.1 with content hash 2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==. 》 Installed Libuv 1.10.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0 with content hash GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==. 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net46 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3 with content hash NiiK1wNEKbDFxF08ybLkjwEn8g6SuIrUl/Y+jlAMcf3NsTtlU0JFRWFPJENV9yyZkW6nBxk/pniBlyZtE5fHwQ==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj (in 7.98 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 3 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:10.57 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code failed (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7B94AE37\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:23 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app/index.json 132ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app/index.json 75ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app/index.json 102ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app/index.json 71ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app/index.json 68ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app/index.json 80ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app/1.1.2/microsoft.netcore.app.1.1.2.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app/index.json 90ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/1.3.0/microsoft.codeanalysis.visualbasic.1.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 57ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.csharp/1.3.0/microsoft.codeanalysis.csharp.1.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/1.1.2/microsoft.netcore.dotnethostpolicy.1.1.2.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/1.4.1/microsoft.diasymreader.native.1.4.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 53ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 65ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.visualbasic/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 77ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.immutable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 237ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 154ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 166ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 156ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostpolicy/index.json 270ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 372ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 281ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.immutable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 230ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 441ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 335ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 309ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 390ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 333ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 364ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 268ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 525ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json 597ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 601ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.immutable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 559ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 617ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 503ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.process/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 657ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 528ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.process/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.common/1.3.0/microsoft.codeanalysis.common.1.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.watcher/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 801ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 758ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 57ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 762ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.visualbasic/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.annotations/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 833ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.watcher/4.3.0/system.io.filesystem.watcher.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 891ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 749ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.3.0/system.collections.immutable.1.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 832ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 297ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/4.3.1/runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.visualbasic/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.componentmodel.annotations/4.3.0/system.componentmodel.annotations.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 482ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 779ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 682ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 991ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.process/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 560ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 689ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 797ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.watcher/index.json 152ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 149ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1020ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/1.1.0/microsoft.netcore.dotnethostresolver.1.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.visualbasic/index.json 963ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.diagnosticsource/4.3.1/system.diagnostics.diagnosticsource.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 132ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.componentmodel.annotations/index.json 123ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.watcher/index.json 325ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.watcher/index.json 358ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 135ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.watcher/index.json 588ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.watcher/index.json 161ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 573ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1129ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 290ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 354ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 433ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 551ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1006ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 632ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.watcher/index.json 444ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.watcher/index.json 668ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.watcher/index.json 749ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 614ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 558ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 274ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 994ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 650ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.common/index.json 843ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 210ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.memorymappedfiles/index.json 338ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.memorymappedfiles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 890ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1075ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 196ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.watcher/index.json 870ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.csharp/index.json 1169ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.memorymappedfiles/4.3.0/system.io.memorymappedfiles.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.visualbasic/index.json 894ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.parallel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.parallel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.unmanagedmemorystream/4.3.0/system.io.unmanagedmemorystream.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.memorymappedfiles/index.json 58ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.memorymappedfiles/index.json 55ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 275ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.nameresolution/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.nameresolution/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.nameresolution/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.nameresolution/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 276ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 316ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.watcher/index.json 682ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.componentmodel.annotations/index.json 365ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.parallel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.parallel/4.3.0/system.linq.parallel.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.nameresolution/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 487ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.diagnosticsource/index.json 611ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethostresolver/index.json 343ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1151ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 231ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 1249ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.nameresolution/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.nameresolution/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 190ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 852ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 742ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.componentmodel.annotations/index.json 1022ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.nameresolution/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.nameresolution/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.parallel/index.json 363ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 440ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.memorymappedfiles/index.json 376ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.memorymappedfiles/index.json 463ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.nameresolution/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.memorymappedfiles/index.json 483ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.memorymappedfiles/index.json 501ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.memorymappedfiles/index.json 308ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/4.3.0/system.linq.queryable.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.memorymappedfiles/index.json 621ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.memorymappedfiles/index.json 349ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.nameresolution/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.nameresolution/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 418ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 350ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 361ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 431ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1068ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.unmanagedmemorystream/index.json 432ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.parallel/index.json 459ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.memorymappedfiles/index.json 632ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.parallel/index.json 454ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.parallel/index.json 380ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.parallel/index.json 296ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.parallel/index.json 485ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/4.3.0/system.net.requests.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.parallel/index.json 464ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.parallel/index.json 344ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.parallel/index.json 472ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.parallel/index.json 494ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.numerics.vectors/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.watcher/index.json 1185ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.nameresolution/index.json 396ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.componentmodel.annotations/index.json 1241ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 314ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 168ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 472ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.numerics.vectors/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 212ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 183ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 422ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.http/4.3.2/system.net.http.4.3.2.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 612ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 335ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 497ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.numerics.vectors/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 551ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 583ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.nameresolution/index.json 295ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.nameresolution/index.json 205ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.nameresolution/index.json 503ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.nameresolution/index.json 209ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.numerics.vectors/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.nameresolution/index.json 287ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.numerics.vectors/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.nameresolution/index.json 347ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.nameresolution/index.json 427ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.nameresolution/index.json 384ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.http/index.json 565ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.nameresolution/index.json 563ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.numerics.vectors/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 192ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 369ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.http/index.json 628ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 206ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 454ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.security/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/4.3.0/system.net.webheadercollection.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 285ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 350ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 350ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.metadata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.numerics.vectors/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 332ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1243ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.http/index.json 527ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1558ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1306ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 494ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.security/4.3.1/system.net.security.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 314ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.http/index.json 234ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.numerics.vectors/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.metadata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.http/index.json 338ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.numerics.vectors/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.http/index.json 519ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.http/index.json 461ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 206ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 606ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.numerics.vectors/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.metadata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 196ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 262ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 325ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 359ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.security/index.json 157ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.numerics.vectors/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.security/index.json 184ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.numerics.vectors/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.metadata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 527ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.reader/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.reader/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.process/index.json 1837ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 279ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.security/index.json 326ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.security/index.json 387ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.process/index.json 1812ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.numerics.vectors/4.3.0/system.numerics.vectors.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.metadata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.loader/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.loader/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.security/index.json 463ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.visualbasic/index.json 1571ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 387ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.security/index.json 358ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.dispatchproxy/4.3.0/system.reflection.dispatchproxy.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 476ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.http/index.json 768ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.visualbasic/index.json 1777ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.security/index.json 599ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1938ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/1.1.2/microsoft.netcore.runtime.coreclr.1.1.2.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.componentmodel.annotations/index.json 1801ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.security/index.json 590ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.reader/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.http/index.json 661ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 1771ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.http/index.json 1000ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.componentmodel.annotations/index.json 1785ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 953ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.reader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.security/index.json 800ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.resources.reader/4.3.0/system.resources.reader.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/1.4.1/system.reflection.metadata.1.4.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.numerics.vectors/index.json 241ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.numerics.vectors/index.json 254ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.numerics.vectors/index.json 706ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 186ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.loader/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.visualbasic/index.json 2044ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.numerics.vectors/index.json 561ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.visualbasic/10.1.0/microsoft.visualbasic.10.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.nameresolution/index.json 1174ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 240ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.numerics.vectors/index.json 511ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.numerics.vectors/index.json 674ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.loader/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.numerics.vectors/index.json 823ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.numerics.vectors/index.json 704ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.visualbasic/index.json 2202ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.security/index.json 947ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.loader/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.visualbasic/index.json 2093ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.security/index.json 1066ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 1078ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 588ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.loader/4.3.0/system.runtime.loader.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 764ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 592ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 623ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 673ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 2046ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2082ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2053ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.process/index.json 2344ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1986ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.process/index.json 2286ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.resources.reader/index.json 706ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.loader/index.json 540ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.componentmodel.annotations/index.json 2171ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.loader/index.json 567ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.loader/index.json 511ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.numerics.vectors/index.json 743ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.numerics.vectors/index.json 1059ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.numerics.vectors/index.json 761ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadata/index.json 431ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadata/index.json 490ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2270ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 944ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 1153ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.http/index.json 1277ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.resources.reader/index.json 447ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.resources.reader/index.json 645ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.parallel/index.json 1692ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.resources.reader/index.json 523ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.resources.reader/index.json 725ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.resources.reader/index.json 646ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.resources.reader/index.json 732ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.resources.reader/index.json 815ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.componentmodel.annotations/index.json 2264ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.resources.reader/index.json 752ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.loader/index.json 526ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.loader/index.json 570ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2013ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 1978ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadata/index.json 841ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.dispatchproxy/index.json 765ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadata/index.json 854ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.windows.apisets/1.0.1/microsoft.netcore.windows.apisets.1.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.loader/index.json 274ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2497ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.runtime.coreclr/index.json 2352ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.loader/index.json 338ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.dataflow/4.7.0/system.threading.tasks.dataflow.4.7.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 2317ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.loader/index.json 524ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 1164ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.loader/index.json 548ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.loader/index.json 545ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.visualbasic/index.json 2369ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.3.0/system.threading.thread.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 79ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 140ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.process/4.3.0/system.diagnostics.process.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 115ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 97ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 290ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 412ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 246ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 628ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 1021ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 817ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 572ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 673ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.windows.apisets/index.json 981ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 692ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 620ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 674ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 648ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.3.0/system.threading.tasks.parallel.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 3251ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 709ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.visualbasic/index.json 2618ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 649ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.process/index.json 2797ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.dataflow/index.json 615ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 3125ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 2876ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 3077ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 680ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 2840ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 3290ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 2885ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 3031ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.visualbasic/index.json 2729ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 3045ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.jit/index.json 636ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 2740ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 737ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.jit/index.json 639ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.process/index.json 2967ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 767ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 835ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 814ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadata/index.json 1539ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 2945ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.visualbasic/index.json 3058ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 753ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 699ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.process/index.json 2864ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.jit/index.json 735ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.process/index.json 2929ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.openssl/index.json 3114ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.process/index.json 3304ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 893ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 927ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 949ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 988ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1056ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1094ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.jit/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1141ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1180ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1256ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.process/index.json 3296ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.jit/1.1.2/microsoft.netcore.jit.1.1.2.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.resources.reader/index.json 1626ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.componentmodel.annotations/index.json 3320ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.resources.reader/index.json 1675ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.visualbasic/index.json 3308ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadata/index.json 1861ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.componentmodel.annotations/index.json 3263ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.registry/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.process/index.json 3404ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.jit/index.json 87ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.jit/index.json 145ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.loader/index.json 1581ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 86ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 84ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 574ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 106ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.registry/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 266ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.jit/index.json 597ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 639ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 494ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 444ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 290ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 542ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 540ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.registry/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 261ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 642ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 638ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 411ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 447ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 627ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.registry/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.registry/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.registry/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.registry/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 665ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 157ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 689ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 650ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.registry/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 612ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 769ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 302ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 778ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 770ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 761ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 756ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.registry/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.registry/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.registry/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.jit/index.json 607ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 818ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.registry/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 484ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 578ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 818ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 623ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.overlapped/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.jit/index.json 743ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.jit/index.json 524ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 520ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 345ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 361ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 786ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 399ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 553ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 996ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 986ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1019ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 929ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1041ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 620ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal.windows/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/index.json 1137ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1053ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.jit/index.json 874ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1156ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 753ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal.windows/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal.windows/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal.windows/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal.windows/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 1594ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 941ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal.windows/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.jit/index.json 1148ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal.windows/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 791ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal.windows/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal.windows/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal.windows/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1095ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 869ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 965ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 999ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1201ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal.windows/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal.windows/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 1007ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1185ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1157ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1040ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 745ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1151ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1069ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 633ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 734ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 744ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 784ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.claims/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.security/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 765ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 679ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 805ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 818ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 617ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 892ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.claims/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1103ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 956ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 1228ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1037ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 983ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.claims/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 553ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.dotnethost/index.json 1154ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1155ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.claims/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.claims/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.appcontext/index.json 750ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1030ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 1089ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.appcontext/index.json 693ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.claims/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.claims/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.claims/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.claims/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.overlapped/index.json 776ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.appcontext/index.json 752ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1061ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1110ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.appcontext/index.json 635ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.claims/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.claims/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.claims/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.overlapped/index.json 798ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.registry/index.json 644ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.registry/index.json 721ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.registry/index.json 817ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.registry/index.json 887ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/index.json 1070ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1113ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1130ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 1099ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 1514ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 1469ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.overlapped/index.json 643ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 636ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1465ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.registry/index.json 861ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1200ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 640ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 652ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 648ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 648ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 651ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 646ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 631ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 631ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 637ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 641ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 548ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 616ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 577ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 558ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 548ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 1764ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal.windows/index.json 551ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal.windows/index.json 524ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal.windows/index.json 491ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal.windows/index.json 523ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal.windows/index.json 521ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 733ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.security/index.json 509ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal.windows/index.json 519ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal.windows/index.json 512ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.security/index.json 468ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.security/index.json 511ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.security/index.json 444ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.security/index.json 463ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal/index.json 426ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.claims/index.json 451ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.principal/index.json 418ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.principal/index.json 419ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.principal/index.json 455ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.principal/index.json 428ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.codepages/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal/index.json 452ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 429ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.claims/index.json 435ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 433ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.dotnethost/1.1.0/microsoft.netcore.dotnethost.1.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal/index.json 441ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 445ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 445ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 456ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 461ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 465ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 465ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 471ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.claims/index.json 472ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 468ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.claims/index.json 462ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 481ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 481ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.claims/index.json 482ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.claims/index.json 489ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 499ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xmldocument/index.json 495ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 500ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.claims/index.json 487ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xmldocument/index.json 502ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 501ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.1/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 509ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xmldocument/index.json 507ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xmldocument/index.json 510ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 512ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 503ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 503ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 503ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 854ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 514ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 2101ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2096ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xmldocument/index.json 588ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.principal/index.json 690ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.overlapped/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 481ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 476ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.overlapped/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.overlapped/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 486ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 435ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 493ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 462ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 498ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.overlapped/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 440ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 440ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.codeanalysis.analyzers/1.1.0/microsoft.codeanalysis.analyzers.1.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 435ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 437ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 437ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 424ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 448ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 424ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 421ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 416ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.security/4.3.0/runtime.native.system.net.security.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/index.json 1644ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.0.0/system.console.4.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 417ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.text.encoding.codepages/index.json 421ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/index.json 1648ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath.xdocument/4.0.1/system.xml.xpath.xdocument.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 411ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.text.encoding.codepages/index.json 402ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 393ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 397ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 393ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 396ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.fileversioninfo/4.0.0/system.diagnostics.fileversioninfo.4.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.text.encoding.codepages/index.json 403ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 401ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.stacktrace/4.0.1/system.diagnostics.stacktrace.4.0.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.text.encoding.codepages/index.json 379ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 378ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 369ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.text.encoding.codepages/index.json 367ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 367ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 363ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 408ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 383ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.overlapped/4.3.0/system.threading.overlapped.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 384ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 405ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 410ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 421ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 418ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 418ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 434ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 422ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 439ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 435ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 449ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 449ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 447ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 496ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 480ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 477ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 476ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 478ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 482ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 484ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 490ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 482ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 469ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 470ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.appcontext/index.json 444ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 479ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.appcontext/index.json 448ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 451ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 464ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 440ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 441ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 439ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 466ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2516ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 465ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.overlapped/index.json 463ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.overlapped/index.json 452ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.overlapped/index.json 465ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 1994ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 315ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 588ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 702ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 282ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 285ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 284ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 281ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 243ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 271ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath/index.json 257ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 264ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath/index.json 242ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xpath/index.json 175ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2177ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.xml.xpath/index.json 148ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2120ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2578ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2140ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2592ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2210ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 277ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2562ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2550ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/index.json 2568ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.registry/index.json 1935ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2550ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.registry/index.json 1961ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/index.json 2367ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.registry/index.json 2110ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.overlapped/index.json 1970ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.overlapped/index.json 1998ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.registry/index.json 2117ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2450ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xpath/index.json 309ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 2653ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/index.json 2513ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 2752ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.overlapped/index.json 2110ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 2526ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 2613ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2527ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 2516ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 2446ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/index.json 2492ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.registry/index.json 2171ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 2443ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.appcontext/index.json 2005ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 405ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xpath/index.json 402ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.principal.windows/index.json 1729ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 1968ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 525ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1967ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 1970ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 2000ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1998ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 1915ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1889ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 1896ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 1976ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1867ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1893ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 1836ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 1868ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 1843ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 414ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.xml.xpath/index.json 427ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 427ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 1860ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xpath/index.json 417ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 1840ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 1836ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 1843ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.principal.windows/index.json 1777ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.principal.windows/index.json 1780ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.security/index.json 1805ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xpath/index.json 378ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.security/index.json 1773ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.security/index.json 1746ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.security/index.json 1839ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.principal/index.json 1715ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.claims/index.json 1712ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.principal/index.json 1720ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.principal/index.json 1725ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1741ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.claims/index.json 1753ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 1805ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.claims/index.json 1754ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.xml.xpath.xdocument/index.json 1800ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.xml.xpath/index.json 465ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.xml.xmldocument/index.json 1807ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 477ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 509ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.xml.xmldocument/index.json 1797ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1808ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.xml.xmldocument/index.json 1809ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.claims/index.json 1944ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xpath/index.json 633ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 1911ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.xml.xmldocument/index.json 1938ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.xml.xmldocument/index.json 1947ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.xml.xmldocument/index.json 1933ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 1977ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 1977ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2004ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 664ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/index.json 691ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2004ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1977ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 1952ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1974ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 1992ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 2003ms 》 Installed runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 0dxcIxhroiZzcekjl4MmbubRN4oNx5XuegS09A1foTs4c9TS8EV5AEZJGkN/WiPKIF7RnRk3b8mRflnv2SQp5Q==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2027ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 1991ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 1998ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1974ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography.apple/index.json 1964ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.fileversioninfo/index.json 1981ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 2045ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 1844ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.stacktrace/index.json 1878ms 》 Installed runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 0k5qPXl0zs6yzc6IQYPbcQlrTdLEP2Mcs9AGcrMh8jq7pOfzL9B3xwc/e/EJPVITju3YsT+BNOI5voeOKY/KuA==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 1868ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.text.encoding.codepages/index.json 1827ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 1825ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 1759ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 1736ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 1750ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 1764ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 1743ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 1803ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 2180ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 2401ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.appcontext/index.json 2377ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 2387ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.appcontext/index.json 2374ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.appcontext/index.json 2389ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.appcontext/index.json 2384ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 2374ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 2344ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.overlapped/index.json 2302ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.codeanalysis.analyzers/index.json 2287ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.overlapped/index.json 2286ms 》 Installed Microsoft.CodeAnalysis.Analyzers 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0 with content hash HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==. 》 Installed Microsoft.CodeAnalysis.CSharp 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0 with content hash BgWDIAbSFsHuGeLSn/rljLi51nXqkSo4DZ0qEIrHyPVasrhxEVq7aV8KKZ3HEfSFB+GIhBmOogE+mlOLYg19eg==. 》 Installed runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.openssl\4.3.1 with content hash ZFr1MDwzRCYWA883RSjxB4exm8bHlqQjI+yRdYd7zCvFAh2t1107U0ONRgn1zf5Bte2kowThZHE9DVdvuKlBsw==. 》 Installed System.Threading.ThreadPool 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0 with content hash k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==. 》 Installed System.Collections.Immutable 1.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0 with content hash Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==. 》 Installed System.Runtime.Handles 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.0.1 with content hash nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==. 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash l8EbzaU7q/YF/JArw7wzbKw7Bd3vxL4WUu9X4WGXfJYRIOe45i5wW+XbAVSkfghucM/eYKFb6/hNio7+N0AIkg==. 》 Installed Microsoft.NETCore.Windows.ApiSets 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.windows.apisets\1.0.1 with content hash SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==. 》 Installed runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash 4S+URvA5tdIA8DxsYe/+Neffgzbfl4WaZK6I1nLEzqRxfSuTqjVySBagCQSCnGkJsSMrjbZwtRu8K1I1pbbSJg==. 》 Installed runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash aNIww1R7bC0tk/2u4Gtrom6afjlJlGsFm7mko/ymrbmdYIyso5cPBXjGaj2qIHup8p53LTvX4ED9mxMaK4guLQ==. 》 Installed System.Resources.Reader 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0 with content hash AeSwdrdgsRnGRJDofYEJPlotJm6gDDg6WJ1/1lX2Yq8bPwicba7lanPi7adK0SE58zgN5PcGg/h0tuZS+IRAdw==. 》 Installed System.Security.Principal.Windows 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal.windows\4.3.0 with content hash HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==. 》 Installed Microsoft.Win32.Registry 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.registry\4.3.0 with content hash Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==. 》 Installed System.Security.Cryptography.Csp 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.csp\4.3.0 with content hash X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==. 》 Installed System.Threading.Overlapped 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.overlapped\4.3.0 with content hash m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==. 》 Installed System.Reflection.DispatchProxy 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0 with content hash vFln4g7zbLRyJbioExbMaW4BGuE2urDE2IKQk02x1y1uhQWntD+4rcYA4xQGJ19PlMdYPMWExHVQj3zKDODBFw==. 》 Installed System.Console 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.0.0 with content hash qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==. 》 Installed Microsoft.NETCore.Runtime.CoreCLR 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.runtime.coreclr\1.1.2 with content hash 3O8EaWa5E+xDmNqVqmbrfxy6x+QQ87XPXv47sek1jkRrFac7j+ObsH0URWJRHJt/5nJpvEN7sb2KG0o/AM9nvg==. 》 Installed System.ComponentModel.Annotations 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0 with content hash SY2RLItHt43rd8J9D8M8e8NM4m+9WLN2uUd9G0n1I4hj/7w+v3pzK6ZBjexlG1/2xvLKQsqir3UGVSyBTXMLWA==. 》 Installed System.IO.FileSystem 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.0.1 with content hash IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==. 》 Installed System.Diagnostics.Process 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0 with content hash J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==. 》 Installed Microsoft.NETCore.DotNetHostPolicy 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethostpolicy\1.1.2 with content hash nes7MaBG1zWz44m+zR4SDiOVmpCFiY49BcJGRaIO0TqjsLZmuUQVXEGcNZFlme95dlaki9QYJr4FK5NKNlPA6Q==. 》 Installed runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash oDfS0Alq+mluluapkR7A3rPd9bieNhwNzrJCPC2VEfJ2kzSm4tHuGObp+Ybk7l9jIyvM3K7SNNPtkphoGFA9jw==. 》 Installed runtime.native.System.Net.Http 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.http\4.3.0 with content hash ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==. 》 Installed System.Diagnostics.DiagnosticSource 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1 with content hash j72A3mwamUXPgDIU1TWyzea7yqz59+iO2cmXuyzvcfuszWGq9JRbWify1k33lLQophaXOIyhPkEevfP0k4M3wg==. 》 Installed System.Collections.Immutable 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0 with content hash zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==. 》 Installed runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash SjraAtZSVwYLpU+pFfSoflen6k9jZ8p7sojFfyXUKprFc7iSN+jjl0qUT1maZBQHv8bAX0nrUaQhZnWsLY8v9w==. 》 Installed Microsoft.NETCore.Jit 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.jit\1.1.2 with content hash mgCxxN+3/0tNuF29pUCbjS3ag4DDmgxwYQXvGW4wyD5N7bAUysxOvMw7Fx/eQZKoCh5cH5LQ0w/5/o6vQmMhRQ==. 》 Installed Microsoft.NETCore.App 1.1.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app\1.1.2 with content hash fcN0Ob6rjY7Zu0770cA5l9wRJvj7+ltJPPdryUidejkkhao+y2AYrtezBTlP9nCSFXLmYR9BtaknORT17x8reA==. 》 Installed Microsoft.CodeAnalysis.Common 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0 with content hash V09G35cs0CT1C4Dr1IEOh8IGfnWALEVAOO5JXsqagxXwmYR012TlorQ+vx2eXxfZRKs3gAS/r92gN9kRBLba5A==. 》 Installed System.Numerics.Vectors 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0 with content hash uAIqmwiQPPXdCz59MQcyHwsH2MzIv24VGCS54kP/1GzTRTuU3hazmiPnGUTlKFia4B1DnbLWjTHoGyTI5BMCTQ==. 》 Installed runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography.apple\4.3.0 with content hash DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==. 》 Installed System.Runtime.Loader 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.loader\4.3.0 with content hash DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==. 》 Installed System.Net.Security 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1 with content hash qYnDntmrrHXUAhA+v2Kve8onMjJ2ZryQvx7kjGhW88c0IgA9B+q2M8b3l76HFBeotufDbAJfOvLEP32PS4XIKA==. 》 Installed System.Diagnostics.StackTrace 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.stacktrace\4.0.1 with content hash 6i2EbRq0lgGfiZ+FDf0gVaw9qeEU+7IS2+wbZJmFVpvVzVOgZEt0ScZtyenuBvs6iDYbGiF51bMAa0oDP/tujQ==. 》 Installed Microsoft.VisualBasic 10.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0 with content hash jgBfelga8QHZDTtUBtLNgcDPuXzaplCeXLqQcf5qB4jeVdPpX1AtnZnGeHbbi2tmp+P96hgI+KhXbUN567K60Q==. 》 Installed System.IO.UnmanagedMemoryStream 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0 with content hash tS89nK7pw8ebkkEfWujA05+ZReHKzz39W+bcX1okVR0GJCJuzPyfYfQZyiLSrjp121BB5J4uewZQiUTKri2pSQ==. 》 Installed System.Xml.XPath.XDocument 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xpath.xdocument\4.0.1 with content hash FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==. 》 Installed System.Net.Http 4.3.2 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2 with content hash y7hv0o0weI0j0mvEcBOdt1F3CAADiWlcw3e54m8TfYiRmBPDIsHElx8QUPDlY4x6yWXKPGN0Z2TuXCTPgkm5WQ==. 》 Installed System.Xml.XPath 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xpath\4.0.1 with content hash UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==. 》 Installed System.Net.NameResolution 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0 with content hash AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==. 》 Installed System.Text.Encoding.CodePages 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.codepages\4.0.1 with content hash h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==. 》 Installed runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash ipj8GE8R8qgVm3ta13cTVQRR7LVj11x7SbC4Cpu5rgAEwoXcujwqHcWOhb+8KPMPNLTXWdZcwmv7d7HLayAF3w==. 》 Installed System.AppContext 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.1.0 with content hash 3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==. 》 Installed System.Security.Cryptography.OpenSsl 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.openssl\4.3.0 with content hash h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==. 》 Installed Microsoft.NETCore.DotNetHostResolver 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethostresolver\1.1.0 with content hash xf7RRVJ4M1w1Hg9TTzTH4g+zFqGtu6uXBjpcyy+o5UYrRj44dtJkmlnc1OnoKQFU0pZ8i9C8eNbSeqq/p6n19w==. 》 Installed runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash rbS6BNuxMvqAT0Sa4AlvHlHyWT4+1vtZHO9+R2A0udgOTIgIWu2+mKJVDO4AcHjCVVqB6WqSGcAQLx3QoXBy4Q==. 》 Installed System.Reflection.Emit.Lightweight 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.lightweight\4.3.0 with content hash oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==. 》 Installed System.Threading.Tasks.Dataflow 4.7.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0 with content hash wcKLDI8tN5KpcMcTQwXfcLHrFdfINIxDBOZS3rE8QqOds/0fRhCkR+IEfQokxT7s/Yluqk+LG/ZqZdQmA/xgCw==. 》 Installed runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\4.3.0 with content hash kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==. 》 Installed System.IO.FileSystem.Watcher 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0 with content hash 37IDFU2w6LJ4FrohcVlV1EXviUmAOJIbejVgOUtNaPQyeZW2D/0QSkH8ykehoOd19bWfxp3RRd0xj+yRRIqLhw==. 》 Installed System.Security.Claims 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.claims\4.3.0 with content hash P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==. 》 Installed System.Linq.Parallel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0 with content hash td7x21K8LalpjTWCzW/nQboQIFbq9i0r+PCyBBCdLWWnm4NBcdN18vpz/G9hCpUaCIfRL+ZxJNVTywlNlB1aLQ==. 》 Installed System.IO.MemoryMappedFiles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0 with content hash mz2JJFxCQLdMzXVOPyVibDKDKFZey66YHgQy8M1/vUCQzMSrbiXhpsyV04vSlBeqQUdM7wTL2WG+X3GZALKsIQ==. 》 Installed System.Xml.XmlDocument 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xmldocument\4.0.1 with content hash 2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==. 》 Installed System.Diagnostics.FileVersionInfo 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.fileversioninfo\4.0.0 with content hash qjF74OTAU+mRhLaL4YSfiWy3vj6T3AOz8AW37l5zCwfbBfj0k7E94XnEsRaf2TnhE/7QaV6Hvqakoy2LoV8MVg==. 》 Installed System.Linq.Queryable 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0 with content hash In1Bmmvl/j52yPu3xgakQSI0YIckPUr870w4K5+Lak3JCCa8hl+my65lABOuKfYs4ugmZy25ScFerC4nz8+b6g==. 》 Installed System.Security.Principal 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0 with content hash I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==. 》 Installed Microsoft.NETCore.DotNetHost 1.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.dotnethost\1.1.0 with content hash 1xk/a9uXjJWDQqXw8l4067aoNwUfugq4UVQQinlIM2W4posm0+wcW+bi3uKuyufsjG6KBhlCqKuFBqa5DXO6ug==. 》 Installed runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.1 with content hash G1OTN/JU9rdQz9fj1eLHOLs7+8lFp7bp+H89h8AEV/Wa4kVZVwoi6DqnjEjJfFWjYZvGPDi9o95VWjeKG5gLkg==. 》 Installed runtime.native.System.Net.Security 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.security\4.3.0 with content hash M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==. 》 Installed System.Reflection.Metadata 1.4.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1 with content hash tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==. 》 Installed System.Reflection.Metadata 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0 with content hash jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==. 》 Installed System.Net.WebHeaderCollection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0 with content hash XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==. 》 Installed Microsoft.DiaSymReader.Native 1.4.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.4.1 with content hash oi9LCkKzSm7WgI0LsODDQUQdzldNdv9BU/QDoW9QMu+uN4baJXANkTWrjc2+aTqeftyhPXF1fn/m9jPo7mJ6FA==. 》 Installed System.Security.Cryptography.Cng 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.cng\4.3.0 with content hash 03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==. 》 Installed System.Threading.Thread 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0 with content hash OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==. 》 Installed System.Net.Requests 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0 with content hash OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==. 》 Installed System.Threading.Tasks.Parallel 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0 with content hash cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==. 》 Installed Microsoft.CodeAnalysis.VisualBasic 1.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.visualbasic\1.3.0 with content hash Sf3k8PkTkWqBmXnnblJbvb7ewO6mJzX6WO2t7m04BmOY5qBq6yhhyXnn/BMM+QCec3Arw3X35Zd8f9eBql0qgg==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj (in 20.29 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 78 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:24.61 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code failed (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---C66F3BDA\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:27.13] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 121ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 126ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 145ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 131ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 142ms [xUnit.net 00:01:28.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 107ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 114ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 113ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 177ms [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 166ms [xUnit.net 00:01:28.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg [xUnit.net 00:01:28.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 290ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 178ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 199ms [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 94ms [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 112ms [xUnit.net 00:01:28.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 80ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 86ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 72ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1432ms [xUnit.net 00:01:28.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 118ms [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 241ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 60ms [xUnit.net 00:01:28.71] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 266ms [xUnit.net 00:01:28.71] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.71] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 69ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 143ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 62ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 67ms [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 122ms [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 77ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 60ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 81ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 64ms [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 61ms [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 80ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 66ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 220ms [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 54ms [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 59ms [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 132ms [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 56ms [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 56ms [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 159ms [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 80ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 103ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 79ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 158ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 146ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 116ms [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 190ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 232ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 205ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 250ms [xUnit.net 00:01:28.72] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 175ms [xUnit.net 00:01:28.72] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json [xUnit.net 00:01:28.72] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 217ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 242ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 238ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 97ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 149ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 101ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 61ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 63ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 56ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 60ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 61ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 202ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 228ms [xUnit.net 00:01:28.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/5.0.17/microsoft.netcore.app.host.win-x64.5.0.17.nupkg [xUnit.net 00:01:28.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/5.0.0/microsoft.aspnetcore.app.ref.5.0.0.nupkg [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/5.0.0/microsoft.windowsdesktop.app.ref.5.0.0.nupkg [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 60ms [xUnit.net 00:01:28.73] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/5.0.0/microsoft.netcore.app.ref.5.0.0.nupkg [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 163ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 58ms [xUnit.net 00:01:28.73] 》 Installed Microsoft.NETCore.App.Host.win-x64 5.0.17 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x64\5.0.17 with content hash 9rFcHksZ7MH/dtMYqY9tR+4o/2oIkHpLGVYKNTGzDhI5l7oWAUsauH2vnmHFJ3kH9N3JcW67y5L3HCNL/g3MLw==. [xUnit.net 00:01:28.73] 》 Installed runtime.native.System.Security.Cryptography 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography\4.0.0 with content hash 2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==. [xUnit.net 00:01:28.73] 》 Installed runtime.native.System.Net.Http 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.http\4.0.1 with content hash Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==. [xUnit.net 00:01:28.73] 》 Installed System.Security.Cryptography.Csp 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.csp\4.0.0 with content hash /i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==. [xUnit.net 00:01:28.73] 》 Installed System.Security.Cryptography.OpenSsl 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.openssl\4.0.0 with content hash HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==. [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 55ms [xUnit.net 00:01:28.73] 》 Installed System.IO.FileSystem.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.0.1 with content hash kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==. [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 54ms [xUnit.net 00:01:28.73] 》 Installed System.Diagnostics.Tools 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.0.1 with content hash xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==. [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:28.73] 》 Installed System.Globalization.Extensions 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.0.1 with content hash KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==. [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:28.73] 》 Installed System.Threading.ThreadPool 4.0.10 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.0.10 with content hash IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==. [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 54ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 58ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 56ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 55ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 65ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 56ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 76ms [xUnit.net 00:01:28.73] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 53ms [xUnit.net 00:01:28.73] 》 Installed System.Net.Primitives 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.0.11 with content hash hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==. [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 55ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 60ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 56ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 63ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 56ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 59ms [xUnit.net 00:01:28.73] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 62ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 267ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 348ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 371ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 397ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 387ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 372ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 364ms [xUnit.net 00:01:28.74] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 397ms [xUnit.net 00:01:28.74] 》 Installed System.Threading.Thread 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.0.0 with content hash gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==. [xUnit.net 00:01:28.74] 》 Installed FSharp.Core 4.2.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3 with content hash PthzJd0cY9L7+mPHoMB0B9Z9moR4oO1rU5RDrVW44cfMm0R9AYFf+F3BsuTvP9clr9w/Wa0wbSfEwbJV8sV80A==. [xUnit.net 00:01:28.74] 》 Installed System.Threading.Tasks.Parallel 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.0.1 with content hash 7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==. [xUnit.net 00:01:28.74] 》 Installed Microsoft.NETCore.Targets 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.targets\1.0.1 with content hash rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==. [xUnit.net 00:01:28.74] 》 Installed System.Threading.Timer 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.0.1 with content hash saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==. [xUnit.net 00:01:28.74] 》 Installed System.Runtime.Numerics 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.0.1 with content hash +XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==. [xUnit.net 00:01:28.74] 》 Installed runtime.native.System 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system\4.0.0 with content hash QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==. [xUnit.net 00:01:28.74] 》 Installed System.Globalization.Calendars 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.0.1 with content hash L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==. [xUnit.net 00:01:28.81] 》 Installed System.Collections.Concurrent 4.0.12 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.0.12 with content hash 2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==. [xUnit.net 00:01:28.81] 》 Installed System.Security.Cryptography.Cng 4.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.cng\4.2.0 with content hash cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==. [xUnit.net 00:01:28.81] 》 Installed System.Reflection.Emit.Lightweight 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.lightweight\4.0.1 with content hash sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==. [xUnit.net 00:01:28.81] 》 Installed System.Net.WebHeaderCollection 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.0.1 with content hash XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==. [xUnit.net 00:01:28.81] 》 Installed Microsoft.WindowsDesktop.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\5.0.0 with content hash 22qe3tLaPpbD0OrRWKrsfNeXVNw4FizsrWSy2vrqzRFaGNHRHrdPpDuiNTN5YvKFJyFro6hDk8dCqZ8kvi620g==. [xUnit.net 00:01:28.81] 》 Installed System.Linq.Queryable 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.0.1 with content hash Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==. [xUnit.net 00:01:28.81] 》 Installed System.Net.Requests 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.0.11 with content hash vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==. [xUnit.net 00:01:28.81] 》 Installed System.Diagnostics.Tracing 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.1.0 with content hash vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==. [xUnit.net 00:01:28.81] 》 Installed Microsoft.AspNetCore.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\5.0.0 with content hash DucLlzGoCVYVjKdomwgOVmM2VtFMPjbssTzGvxx1j5LXgxiA4LBxc/t3FBmvVlmmeRsDcy+nsb5lVq3fbH+5gQ==. [xUnit.net 00:01:28.81] 》 Installed Microsoft.NETCore.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0 with content hash fpIKi9rVEsmH5E/4INAFv+5xxsxOkNmBwcJ09hwVJwLaehA5Z7E8xoFsJe4sGpyqEHsVGnFor7apwUKPRrgqFg==. [xUnit.net 00:01:28.81] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\TestApp.fsproj.nuget.g.props. [xUnit.net 00:01:28.81] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\TestApp.fsproj.nuget.g.targets. [xUnit.net 00:01:28.81] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\project.assets.json [xUnit.net 00:01:28.81] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj (in 17.66 sec). [xUnit.net 00:01:28.81] 》 [xUnit.net 00:01:28.81] 》 NuGet Config files used: [xUnit.net 00:01:28.81] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:28.81] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:28.81] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:28.81] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:28.81] 》 [xUnit.net 00:01:28.81] 》 Feeds used: [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:28.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:28.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:28.82] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:28.82] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\FSharp\library-packs [xUnit.net 00:01:28.82] 》 [xUnit.net 00:01:28.82] 》 Installed: [xUnit.net 00:01:28.82] 》 27 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj [xUnit.net 00:01:28.82] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target(s)). [xUnit.net 00:01:28.82] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" on node 1 (Build target(s)). [xUnit.net 00:01:28.82] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:28.82] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:28.82] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:28.82] 》GenerateFSharpTextResources: [xUnit.net 00:01:28.82] 》 Creating directory "obj\Debug\net5.0\". [xUnit.net 00:01:28.82] 》PrepareForBuild: [xUnit.net 00:01:28.82] 》 Creating directory "bin\Debug\net5.0\". [xUnit.net 00:01:28.82] 》_GenerateSourceLinkFile: [xUnit.net 00:01:28.82] 》 Source Link is empty, file 'obj\Debug\net5.0\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:28.82] 》CoreCompile: [xUnit.net 00:01:28.82] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders/Common7/IDE/CommonExtensions/Microsoft/FSharp/Tools/fscAnyCpu.exe -o:obj\Debug\net5.0\TestApp.dll [xUnit.net 00:01:28.82] 》 -g [xUnit.net 00:01:28.82] 》 --debug:portable [xUnit.net 00:01:28.82] 》 --noframework [xUnit.net 00:01:28.82] 》 --define:TRACE [xUnit.net 00:01:28.82] 》 --define:DEBUG [xUnit.net 00:01:28.82] 》 --define:NET [xUnit.net 00:01:28.82] 》 --define:NET5_0 [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP [xUnit.net 00:01:28.82] 》 --define:NET5_0_OR_GREATER [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP1_0_OR_GREATER [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP1_1_OR_GREATER [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP2_0_OR_GREATER [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP2_1_OR_GREATER [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP2_2_OR_GREATER [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP3_0_OR_GREATER [xUnit.net 00:01:28.82] 》 --define:NETCOREAPP3_1_OR_GREATER [xUnit.net 00:01:28.82] 》 --optimize- [xUnit.net 00:01:28.82] 》 --tailcalls- [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\netstandard1.6\FSharp.Core.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.CSharp.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.Core.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.Win32.Primitives.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\mscorlib.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\netstandard.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.AppContext.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Buffers.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Concurrent.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Immutable.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.NonGeneric.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Specialized.dll < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore exited with 1 in 1119 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore Process ID: 4264 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore exited with 0 in 3865 ms. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.Annotations.dll > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore Process ID: 8940 [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.DataAnnotations.dll < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore exited with 1 in 1151 ms. [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.EventBasedAsync.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.Primitives.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.TypeConverter.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Configuration.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Console.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Core.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.Common.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.DataSetExtensions.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Contracts.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Debug.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.DiagnosticSource.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.FileVersionInfo.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Process.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.StackTrace.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.TextWriterTraceListener.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Tools.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.TraceSource.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Tracing.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Drawing.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Drawing.Primitives.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Dynamic.Runtime.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Formats.Asn1.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.Calendars.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.Extensions.dll [xUnit.net 00:01:28.82] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.Brotli.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.FileSystem.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.ZipFile.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.DriveInfo.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.Primitives.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.Watcher.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.IsolatedStorage.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.MemoryMappedFiles.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Pipes.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.UnmanagedMemoryStream.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Expressions.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Parallel.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Queryable.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Memory.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Http.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Http.Json.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.HttpListener.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Mail.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.NameResolution.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.NetworkInformation.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Ping.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Primitives.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Requests.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Security.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.ServicePoint.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Sockets.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebClient.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebHeaderCollection.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebProxy.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebSockets.Client.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebSockets.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Numerics.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Numerics.Vectors.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ObjectModel.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.DispatchProxy.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.ILGeneration.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.Lightweight.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Extensions.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Metadata.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Primitives.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.TypeExtensions.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.Reader.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.ResourceManager.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.Writer.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.Unsafe.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.VisualC.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Extensions.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Handles.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.RuntimeInformation.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Intrinsics.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Loader.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Numerics.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Formatters.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Json.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Primitives.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Xml.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Claims.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Algorithms.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Csp.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Encoding.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Primitives.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.X509Certificates.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Principal.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.SecureString.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ServiceModel.Web.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ServiceProcess.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.CodePages.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.Extensions.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encodings.Web.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Json.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.RegularExpressions.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Channels.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Overlapped.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Dataflow.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Extensions.dll [xUnit.net 00:01:28.83] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Parallel.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Thread.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.ThreadPool.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Timer.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Transactions.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Transactions.Local.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ValueTuple.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Web.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Web.HttpUtility.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Windows.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.Linq.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.ReaderWriter.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.Serialization.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XDocument.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XmlDocument.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XmlSerializer.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XPath.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XPath.XDocument.dll [xUnit.net 00:01:28.84] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\WindowsBase.dll [xUnit.net 00:01:28.84] 》 --target:exe [xUnit.net 00:01:28.84] 》 --warn:3 [xUnit.net 00:01:28.84] 》 --warnaserror:3239 [xUnit.net 00:01:28.84] 》 --fullpaths [xUnit.net 00:01:28.84] 》 --flaterrors [xUnit.net 00:01:28.84] 》 --highentropyva+ [xUnit.net 00:01:28.84] 》 --targetprofile:netcore [xUnit.net 00:01:28.84] 》 --nocopyfsharpcore [xUnit.net 00:01:28.84] 》 --deterministic+ [xUnit.net 00:01:28.84] 》 --simpleresolution [xUnit.net 00:01:28.84] 》 obj\Debug\net5.0\TestApp.AssemblyInfo.fs [xUnit.net 00:01:28.84] 》 obj\Debug\net5.0\.NETCoreApp,Version=v5.0.AssemblyAttributes.fs [xUnit.net 00:01:28.84] 》 Program.fs [xUnit.net 00:01:28.84] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:28.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\netstandard1.6\FSharp.Core.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\FSharp.Core.dll". [xUnit.net 00:01:28.84] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.fsproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:28.84] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.fsproj.Up2Date". [xUnit.net 00:01:28.84] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:28.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.exe". [xUnit.net 00:01:28.84] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:28.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.dll". [xUnit.net 00:01:28.84] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.dll [xUnit.net 00:01:28.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.pdb". [xUnit.net 00:01:28.84] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Build target(s)). [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》Build succeeded. [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target) (1) -> [xUnit.net 00:01:28.84] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> [xUnit.net 00:01:28.84] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:28.84] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target) (1) -> [xUnit.net 00:01:28.84] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Build target) (1:7) -> [xUnit.net 00:01:28.84] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》 3 Warning(s) [xUnit.net 00:01:28.84] 》 0 Error(s) [xUnit.net 00:01:28.84] 》 [xUnit.net 00:01:28.84] 》Time Elapsed 00:00:22.16 [xUnit.net 00:01:28.84] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore' exited with exit code 0. [xUnit.net 00:01:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore': [xUnit.net 00:01:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Build started 4/8/2026 2:50:48 PM. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Restore: [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》CheckForConflicts: [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 No conflicts found for support libs [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》ResolveAssemblyReferences: [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" on node 1 (Restore target(s)). [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Restore: [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:28.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Console.4.3.0\lib\net46\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Console.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Console.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.dll", [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tbut its name "System.Diagnostics.DiagnosticSource, Version=10.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tdidn't match the expected name "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\project.assets.json [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore exited with 0 in 5946 ms. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj (in 428 ms). [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.dll", [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tbut its name "System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tdidn't match the expected name "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Feeds used: [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.winmd", but it didn't exist. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore Process ID: 6668 [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.dll", [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tbut its name "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tdidn't match the expected name "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj... [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Restore: [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\refint\". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net462\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app [22 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:26 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj... 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fsharp.core/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fsharp.core/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fsharp.core/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fsharp.core/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fsharp.core/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fsharp.core/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fsharp.core/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fsharp.core/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fsharp.core/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fsharp.core/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fsharp.core/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fsharp.core/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fsharp.core/4.2.3/fsharp.core.4.2.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fsharp.core/index.json 136ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fsharp.core/index.json 109ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fsharp.core/index.json 107ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fsharp.core/index.json 60ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fsharp.core/index.json 168ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tools/index.json 58ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.console/index.json 70ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.console/index.json 196ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.console/index.json 179ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.console/index.json 212ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.linq.queryable/index.json 275ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.linq.queryable/index.json 262ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.console/index.json 657ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.linq.queryable/index.json 169ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tools/index.json 299ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.linq.queryable/4.0.1/system.linq.queryable.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.linq.queryable/index.json 295ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.linq.queryable/index.json 694ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tools/index.json 699ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.console/index.json 366ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.linq.queryable/index.json 222ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.console/4.0.0/system.console.4.0.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.console/index.json 680ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.linq.queryable/index.json 270ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.linq.queryable/index.json 315ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tools/index.json 377ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tools/index.json 246ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.linq.queryable/index.json 375ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.console/index.json 287ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.targets/index.json 222ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tools/index.json 388ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.requests/index.json 182ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.console/index.json 391ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.linq.queryable/index.json 389ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.numerics/index.json 112ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.console/index.json 109ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.numerics/index.json 119ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.targets/index.json 299ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.targets/index.json 440ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.targets/index.json 382ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.targets/index.json 520ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tools/index.json 447ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.targets/index.json 520ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.targets/index.json 537ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tools/index.json 533ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tools/index.json 551ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.targets/index.json 448ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.targets/index.json 420ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tools/index.json 509ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tools/index.json 510ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.requests/index.json 373ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.linq.queryable/index.json 340ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.console/index.json 332ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.requests/index.json 274ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.requests/4.0.11/system.net.requests.4.0.11.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.tasks.parallel/4.0.1/system.threading.tasks.parallel.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.requests/index.json 57ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.requests/index.json 85ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.numerics/index.json 68ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.tasks.parallel/index.json 135ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.numerics/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.tasks.parallel/index.json 200ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.tasks.parallel/index.json 161ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.tasks.parallel/index.json 178ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.requests/index.json 242ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.requests/index.json 320ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.tasks.parallel/index.json 202ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.numerics/index.json 354ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.numerics/index.json 379ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.requests/index.json 267ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.requests/index.json 332ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.requests/index.json 234ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.tasks.parallel/index.json 384ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.timer/index.json 587ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.timer/index.json 284ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.tasks.parallel/index.json 312ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.timer/index.json 477ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.timer/index.json 606ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.timer/index.json 592ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.timer/index.json 405ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.timer/index.json 352ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.timer/index.json 517ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.numerics/index.json 450ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.diagnostics.tracing/index.json 225ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.timer/index.json 458ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.timer/index.json 469ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.targets/index.json 785ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.webheadercollection/index.json 225ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 451ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.numerics/index.json 382ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.numerics/index.json 400ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 257ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.tasks.parallel/index.json 541ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 500ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.diagnostics.tracing/index.json 232ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.timer/index.json 466ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 207ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.diagnostics.tracing/index.json 205ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.numerics/index.json 617ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.webheadercollection/index.json 366ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.threadpool/index.json 240ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.concurrent/index.json 234ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.diagnostics.tracing/index.json 216ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.threadpool/index.json 242ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 236ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.tasks.parallel/index.json 286ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.diagnostics.tracing/index.json 252ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.webheadercollection/index.json 258ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.primitives/index.json 268ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.tasks.parallel/index.json 267ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.threadpool/index.json 268ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.diagnostics.tracing/index.json 270ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.primitives/index.json 257ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.diagnostics.tracing/index.json 261ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.webheadercollection/index.json 224ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.webheadercollection/index.json 307ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.threading.thread/index.json 230ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.webheadercollection/4.0.1/system.net.webheadercollection.4.0.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.threadpool/index.json 223ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.diagnostics.tracing/index.json 241ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.primitives/index.json 227ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.net.webheadercollection/index.json 249ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.requests/index.json 864ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.webheadercollection/index.json 259ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.threadpool/index.json 68ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.primitives/index.json 69ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.primitives/index.json 101ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.net.primitives/index.json 202ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.threadpool/index.json 106ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.net.primitives/index.json 295ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.threadpool/index.json 273ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.net.webheadercollection/index.json 136ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.net.webheadercollection/index.json 106ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 935ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.diagnostics.tracing/index.json 297ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.threading.thread/index.json 308ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.numerics/index.json 866ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.threadpool/index.json 679ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.threading.thread/index.json 243ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 751ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 835ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 711ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.diagnostics.tracing/index.json 671ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.concurrent/index.json 640ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.threading.thread/index.json 641ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.net.webheadercollection/index.json 656ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.threadpool/index.json 735ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.concurrent/index.json 646ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.threadpool/index.json 665ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.net.webheadercollection/index.json 621ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.threading.thread/index.json 619ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.threading.thread/index.json 628ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.threading.thread/index.json 576ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.concurrent/index.json 603ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 870ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.net.primitives/index.json 562ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.concurrent/index.json 549ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.net.primitives/index.json 718ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.runtime.handles/index.json 154ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.net.primitives/index.json 556ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.threading.thread/index.json 554ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system/index.json 140ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.runtime.handles/index.json 120ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system/index.json 115ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.threading.thread/index.json 285ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.diagnostics.tracing/index.json 412ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.concurrent/index.json 485ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.thread/index.json 343ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.threading.thread/index.json 301ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem/index.json 154ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system/index.json 180ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 159ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.runtime.handles/index.json 161ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 164ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 108ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system/index.json 135ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 143ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system/index.json 225ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.runtime.handles/index.json 151ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.runtime.handles/index.json 131ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem/index.json 172ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem/index.json 204ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system/index.json 280ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem/index.json 145ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem/index.json 153ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.runtime.handles/index.json 243ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.tasks.parallel/index.json 488ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.extensions/index.json 159ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.runtime.handles/index.json 272ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 306ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 349ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 181ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem/index.json 206ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 186ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem/index.json 259ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.runtime.handles/index.json 329ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.threading.threadpool/index.json 663ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem/index.json 188ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 170ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system/index.json 322ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.extensions/index.json 195ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system/index.json 246ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.net.primitives/index.json 969ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.concurrent/index.json 805ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 155ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system/index.json 383ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system/index.json 244ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.runtime.handles/index.json 353ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.security.cryptography/index.json 274ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.runtime.handles/index.json 396ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system/index.json 340ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.runtime.handles/index.json 267ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.extensions/index.json 178ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.native.system.net.http/index.json 179ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.native.system.net.http/index.json 137ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.extensions/index.json 147ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem/index.json 130ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.extensions/index.json 141ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.native.system.net.http/index.json 139ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.native.system.net.http/index.json 137ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.extensions/index.json 165ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.native.system.net.http/index.json 147ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.openssl/index.json 121ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.openssl/index.json 126ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.native.system.net.http/index.json 145ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.concurrent/index.json 131ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.concurrent/index.json 142ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.openssl/index.json 107ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.native.system.net.http/index.json 114ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.extensions/index.json 113ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem/index.json 177ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.native.system.net.http/index.json 166ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem/index.json 290ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.extensions/index.json 178ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.extensions/index.json 199ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.extensions/index.json 94ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.extensions/index.json 112ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.io.filesystem.primitives/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.csp/index.json 86ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.io.filesystem.primitives/index.json 72ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.emit.lightweight/index.json 1432ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.globalization.calendars/index.json 118ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.openssl/index.json 241ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.csp/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.native.system.net.http/index.json 266ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.globalization.calendars/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.io.filesystem.primitives/index.json 143ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.globalization.calendars/index.json 62ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.io.filesystem.primitives/index.json 67ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.globalization.calendars/index.json 122ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.io.filesystem.primitives/index.json 77ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.globalization.calendars/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.globalization.calendars/index.json 81ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.globalization.calendars/index.json 64ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.globalization.calendars/index.json 61ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.globalization.calendars/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.globalization.calendars/index.json 66ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.csp/index.json 220ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.cng/index.json 54ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.cng/index.json 59ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.globalization.calendars/index.json 132ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.cng/index.json 56ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.cng/index.json 56ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 159ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 103ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 158ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 146ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 116ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 190ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 232ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 205ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 250ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.ref/index.json 175ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 217ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 242ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 238ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 97ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.cng/index.json 149ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 101ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.aspnetcore.app.ref/index.json 61ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.io.filesystem.primitives/index.json 61ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/index.json 202ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/index.json 228ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.win-x64/5.0.17/microsoft.netcore.app.host.win-x64.5.0.17.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.ref/5.0.0/microsoft.aspnetcore.app.ref.5.0.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.ref/5.0.0/microsoft.windowsdesktop.app.ref.5.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.io.filesystem.primitives/index.json 60ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.ref/5.0.0/microsoft.netcore.app.ref.5.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.io.filesystem.primitives/index.json 163ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.csp/index.json 58ms 》 Installed Microsoft.NETCore.App.Host.win-x64 5.0.17 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.host.win-x64\5.0.17 with content hash 9rFcHksZ7MH/dtMYqY9tR+4o/2oIkHpLGVYKNTGzDhI5l7oWAUsauH2vnmHFJ3kH9N3JcW67y5L3HCNL/g3MLw==. 》 Installed runtime.native.System.Security.Cryptography 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.security.cryptography\4.0.0 with content hash 2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==. 》 Installed runtime.native.System.Net.Http 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system.net.http\4.0.1 with content hash Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==. 》 Installed System.Security.Cryptography.Csp 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.csp\4.0.0 with content hash /i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==. 》 Installed System.Security.Cryptography.OpenSsl 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.openssl\4.0.0 with content hash HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==. 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.csp/index.json 55ms 》 Installed System.IO.FileSystem.Primitives 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.0.1 with content hash kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==. 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.csp/index.json 54ms 》 Installed System.Diagnostics.Tools 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.0.1 with content hash xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==. 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 》 Installed System.Globalization.Extensions 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.0.1 with content hash KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==. 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 Installed System.Threading.ThreadPool 4.0.10 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.0.10 with content hash IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.cng/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.openssl/index.json 58ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.concurrent/index.json 56ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.native.system.net.http/index.json 55ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.openssl/index.json 65ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.csp/index.json 56ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.openssl/index.json 76ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.cng/index.json 53ms 》 Installed System.Net.Primitives 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.0.11 with content hash hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.cng/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.openssl/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.io.filesystem.primitives/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.csp/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.openssl/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.csp/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.csp/index.json 62ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.io.filesystem.primitives/index.json 267ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.csp/index.json 348ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.io.filesystem.primitives/index.json 371ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.cng/index.json 397ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.cng/index.json 387ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.openssl/index.json 372ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.concurrent/index.json 364ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.native.system.net.http/index.json 397ms 》 Installed System.Threading.Thread 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.0.0 with content hash gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==. 》 Installed FSharp.Core 4.2.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3 with content hash PthzJd0cY9L7+mPHoMB0B9Z9moR4oO1rU5RDrVW44cfMm0R9AYFf+F3BsuTvP9clr9w/Wa0wbSfEwbJV8sV80A==. 》 Installed System.Threading.Tasks.Parallel 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.0.1 with content hash 7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==. 》 Installed Microsoft.NETCore.Targets 1.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.targets\1.0.1 with content hash rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==. 》 Installed System.Threading.Timer 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.0.1 with content hash saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==. 》 Installed System.Runtime.Numerics 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.0.1 with content hash +XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==. 》 Installed runtime.native.System 4.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.native.system\4.0.0 with content hash QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==. 》 Installed System.Globalization.Calendars 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.0.1 with content hash L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==. 》 Installed System.Collections.Concurrent 4.0.12 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.0.12 with content hash 2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==. 》 Installed System.Security.Cryptography.Cng 4.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.cng\4.2.0 with content hash cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==. 》 Installed System.Reflection.Emit.Lightweight 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.emit.lightweight\4.0.1 with content hash sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==. 》 Installed System.Net.WebHeaderCollection 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.0.1 with content hash XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==. 》 Installed Microsoft.WindowsDesktop.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.windowsdesktop.app.ref\5.0.0 with content hash 22qe3tLaPpbD0OrRWKrsfNeXVNw4FizsrWSy2vrqzRFaGNHRHrdPpDuiNTN5YvKFJyFro6hDk8dCqZ8kvi620g==. 》 Installed System.Linq.Queryable 4.0.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.0.1 with content hash Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==. 》 Installed System.Net.Requests 4.0.11 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.0.11 with content hash vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==. 》 Installed System.Diagnostics.Tracing 4.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.1.0 with content hash vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==. 》 Installed Microsoft.AspNetCore.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.aspnetcore.app.ref\5.0.0 with content hash DucLlzGoCVYVjKdomwgOVmM2VtFMPjbssTzGvxx1j5LXgxiA4LBxc/t3FBmvVlmmeRsDcy+nsb5lVq3fbH+5gQ==. 》 Installed Microsoft.NETCore.App.Ref 5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0 with content hash fpIKi9rVEsmH5E/4INAFv+5xxsxOkNmBwcJ09hwVJwLaehA5Z7E8xoFsJe4sGpyqEHsVGnFor7apwUKPRrgqFg==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\TestApp.fsproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\TestApp.fsproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj (in 17.66 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\FSharp\library-packs 》 》 Installed: 》 27 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] 》GenerateFSharpTextResources: 》 Creating directory "obj\Debug\net5.0\". 》PrepareForBuild: 》 Creating directory "bin\Debug\net5.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net5.0\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 C:\Program Files\Microsoft Visual Studio\18\Insiders/Common7/IDE/CommonExtensions/Microsoft/FSharp/Tools/fscAnyCpu.exe -o:obj\Debug\net5.0\TestApp.dll 》 -g 》 --debug:portable 》 --noframework 》 --define:TRACE 》 --define:DEBUG 》 --define:NET 》 --define:NET5_0 》 --define:NETCOREAPP 》 --define:NET5_0_OR_GREATER 》 --define:NETCOREAPP1_0_OR_GREATER 》 --define:NETCOREAPP1_1_OR_GREATER 》 --define:NETCOREAPP2_0_OR_GREATER 》 --define:NETCOREAPP2_1_OR_GREATER 》 --define:NETCOREAPP2_2_OR_GREATER 》 --define:NETCOREAPP3_0_OR_GREATER 》 --define:NETCOREAPP3_1_OR_GREATER 》 --optimize- 》 --tailcalls- 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\netstandard1.6\FSharp.Core.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.CSharp.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.Core.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.VisualBasic.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\Microsoft.Win32.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\mscorlib.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\netstandard.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.AppContext.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Buffers.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Concurrent.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Immutable.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.NonGeneric.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Collections.Specialized.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.Annotations.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.DataAnnotations.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.EventBasedAsync.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ComponentModel.TypeConverter.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Configuration.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Console.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Core.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.Common.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.DataSetExtensions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Data.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Contracts.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Debug.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.DiagnosticSource.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.FileVersionInfo.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Process.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.StackTrace.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.TextWriterTraceListener.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Tools.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.TraceSource.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Diagnostics.Tracing.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Drawing.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Drawing.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Dynamic.Runtime.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Formats.Asn1.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.Calendars.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Globalization.Extensions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.Brotli.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.FileSystem.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Compression.ZipFile.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.DriveInfo.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.FileSystem.Watcher.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.IsolatedStorage.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.MemoryMappedFiles.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.Pipes.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.IO.UnmanagedMemoryStream.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Expressions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Parallel.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Linq.Queryable.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Memory.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Http.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Http.Json.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.HttpListener.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Mail.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.NameResolution.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.NetworkInformation.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Ping.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Requests.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Security.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.ServicePoint.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.Sockets.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebClient.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebHeaderCollection.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebProxy.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebSockets.Client.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Net.WebSockets.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Numerics.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Numerics.Vectors.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ObjectModel.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.DispatchProxy.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.ILGeneration.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Emit.Lightweight.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Extensions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Metadata.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Reflection.TypeExtensions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.Reader.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.ResourceManager.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Resources.Writer.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.Unsafe.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.CompilerServices.VisualC.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Extensions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Handles.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.InteropServices.RuntimeInformation.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Intrinsics.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Loader.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Numerics.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Formatters.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Json.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Runtime.Serialization.Xml.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Claims.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Algorithms.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Csp.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Encoding.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.Primitives.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Cryptography.X509Certificates.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.Principal.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Security.SecureString.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ServiceModel.Web.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ServiceProcess.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.CodePages.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encoding.Extensions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Encodings.Web.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.Json.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Text.RegularExpressions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Channels.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Overlapped.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Dataflow.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Extensions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Tasks.Parallel.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Thread.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.ThreadPool.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Threading.Timer.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Transactions.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Transactions.Local.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.ValueTuple.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Web.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Web.HttpUtility.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Windows.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.Linq.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.ReaderWriter.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.Serialization.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XDocument.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XmlDocument.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XmlSerializer.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XPath.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\System.Xml.XPath.XDocument.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.app.ref\5.0.0\ref\net5.0\WindowsBase.dll 》 --target:exe 》 --warn:3 》 --warnaserror:3239 》 --fullpaths 》 --flaterrors 》 --highentropyva+ 》 --targetprofile:netcore 》 --nocopyfsharpcore 》 --deterministic+ 》 --simpleresolution 》 obj\Debug\net5.0\TestApp.AssemblyInfo.fs 》 obj\Debug\net5.0\.NETCoreApp,Version=v5.0.AssemblyAttributes.fs 》 Program.fs 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\netstandard1.6\FSharp.Core.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\FSharp.Core.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.fsproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.fsproj.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.dll". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\obj\Debug\net5.0\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\bin\Debug\net5.0\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (_GenerateRestoreGraphProjectEntry target) (1:5) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Restore target) (1) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj" (Build target) (1:7) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj] 》 》 3 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:22.16 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---CD799EDA\TestApp.fsproj /restore' exited with exit code 0. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net462\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Primary reference "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll", [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tbut its name "System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 \t\t\tdidn't match the expected name "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{GAC}". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered treating "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Considered "bin\Debug\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 There was a conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "Microsoft.Win32.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.AppContext, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll] to Version "4.1.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Console, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Globalization.Calendars, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.IO.Compression, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "4.1.2.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.IO.Compression.ZipFile, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.IO.FileSystem, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.IO.FileSystem.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Net.Http, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Net.Sockets, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Runtime.InteropServices.RuntimeInformation, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Security.Cryptography.Algorithms, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.0.0" [] to Version "4.3.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Security.Cryptography.Encoding, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Security.Cryptography.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Security.Cryptography.X509Certificates, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.2" [] to Version "4.1.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Consider app.config remapping of assembly "System.Xml.ReaderWriter, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.0.0" [] to Version "4.1.1.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj... [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》CoreCompile: [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:31.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:31.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》(ResolveAssemblyReferences target) -> [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:31.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:31.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 32 Warning(s) [xUnit.net 00:01:31.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:31.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》 [xUnit.net 00:01:31.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] 》Time Elapsed 00:00:05.17 [xUnit.net 00:01:31.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:31.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:31.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [PASS] [xUnit.net 00:01:31.97] Output: [xUnit.net 00:01:31.97] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages': [xUnit.net 00:01:31.97] 》MSBuild auto-detection: using msbuild version '18.5.3.16805' from 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\bin'. [xUnit.net 00:01:31.97] 》Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj... [xUnit.net 00:01:31.97] 》Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:31.97] 》Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:31.97] 》Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\project.assets.json [xUnit.net 00:01:31.97] 》Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj (in 1.29 sec). [xUnit.net 00:01:31.97] 》 [xUnit.net 00:01:31.97] 》NuGet Config files used: [xUnit.net 00:01:31.97] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:31.97] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:31.97] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:31.97] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:31.97] 》 [xUnit.net 00:01:31.97] 》Feeds used: [xUnit.net 00:01:31.97] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:31.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:31.97] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages' exited with exit code 0. [xUnit.net 00:01:31.97] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:31.97] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:31.97] 》Build started 4/8/2026 2:50:45 PM. [xUnit.net 00:01:31.97] 》 [xUnit.net 00:01:31.97] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:31.97] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:31.97] 》 Determining projects to restore... [xUnit.net 00:01:31.98] 》Restore: [xUnit.net 00:01:31.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:31.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:31.98] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:31.98] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj... [xUnit.net 00:01:31.98] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:31.98] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:31.98] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\project.assets.json [xUnit.net 00:01:31.98] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\project.assets.json [xUnit.net 00:01:31.98] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj (in 726 ms). [xUnit.net 00:01:31.98] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj (in 723 ms). [xUnit.net 00:01:31.98] 》 [xUnit.net 00:01:31.98] 》 NuGet Config files used: [xUnit.net 00:01:31.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:31.98] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:31.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:31.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:31.98] 》 [xUnit.net 00:01:31.98] 》 Feeds used: [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:31.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:31.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:31.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:31.98] 》PrepareForBuild: [xUnit.net 00:01:31.98] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:31.98] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:31.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:31.98] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:31.98] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:31.98] 》PrepareForBuild: [xUnit.net 00:01:31.98] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:31.98] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:31.98] 》_GenerateSourceLinkFile: [xUnit.net 00:01:31.98] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:31.98] 》CoreCompile: [xUnit.net 00:01:31.98] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:31.98] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:31.98] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:31.98] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:34.11] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:34.11] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:34.12] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:34.12] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:34.12] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:34.12] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:34.12] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:34.12] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:34.12] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:34.12] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:34.12] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:34.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:34.12] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:34.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:34.12] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:34.12] 》CheckForConflicts: [xUnit.net 00:01:34.12] 》 No conflicts found for support libs [xUnit.net 00:01:34.12] 》ResolveAssemblyReferences: [xUnit.net 00:01:34.12] 》 Primary reference "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.12] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.12] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.12] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.12] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.12] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.12] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.12] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.12] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.13] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.13] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.13] 》 Considered "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.13] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.13] 》 Considered treating "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.13] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.13] 》 Considered "bin\Debug\Microsoft.Win32.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "bin\Debug\Microsoft.Win32.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "bin\Debug\Microsoft.Win32.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Primary reference "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.13] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.13] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.13] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Console.4.3.0\lib\net46\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.13] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.13] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.13] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.13] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.14] 》 Considered "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.14] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.14] 》 Considered treating "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.14] 》 Considered "bin\Debug\System.Console.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "bin\Debug\System.Console.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "bin\Debug\System.Console.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Primary reference "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". [xUnit.net 00:01:34.14] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.14] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.dll", [xUnit.net 00:01:34.14] 》 but its name "System.Diagnostics.DiagnosticSource, Version=10.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" [xUnit.net 00:01:34.14] 》 didn't match the expected name "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.14] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.14] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.14] 》 Considered "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.14] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.14] 》 Considered treating "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.14] 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. [xUnit.net 00:01:34.14] 》 Primary reference "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.14] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.14] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.14] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.15] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.15] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.15] 》 Considered "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.15] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.15] 》 Considered treating "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.15] 》 Considered "bin\Debug\System.Globalization.Calendars.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "bin\Debug\System.Globalization.Calendars.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "bin\Debug\System.Globalization.Calendars.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Primary reference "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:34.15] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.15] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.dll", [xUnit.net 00:01:34.15] 》 but its name "System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" [xUnit.net 00:01:34.15] 》 didn't match the expected name "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.15] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.15] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.15] 》 Considered "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.15] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.15] 》 Considered treating "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.15] 》 Considered "bin\Debug\System.IO.Compression.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "bin\Debug\System.IO.Compression.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "bin\Debug\System.IO.Compression.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Primary reference "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:34.15] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.15] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.15] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.16] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.16] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.16] 》 Considered "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.16] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.16] 》 Considered treating "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.16] 》 Considered "bin\Debug\System.IO.Compression.ZipFile.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "bin\Debug\System.IO.Compression.ZipFile.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "bin\Debug\System.IO.Compression.ZipFile.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Primary reference "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.16] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.16] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.16] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.16] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.16] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.16] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.16] 》 Considered "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.16] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.16] 》 Considered treating "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.16] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.16] 》 Considered "bin\Debug\System.IO.FileSystem.winmd", but it didn't exist. [xUnit.net 00:01:34.16] 》 Considered "bin\Debug\System.IO.FileSystem.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "bin\Debug\System.IO.FileSystem.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Primary reference "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.17] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.17] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.17] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.17] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.17] 》 Considered "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.17] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.17] 》 Considered treating "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.17] 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Primary reference "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.17] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.17] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.dll", [xUnit.net 00:01:34.17] 》 but its name "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [xUnit.net 00:01:34.17] 》 didn't match the expected name "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.17] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.17] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.17] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.18] 》 Considered "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.18] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.18] 》 Considered treating "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.18] 》 Considered "bin\Debug\System.Net.Http.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "bin\Debug\System.Net.Http.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "bin\Debug\System.Net.Http.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Primary reference "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.18] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.18] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.18] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.18] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.18] 》 Considered "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.18] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.18] 》 Considered treating "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.18] 》 Considered "bin\Debug\System.Net.Sockets.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "bin\Debug\System.Net.Sockets.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "bin\Debug\System.Net.Sockets.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.18] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.18] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.18] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.19] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.19] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.19] 》 Considered "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.19] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.19] 》 Considered treating "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.19] 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Primary reference "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.19] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.19] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net462\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.19] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.19] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.19] 》 Considered "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.19] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.19] 》 Considered treating "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.19] 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Primary reference "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.19] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.19] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.19] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.19] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.20] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.20] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.20] 》 Considered "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.20] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.20] 》 Considered treating "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.20] 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Primary reference "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.20] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.20] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.20] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.20] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.20] 》 Considered "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.20] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.20] 》 Considered treating "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.20] 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Primary reference "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.20] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.20] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net462\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.20] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.20] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.21] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.21] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.21] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.21] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.21] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.21] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.22] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.22] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.22] 》 Considered "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.22] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.22] 》 Considered treating "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.22] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.22] 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Primary reference "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.22] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.22] 》 For SearchPath "{HintPathFromItem}". [xUnit.net 00:01:34.22] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 For SearchPath "{TargetFrameworkDirectory}". [xUnit.net 00:01:34.22] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll", [xUnit.net 00:01:34.22] 》 but its name "System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [xUnit.net 00:01:34.22] 》 didn't match the expected name "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.22] 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". [xUnit.net 00:01:34.22] 》 Considered AssemblyFoldersEx locations. [xUnit.net 00:01:34.22] 》 For SearchPath "{AssemblyFolders}". [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.22] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.81] 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.81] 》 For SearchPath "{GAC}". [xUnit.net 00:01:34.81] 》 Considered "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. [xUnit.net 00:01:34.81] 》 For SearchPath "{RawFileName}". [xUnit.net 00:01:34.81] 》 Considered treating "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. [xUnit.net 00:01:34.81] 》 For SearchPath "bin\Debug\". [xUnit.net 00:01:34.81] 》 Considered "bin\Debug\System.Xml.ReaderWriter.winmd", but it didn't exist. [xUnit.net 00:01:34.81] 》 Considered "bin\Debug\System.Xml.ReaderWriter.dll", but it didn't exist. [xUnit.net 00:01:34.81] 》 Considered "bin\Debug\System.Xml.ReaderWriter.exe", but it didn't exist. [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.81] 》 There was a conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". [xUnit.net 00:01:34.81] 》 Consider app.config remapping of assembly "Microsoft.Win32.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.AppContext, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll] to Version "4.1.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Console, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Globalization.Calendars, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.IO.Compression, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "4.1.2.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.IO.Compression.ZipFile, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.IO.FileSystem, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.IO.FileSystem.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Net.Http, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Net.Sockets, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Runtime.InteropServices.RuntimeInformation, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Security.Cryptography.Algorithms, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.0.0" [] to Version "4.3.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Security.Cryptography.Encoding, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Security.Cryptography.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Security.Cryptography.X509Certificates, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.2" [] to Version "4.1.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》 Consider app.config remapping of assembly "System.Xml.ReaderWriter, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.0.0" [] to Version "4.1.1.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll] to solve conflict and get rid of warning. [xUnit.net 00:01:34.82] 》CoreCompile: [xUnit.net 00:01:34.82] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:34.82] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:34.82] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:34.82] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:34.82] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:34.84] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:34.84] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:34.84] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:34.84] 》 Begin writing request for TestApp [xUnit.net 00:01:34.84] 》 End writing request for TestApp [xUnit.net 00:01:34.84] 》 Begin reading response for TestApp [xUnit.net 00:01:34.84] 》 End reading response for TestApp [xUnit.net 00:01:34.84] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:34.84] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:34.84] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:34.85] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:34.85] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:34.85] 》_CopyAppConfigFile: [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:34.85] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:34.85] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:34.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:34.85] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:34.85] 》 [xUnit.net 00:01:34.85] 》Build succeeded. [xUnit.net 00:01:34.85] 》 [xUnit.net 00:01:34.85] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:34.85] 》(ResolveAssemblyReferences target) -> [xUnit.net 00:01:34.85] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.85] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.85] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.85] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.85] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.85] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] [xUnit.net 00:01:34.86] 》 [xUnit.net 00:01:34.86] 》 32 Warning(s) [xUnit.net 00:01:34.86] 》 0 Error(s) [xUnit.net 00:01:34.86] 》 [xUnit.net 00:01:34.86] 》Time Elapsed 00:00:05.17 [xUnit.net 00:01:34.86] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: True) [14 s] Standard Output Messages: Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages': 》MSBuild auto-detection: using msbuild version '18.5.3.16805' from 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\bin'. 》Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj... 》Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\TestApp.csproj.nuget.g.props. 》Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\TestApp.csproj.nuget.g.targets. 》Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\project.assets.json 》Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj (in 1.29 sec). 》 》NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》Feeds used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\nuget.exe restore C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj -PackagesDirectory C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:45 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\project.assets.json 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj (in 726 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj (in 723 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\TestLibrary.csproj" (default targets). 》CheckForConflicts: 》 No conflicts found for support libs 》ResolveAssemblyReferences: 》 Primary reference "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\Microsoft.Win32.Primitives.winmd", but it didn't exist. 》 Considered "bin\Debug\Microsoft.Win32.Primitives.dll", but it didn't exist. 》 Considered "bin\Debug\Microsoft.Win32.Primitives.exe", but it didn't exist. 》 Primary reference "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Console.4.3.0\lib\net46\System.Console.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Console.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Console.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Console.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Console.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Console.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Console.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Console.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Console.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Console.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Console.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Console.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Console.dll", but it didn't exist. 》 Considered "bin\Debug\System.Console.exe", but it didn't exist. 》 Primary reference "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.dll", 》 but its name "System.Diagnostics.DiagnosticSource, Version=10.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" 》 didn't match the expected name "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.dll", but it didn't exist. 》 Considered "bin\Debug\System.Diagnostics.DiagnosticSource.exe", but it didn't exist. 》 Primary reference "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Globalization.Calendars.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.Calendars.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Globalization.Calendars.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Globalization.Calendars.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Globalization.Calendars.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Globalization.Calendars.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Globalization.Calendars.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Globalization.Calendars.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Globalization.Calendars.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Globalization.Calendars.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Globalization.Calendars.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Globalization.Calendars.dll", but it didn't exist. 》 Considered "bin\Debug\System.Globalization.Calendars.exe", but it didn't exist. 》 Primary reference "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.dll", 》 but its name "System.IO.Compression, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" 》 didn't match the expected name "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.IO.Compression.winmd", but it didn't exist. 》 Considered "bin\Debug\System.IO.Compression.dll", but it didn't exist. 》 Considered "bin\Debug\System.IO.Compression.exe", but it didn't exist. 》 Primary reference "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.IO.Compression.ZipFile.winmd", but it didn't exist. 》 Considered "bin\Debug\System.IO.Compression.ZipFile.dll", but it didn't exist. 》 Considered "bin\Debug\System.IO.Compression.ZipFile.exe", but it didn't exist. 》 Primary reference "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.IO.FileSystem.winmd", but it didn't exist. 》 Considered "bin\Debug\System.IO.FileSystem.dll", but it didn't exist. 》 Considered "bin\Debug\System.IO.FileSystem.exe", but it didn't exist. 》 Primary reference "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.winmd", but it didn't exist. 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.dll", but it didn't exist. 》 Considered "bin\Debug\System.IO.FileSystem.Primitives.exe", but it didn't exist. 》 Primary reference "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.dll", 》 but its name "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 》 didn't match the expected name "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Http.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Http.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Http.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Http.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Http.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Http.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Http.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Http.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Http.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Http.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Net.Http.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Net.Http.dll", but it didn't exist. 》 Considered "bin\Debug\System.Net.Http.exe", but it didn't exist. 》 Primary reference "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Net.Sockets.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Sockets.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Net.Sockets.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Net.Sockets.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Net.Sockets.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Net.Sockets.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Net.Sockets.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Net.Sockets.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Net.Sockets.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Net.Sockets.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Net.Sockets.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Net.Sockets.dll", but it didn't exist. 》 Considered "bin\Debug\System.Net.Sockets.exe", but it didn't exist. 》 Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll", but it didn't exist. 》 Considered "bin\Debug\System.Runtime.InteropServices.RuntimeInformation.exe", but it didn't exist. 》 Primary reference "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net462\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.dll", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.Algorithms.exe", but it didn't exist. 》 Primary reference "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.dll", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.Encoding.exe", but it didn't exist. 》 Primary reference "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.dll", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.Primitives.exe", but it didn't exist. 》 Primary reference "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net462\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.dll", but it didn't exist. 》 Considered "bin\Debug\System.Security.Cryptography.X509Certificates.exe", but it didn't exist. 》 Primary reference "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 For SearchPath "{HintPathFromItem}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll", but it didn't exist. 》 For SearchPath "{TargetFrameworkDirectory}". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.ReaderWriter.exe", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll", 》 but its name "System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 》 didn't match the expected name "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》 Considered "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.exe", but it didn't exist. 》 For SearchPath "{AssemblyFoldersFromConfig:C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\AssemblyFolders.config,v4.6.2}". 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\Extensions\Microsoft\SqlDb\System.Xml.ReaderWriter.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\PublicAssemblies\System.Xml.ReaderWriter.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.5\System.Xml.ReaderWriter.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v4.0\System.Xml.ReaderWriter.exe", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files\Microsoft Visual Studio\18\Insiders\Common7\IDE\ReferenceAssemblies\v2.0\System.Xml.ReaderWriter.exe", but it didn't exist. 》 For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.6.2,AssemblyFoldersEx}". 》 Considered AssemblyFoldersEx locations. 》 For SearchPath "{AssemblyFolders}". 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\System.Xml.ReaderWriter.exe", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.ReaderWriter.exe", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "C:\Program Files\IIS\Microsoft Web Deploy V3\System.Xml.ReaderWriter.exe", but it didn't exist. 》 For SearchPath "{GAC}". 》 Considered "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC. 》 For SearchPath "{RawFileName}". 》 Considered treating "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" as a file name, but it didn't exist. 》 For SearchPath "bin\Debug\". 》 Considered "bin\Debug\System.Xml.ReaderWriter.winmd", but it didn't exist. 》 Considered "bin\Debug\System.Xml.ReaderWriter.dll", but it didn't exist. 》 Considered "bin\Debug\System.Xml.ReaderWriter.exe", but it didn't exist. 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 There was a conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". 》 Consider app.config remapping of assembly "Microsoft.Win32.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.AppContext, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll] to Version "4.1.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Console, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Globalization.Calendars, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.IO.Compression, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "4.1.2.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.IO.Compression.ZipFile, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.IO.FileSystem, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.IO.FileSystem.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.2.0" [] to Version "4.0.3.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Net.Http, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Net.Sockets, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.0" [] to Version "4.2.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Runtime.InteropServices.RuntimeInformation, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Security.Cryptography.Algorithms, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.0.0" [] to Version "4.3.0.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Security.Cryptography.Encoding, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Security.Cryptography.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.1.0" [] to Version "4.0.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Security.Cryptography.X509Certificates, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.1.2" [] to Version "4.1.2.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll] to solve conflict and get rid of warning. 》 Consider app.config remapping of assembly "System.Xml.ReaderWriter, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.1.0.0" [] to Version "4.1.1.0" [C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll] to solve conflict and get rid of warning. 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.AppContext\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestLibrary.pdb". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj" (Build target) (1:7) -> 》(ResolveAssemblyReferences target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL". Choosing "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Net.Sockets, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Algorithms, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2451,5): warning MSB3243: No way to resolve conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Choosing "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj] 》 》 32 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:05.17 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---34407886\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\project.assets.json [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj (in 759 ms). [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》_CreateAppHost: [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:35.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.valuetuple/index.json 133ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.valuetuple/index.json 142ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.valuetuple/4.6.1/system.valuetuple.4.6.1.nupkg [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.comhost.dll". [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.X.manifest". [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.valuetuple/index.json 161ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.valuetuple/index.json 187ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Build started 4/8/2026 2:50:50 PM. [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.valuetuple/index.json 163ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.valuetuple/index.json 161ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.valuetuple/index.json 71ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.valuetuple/index.json 69ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.valuetuple/index.json 188ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.valuetuple/index.json 237ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.valuetuple/index.json 191ms [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj] [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.dll". [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ref\ComServerWithTypeLibs.dll". [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 ComServerWithTypeLibs -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.dll [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.pdb". [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (Build target(s)). [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Build succeeded. [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》 [xUnit.net 00:01:35.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] 》Time Elapsed 00:00:03.56 [xUnit.net 00:01:35.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore' exited with exit code 0. [xUnit.net 00:01:35.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [PASS] [xUnit.net 00:01:35.05] Output: [xUnit.net 00:01:35.05] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:01:35.05] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.05] 》Build started 4/8/2026 2:50:47 PM. [xUnit.net 00:01:35.05] 》 [xUnit.net 00:01:35.05] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.05] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.05] 》 Determining projects to restore... [xUnit.net 00:01:35.05] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.05] 》AddPrunePackageReferences: [xUnit.net 00:01:35.05] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:35.05] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:35.05] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:35.05] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:35.05] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:35.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.34] 》Restore: [xUnit.net 00:01:35.34] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.34] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.34] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:35.34] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:35.34] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:35.34] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\project.assets.json [xUnit.net 00:01:35.34] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj (in 428 ms). [xUnit.net 00:01:35.34] 》 [xUnit.net 00:01:35.34] 》 NuGet Config files used: [xUnit.net 00:01:35.34] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.34] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.34] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.34] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.34] 》 [xUnit.net 00:01:35.34] 》 Feeds used: [xUnit.net 00:01:35.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.35] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.35] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:35.35] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.35] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.35] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:35.35] 》PrepareForBuild: [xUnit.net 00:01:35.35] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:35.35] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:35.35] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\refint\". [xUnit.net 00:01:35.35] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:35.35] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.35] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:35.35] 》CoreCompile: [xUnit.net 00:01:35.35] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:35.35] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:35.35] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:35.35] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:35.35] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:35.35] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:35.35] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.35] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.35] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:35.35] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:35.35] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:35.35] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:35.35] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:35.35] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:35.35] 》_CreateAppHost: [xUnit.net 00:01:35.35] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:35.35] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:35.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.comhost.dll". [xUnit.net 00:01:35.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.X.manifest". [xUnit.net 00:01:35.35] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.dll". [xUnit.net 00:01:35.35] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ref\ComServerWithTypeLibs.dll". [xUnit.net 00:01:35.35] 》 ComServerWithTypeLibs -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.dll < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore exited with 1 in 3509 ms. [xUnit.net 00:01:35.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.pdb". [xUnit.net 00:01:35.35] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (Build target(s)). [xUnit.net 00:01:35.35] 》 [xUnit.net 00:01:35.35] 》Build succeeded. [xUnit.net 00:01:35.35] 》 0 Warning(s) [xUnit.net 00:01:35.35] 》 0 Error(s) [xUnit.net 00:01:35.35] 》 [xUnit.net 00:01:35.35] 》Time Elapsed 00:00:03.56 [xUnit.net 00:01:35.35] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore' exited with exit code 0. [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_to_find_comhost_for_platforms_without_comhost [SKIP] [xUnit.net 00:01:35.36] This test is not supported on this platform. [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore': [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Build started 4/8/2026 2:50:51 PM. [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Installed System.ValueTuple 4.6.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1 with content hash +RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w==. [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\libuv.dll". [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:35.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\TestApp.fsproj.nuget.g.props. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Time Elapsed 00:00:03.23 [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\TestApp.fsproj.nuget.g.targets. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\project.assets.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj (in 1.41 sec). [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Feeds used: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\FSharp\library-packs [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Installed: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" (Restore target(s)). [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Native code was used (X86) [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj] [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》GenerateFSharpTextResources: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build started 4/8/2026 2:50:52 PM. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Restore: [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj... [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》CoreCompile: [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders/Common7/IDE/CommonExtensions/Microsoft/FSharp/Tools/fscAnyCpu.exe -o:obj\Debug\net462\TestApp.exe [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -g [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --debug:portable [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --noframework [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:TRACE [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:DEBUG [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NETFRAMEWORK [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET462 [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET20_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET30_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET35_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET40_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET45_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET451_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET452_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET46_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET461_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --define:NET462_OR_GREATER [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --optimize- [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --tailcalls- [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --platform:anycpu [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\net45\FSharp.Core.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1\lib\net462\System.ValueTuple.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --target:exe [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --warn:3 [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --warnaserror:3239 [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --fullpaths [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --flaterrors [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --subsystemversion:6.00 [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --highentropyva+ [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --targetprofile:mscorlib [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --nocopyfsharpcore [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --deterministic+ [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 --simpleresolution [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 obj\Debug\net462\TestApp.AssemblyInfo.fs [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.fs [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Program.fs [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Restore: [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj... [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\project.assets.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj (in 774 ms). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\project.assets.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj (in 424 ms). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Feeds used: [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (Restore target(s)). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Restore: [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\project.assets.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj (in 1.2 sec). [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\net45\FSharp.Core.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\FSharp.Core.dll". [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1\lib\net462\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.fsproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.fsproj.Up2Date". [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" (Build target(s)). [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Build succeeded. [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] 》Time Elapsed 00:00:04.83 [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore' exited with exit code 0. [xUnit.net 00:01:35.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [PASS] [xUnit.net 00:01:35.40] Output: [xUnit.net 00:01:35.40] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore': [xUnit.net 00:01:35.40] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.40] 》Build started 4/8/2026 2:50:48 PM. [xUnit.net 00:01:35.40] 》 [xUnit.net 00:01:35.40] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.40] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.40] 》 Determining projects to restore... [xUnit.net 00:01:35.40] 》Restore: [xUnit.net 00:01:35.40] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.40] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.40] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj... [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.valuetuple/index.json [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.valuetuple/index.json 133ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.valuetuple/index.json 142ms [xUnit.net 00:01:35.40] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.valuetuple/4.6.1/system.valuetuple.4.6.1.nupkg [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.valuetuple/index.json 161ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.valuetuple/index.json 187ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.valuetuple/index.json 163ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.valuetuple/index.json 161ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.valuetuple/index.json 71ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.valuetuple/index.json 69ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.valuetuple/index.json 188ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.valuetuple/index.json 237ms [xUnit.net 00:01:35.40] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.valuetuple/index.json 191ms [xUnit.net 00:01:35.40] 》 Installed System.ValueTuple 4.6.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1 with content hash +RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w==. [xUnit.net 00:01:35.40] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\TestApp.fsproj.nuget.g.props. [xUnit.net 00:01:35.40] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\TestApp.fsproj.nuget.g.targets. [xUnit.net 00:01:35.40] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\project.assets.json [xUnit.net 00:01:35.40] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj (in 1.41 sec). [xUnit.net 00:01:35.40] 》 [xUnit.net 00:01:35.40] 》 NuGet Config files used: [xUnit.net 00:01:35.40] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.40] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.40] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.40] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.40] 》 [xUnit.net 00:01:35.40] 》 Feeds used: [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.41] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.41] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\FSharp\library-packs [xUnit.net 00:01:35.41] 》 [xUnit.net 00:01:35.41] 》 Installed: [xUnit.net 00:01:35.41] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj [xUnit.net 00:01:35.41] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" (Restore target(s)). [xUnit.net 00:01:35.41] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.41] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.41] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj] [xUnit.net 00:01:35.41] 》GenerateFSharpTextResources: [xUnit.net 00:01:35.41] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:35.41] 》PrepareForBuild: [xUnit.net 00:01:35.41] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:35.41] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.41] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:35.41] 》CoreCompile: [xUnit.net 00:01:35.41] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders/Common7/IDE/CommonExtensions/Microsoft/FSharp/Tools/fscAnyCpu.exe -o:obj\Debug\net462\TestApp.exe [xUnit.net 00:01:35.41] 》 -g [xUnit.net 00:01:35.41] 》 --debug:portable [xUnit.net 00:01:35.41] 》 --noframework [xUnit.net 00:01:35.41] 》 --define:TRACE [xUnit.net 00:01:35.41] 》 --define:DEBUG [xUnit.net 00:01:35.41] 》 --define:NETFRAMEWORK [xUnit.net 00:01:35.41] 》 --define:NET462 [xUnit.net 00:01:35.41] 》 --define:NET20_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET30_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET35_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET40_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET45_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET451_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET452_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET46_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET461_OR_GREATER [xUnit.net 00:01:35.41] 》 --define:NET462_OR_GREATER [xUnit.net 00:01:35.41] 》 --optimize- [xUnit.net 00:01:35.41] 》 --tailcalls- [xUnit.net 00:01:35.41] 》 --platform:anycpu [xUnit.net 00:01:35.41] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\net45\FSharp.Core.dll [xUnit.net 00:01:35.41] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll [xUnit.net 00:01:35.41] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll [xUnit.net 00:01:35.41] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll [xUnit.net 00:01:35.42] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll [xUnit.net 00:01:35.42] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll [xUnit.net 00:01:35.42] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll [xUnit.net 00:01:35.42] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll [xUnit.net 00:01:35.42] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll [xUnit.net 00:01:35.42] 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1\lib\net462\System.ValueTuple.dll [xUnit.net 00:01:35.42] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll [xUnit.net 00:01:35.42] 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll [xUnit.net 00:01:35.42] 》 --target:exe [xUnit.net 00:01:35.42] 》 --warn:3 [xUnit.net 00:01:35.42] 》 --warnaserror:3239 [xUnit.net 00:01:35.42] 》 --fullpaths [xUnit.net 00:01:35.42] 》 --flaterrors [xUnit.net 00:01:35.42] 》 --subsystemversion:6.00 [xUnit.net 00:01:35.42] 》 --highentropyva+ [xUnit.net 00:01:35.42] 》 --targetprofile:mscorlib [xUnit.net 00:01:35.42] 》 --nocopyfsharpcore [xUnit.net 00:01:35.42] 》 --deterministic+ [xUnit.net 00:01:35.42] 》 --simpleresolution [xUnit.net 00:01:35.42] 》 obj\Debug\net462\TestApp.AssemblyInfo.fs [xUnit.net 00:01:35.42] 》 obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.fs [xUnit.net 00:01:35.42] 》 Program.fs [xUnit.net 00:01:35.42] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:35.42] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\net45\FSharp.Core.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\FSharp.Core.dll". [xUnit.net 00:01:35.42] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1\lib\net462\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:01:35.42] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.fsproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:35.42] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.fsproj.Up2Date". [xUnit.net 00:01:35.42] 》_CopyAppConfigFile: [xUnit.net 00:01:35.42] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:35.42] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.42] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:35.42] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:35.42] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:35.42] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" (Build target(s)). [xUnit.net 00:01:35.42] 》 [xUnit.net 00:01:35.42] 》Build succeeded. [xUnit.net 00:01:35.42] 》 0 Warning(s) [xUnit.net 00:01:35.42] 》 0 Error(s) [xUnit.net 00:01:35.42] 》 [xUnit.net 00:01:35.42] 》Time Elapsed 00:00:04.83 [xUnit.net 00:01:35.43] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore' exited with exit code 0. [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore': [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj] [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj] [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj... [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》Build started 4/8/2026 2:50:53 PM. [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" on node 1 (Restore target(s)). [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》ValidateSolutionConfiguration: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 Building solution configuration "Debug|x64". [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》CoreCompile: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 End writing request for ComServer (net10.0) [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:01:35.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 End reading response for ComServer (net10.0) [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》_CreateAppHost: [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.comhost.dll". [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.X.manifest". [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.collections/index.json 108ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.collections/index.json 136ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.collections/index.json 63ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.collections/index.json 62ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.collections/index.json 127ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.collections/index.json 80ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.collections/index.json 64ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.collections/index.json 60ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.collections/index.json 73ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.collections/index.json 62ms [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (Restore target(s)) -- FAILED. [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》Build FAILED. [xUnit.net 00:01:35.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (Restore target) (1) -> [xUnit.net 00:01:35.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (2:4) -> [xUnit.net 00:01:35.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 1 Error(s) [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] 》Time Elapsed 00:00:00.91 [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.collections/index.json 85ms [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore' exited with exit code 1. [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [PASS] [xUnit.net 00:01:35.63] Output: [xUnit.net 00:01:35.63] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore': [xUnit.net 00:01:35.63] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.63] 》Build started 4/8/2026 2:50:53 PM. [xUnit.net 00:01:35.63] 》 [xUnit.net 00:01:35.63] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" on node 1 (Restore target(s)). [xUnit.net 00:01:35.63] 》ValidateSolutionConfiguration: [xUnit.net 00:01:35.63] 》 Building solution configuration "Debug|x64". [xUnit.net 00:01:35.63] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.63] 》 Determining projects to restore... [xUnit.net 00:01:35.63] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:35.63] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.63] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:01:35.63] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (Restore target(s)) -- FAILED. [xUnit.net 00:01:35.63] 》 [xUnit.net 00:01:35.63] 》Build FAILED. [xUnit.net 00:01:35.63] 》 [xUnit.net 00:01:35.63] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (Restore target) (1) -> [xUnit.net 00:01:35.63] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (2:4) -> [xUnit.net 00:01:35.63] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:01:35.63] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.63] 》 [xUnit.net 00:01:35.63] 》 0 Warning(s) [xUnit.net 00:01:35.63] 》 1 Error(s) [xUnit.net 00:01:35.63] 》 [xUnit.net 00:01:35.63] 》Time Elapsed 00:00:00.91 [xUnit.net 00:01:35.63] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore' exited with exit code 1. [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore': [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.dll". [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.dll [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.pdb". [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/4.3.0/runtime.win.system.diagnostics.debug.4.3.0.nupkg [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (Build target(s)). [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Build succeeded. [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》 [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] 》Time Elapsed 00:00:03.59 [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》CheckForConflicts: [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 No conflicts found for support libs [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:01:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [PASS] [xUnit.net 00:01:35.64] Output: [xUnit.net 00:01:35.64] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore': [xUnit.net 00:01:35.64] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.64] 》Build started 4/8/2026 2:50:51 PM. [xUnit.net 00:01:35.64] 》 [xUnit.net 00:01:35.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.64] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.64] 》 Determining projects to restore... [xUnit.net 00:01:35.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.64] 》AddPrunePackageReferences: [xUnit.net 00:01:35.64] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:35.64] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:35.64] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:35.64] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:35.64] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:35.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.64] 》Restore: [xUnit.net 00:01:35.64] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.64] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.64] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj... [xUnit.net 00:01:35.64] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\ComServer.csproj.nuget.g.props. [xUnit.net 00:01:35.64] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\ComServer.csproj.nuget.g.targets. [xUnit.net 00:01:35.64] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\project.assets.json [xUnit.net 00:01:35.64] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj (in 424 ms). [xUnit.net 00:01:35.64] 》 [xUnit.net 00:01:35.64] 》 NuGet Config files used: [xUnit.net 00:01:35.64] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.64] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.64] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.64] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.64] 》 [xUnit.net 00:01:35.64] 》 Feeds used: [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.64] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.64] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (Restore target(s)). [xUnit.net 00:01:35.64] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.64] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.64] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj] [xUnit.net 00:01:35.64] 》PrepareForBuild: [xUnit.net 00:01:35.64] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:35.64] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:35.64] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.64] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. [xUnit.net 00:01:35.64] 》CoreCompile: [xUnit.net 00:01:35.64] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:35.64] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:35.64] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:35.65] 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:35.65] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:35.65] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:35.65] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.65] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.65] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:35.65] 》 Begin writing request for ComServer (net10.0) [xUnit.net 00:01:35.65] 》 End writing request for ComServer (net10.0) [xUnit.net 00:01:35.65] 》 Begin reading response for ComServer (net10.0) [xUnit.net 00:01:35.65] 》 End reading response for ComServer (net10.0) [xUnit.net 00:01:35.65] 》 CompilerServer: server - server processed compilation - ComServer (net10.0) [xUnit.net 00:01:35.65] 》_CreateAppHost: [xUnit.net 00:01:35.65] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:35.65] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:01:35.65] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.comhost.dll". [xUnit.net 00:01:35.65] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.X.manifest". [xUnit.net 00:01:35.65] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.65] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.dll". [xUnit.net 00:01:35.65] 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.dll [xUnit.net 00:01:35.65] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.pdb". [xUnit.net 00:01:35.65] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (Build target(s)). [xUnit.net 00:01:35.65] 》 [xUnit.net 00:01:35.65] 》Build succeeded. [xUnit.net 00:01:35.65] 》 0 Warning(s) [xUnit.net 00:01:35.65] 》 0 Error(s) [xUnit.net 00:01:35.65] 》 [xUnit.net 00:01:35.65] 》Time Elapsed 00:00:03.59 [xUnit.net 00:01:35.65] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore' exited with exit code 0. [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 72ms [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 185ms [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 59ms [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》Build started 4/8/2026 2:50:55 PM. [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 158ms [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 152ms [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 127ms [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 177ms [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Build started 4/8/2026 2:50:55 PM. [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 288ms [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" on node 1 (Restore target(s)). [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》ValidateSolutionConfiguration: [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 Building solution configuration "Debug|x64". [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 299ms [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 332ms [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 335ms [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection/index.json 356ms [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection/index.json 404ms [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection/index.json 323ms [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.timer/4.3.0/runtime.any.system.threading.timer.4.3.0.nupkg [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection/index.json 360ms [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection/index.json 331ms [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Begin writing request for TestApp (net462) [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 End writing request for TestApp (net462) [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection/index.json 430ms [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Begin reading response for TestApp (net462) [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection/index.json 472ms [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection/index.json 427ms [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection/index.json 486ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 350ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization/index.json 404ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization/index.json 236ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 237ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection/index.json 574ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 203ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 171ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection/index.json 588ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 191ms [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 172ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 610ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 612ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 613ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 680ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization/index.json 866ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 674ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 870ms [xUnit.net 00:01:35.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 808ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 877ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 844ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 799ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization/index.json 891ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization/index.json 945ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 816ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 951ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization/index.json 914ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 904ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization/index.json 947ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization/index.json 939ms [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 685ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization/index.json 1001ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization/index.json 970ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime/index.json 692ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 927ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 720ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 689ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization/index.json 973ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 697ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.sockets/4.3.0/runtime.win.system.net.sockets.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 713ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 722ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 699ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 706ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 716ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.extensions/4.3.0/runtime.any.system.reflection.extensions.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 698ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 775ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.runtime.extensions/4.3.0/runtime.win.system.runtime.extensions.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 708ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 735ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/4.3.0/runtime.win.microsoft.win32.primitives.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 712ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 716ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.io.filesystem/4.3.0/runtime.win.system.io.filesystem.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/4.3.0/runtime.any.system.diagnostics.tools.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.console/4.3.0/runtime.win.system.console.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.io/index.json 743ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.primitives/4.3.0/runtime.win.system.net.primitives.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 743ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 741ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 712ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.console/index.json 709ms [xUnit.net 00:01:35.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 745ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 706ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 737ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (Restore target(s)) -- FAILED. [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》Build FAILED. [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 708ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (Restore target) (1) -> [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (2:4) -> [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 704ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 780ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 1 Error(s) [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》 [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] 》Time Elapsed 00:00:00.87 [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 706ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 728ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 720ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.console/index.json 846ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime/index.json 790ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 709ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 729ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore' exited with exit code 1. [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 710ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [PASS] [xUnit.net 00:01:35.72] Output: [xUnit.net 00:01:35.72] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore': [xUnit.net 00:01:35.72] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.72] 》Build started 4/8/2026 2:50:55 PM. [xUnit.net 00:01:35.72] 》 [xUnit.net 00:01:35.72] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" on node 1 (Restore target(s)). [xUnit.net 00:01:35.72] 》ValidateSolutionConfiguration: [xUnit.net 00:01:35.72] 》 Building solution configuration "Debug|x64". [xUnit.net 00:01:35.72] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.72] 》 Determining projects to restore... [xUnit.net 00:01:35.72] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:35.72] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.72] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. [xUnit.net 00:01:35.72] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (Restore target(s)) -- FAILED. [xUnit.net 00:01:35.72] 》 [xUnit.net 00:01:35.72] 》Build FAILED. [xUnit.net 00:01:35.72] 》 [xUnit.net 00:01:35.72] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (Restore target) (1) -> [xUnit.net 00:01:35.72] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (2:4) -> [xUnit.net 00:01:35.72] 》(_CheckForLanguageAndFeatureCombinationSupport target) -> [xUnit.net 00:01:35.72] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] [xUnit.net 00:01:35.72] 》 [xUnit.net 00:01:35.72] 》 0 Warning(s) [xUnit.net 00:01:35.72] 》 1 Error(s) [xUnit.net 00:01:35.72] 》 [xUnit.net 00:01:35.72] 》Time Elapsed 00:00:00.87 [xUnit.net 00:01:35.72] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore' exited with exit code 1. [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 725ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 706ms [xUnit.net 00:01:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 714ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.io/index.json 731ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 753ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 719ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 757ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 734ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 End reading response for TestApp (net462) [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 1196ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.private.uri/4.3.0/system.private.uri.4.3.0.nupkg [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 241ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.io/index.json 260ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.io/index.json 241ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 259ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 467ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 521ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 646ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 783ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 780ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 713ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 335ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 396ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 708ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 811ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 809ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 727ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 770ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.io/index.json 363ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 820ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 791ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.io/index.json 425ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 756ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.io/index.json 549ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 646ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.io/index.json 746ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 817ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 766ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.io/index.json 812ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.io/index.json 496ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 707ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.io/index.json 676ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 690ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 529ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 654ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.private.uri/index.json 200ms [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:01:35.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 463ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.private.uri/index.json 200ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.private.uri/index.json 212ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.private.uri/index.json 151ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.private.uri/index.json 197ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.private.uri/index.json 149ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 985ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 429ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 448ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 434ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 455ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 939ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 1009ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 648ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 992ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 560ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 996ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 607ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 678ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 977ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1014ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 549ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 928ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 748ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime/index.json 1043ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 974ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1011ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 666ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 999ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 973ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 912ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 881ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 905ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 944ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 551ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 968ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 708ms [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:01:35.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 957ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime/index.json 940ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime/index.json 774ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 926ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 676ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 986ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 947ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 1028ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 955ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime/index.json 910ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 952ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 941ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 635ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1019ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 980ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 847ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 833ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 1042ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 684ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime/index.json 737ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime/index.json 584ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 787ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime/index.json 620ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 739ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 654ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 863ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime/index.json 692ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 846ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 614ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1043ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 705ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 812ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 771ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.win.System.Console 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.console\4.3.0 with content hash RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==. [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 731ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 628ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 827ms [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:01:35.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 984ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.console/index.json 1169ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1019ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1020ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 910ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 668ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.console/index.json 939ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 854ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 854ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 636ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.console/index.json 1115ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 701ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 831ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.console/index.json 924ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] 》Time Elapsed 00:00:05.67 [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.console/index.json 813ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 951ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Restore: [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 947ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 881ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.console/index.json 876ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.console/index.json 752ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 806ms [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:35.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [PASS] [xUnit.net 00:01:35.76] Output: [xUnit.net 00:01:35.76] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:35.76] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:35.76] 》Build started 4/8/2026 2:50:50 PM. [xUnit.net 00:01:35.76] 》 [xUnit.net 00:01:35.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:35.76] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:35.76] 》 Determining projects to restore... [xUnit.net 00:01:35.76] 》Restore: [xUnit.net 00:01:35.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:35.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:35.76] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:35.76] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj... [xUnit.net 00:01:35.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:35.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:35.76] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\project.assets.json [xUnit.net 00:01:35.76] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj (in 774 ms). [xUnit.net 00:01:35.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:35.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:35.76] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\project.assets.json [xUnit.net 00:01:35.76] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj (in 1.2 sec). [xUnit.net 00:01:35.76] 》 [xUnit.net 00:01:35.76] 》 NuGet Config files used: [xUnit.net 00:01:35.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:35.76] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:35.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:35.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:35.76] 》 [xUnit.net 00:01:35.76] 》 Feeds used: [xUnit.net 00:01:35.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:35.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:35.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:35.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:35.77] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:35.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:35.77] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:35.77] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:35.77] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj] [xUnit.net 00:01:35.77] 》PrepareForBuild: [xUnit.net 00:01:35.77] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:35.77] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:35.77] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:35.77] 》PrepareForBuild: [xUnit.net 00:01:35.77] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:35.77] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:35.77] 》_GenerateSourceLinkFile: [xUnit.net 00:01:35.77] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:35.77] 》CoreCompile: [xUnit.net 00:01:35.77] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:35.77] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:35.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:35.77] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:36.09] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:36.09] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:36.09] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.09] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.09] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:36.09] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:36.09] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:36.09] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:36.09] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:36.09] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:36.09] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:36.10] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:36.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:36.10] 》CheckForConflicts: [xUnit.net 00:01:36.10] 》 No conflicts found for support libs [xUnit.net 00:01:36.10] 》_GenerateSourceLinkFile: [xUnit.net 00:01:36.10] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:36.10] 》CoreCompile: [xUnit.net 00:01:36.10] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:36.10] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:36.10] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:36.10] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:36.10] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:36.10] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:36.10] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.10] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.10] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:36.10] 》 Begin writing request for TestApp (net462) [xUnit.net 00:01:36.10] 》 End writing request for TestApp (net462) [xUnit.net 00:01:36.10] 》 Begin reading response for TestApp (net462) [xUnit.net 00:01:36.10] 》 End reading response for TestApp (net462) [xUnit.net 00:01:36.10] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:01:36.10] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:01:36.10] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:01:36.11] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:36.11] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:01:36.11] 》_CopyAppConfigFile: [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:36.11] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:36.11] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:36.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:36.11] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:36.11] 》 [xUnit.net 00:01:36.11] 》Build succeeded. [xUnit.net 00:01:36.11] 》 0 Warning(s) [xUnit.net 00:01:36.11] 》 0 Error(s) [xUnit.net 00:01:36.11] 》 [xUnit.net 00:01:36.11] 》Time Elapsed 00:00:05.67 [xUnit.net 00:01:36.11] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 973ms [xUnit.net 00:01:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 994ms [xUnit.net 00:01:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 999ms [xUnit.net 00:01:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1103ms [xUnit.net 00:01:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 850ms [xUnit.net 00:01:36.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime/index.json 1219ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1003ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 895ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 863ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 983ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 783ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 805ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 816ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1065ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1034ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 840ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 902ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.win.System.Net.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.net.primitives\4.3.0 with content hash lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 882ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.win.System.IO.FileSystem 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.io.filesystem\4.3.0 with content hash Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 866ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 963ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Text.Encoding.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.text.encoding.extensions\4.3.0 with content hash NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1347ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.private.uri/index.json 763ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.private.uri/index.json 754ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 887ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1104ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1156ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.console/index.json 1326ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1091ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1068ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1103ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1183ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1032ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.console/index.json 966ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.private.uri/index.json 798ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.private.uri/index.json 827ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Build started 4/8/2026 2:50:56 PM. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 1599ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Diagnostics.Tracing 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.diagnostics.tracing\4.3.0 with content hash 1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.win.Microsoft.Win32.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.microsoft.win32.primitives\4.3.0 with content hash NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Runtime.Handles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime.handles\4.3.0 with content hash GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1152ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Globalization.Calendars 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.globalization.calendars\4.3.0 with content hash M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.private.uri/index.json 1077ms [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed System.Private.Uri 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.private.uri\4.3.0 with content hash I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Threading.Timer 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.threading.timer\4.3.0 with content hash w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Reflection.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection.extensions\4.3.0 with content hash cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime\4.3.0 with content hash fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Collections 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.collections\4.3.0 with content hash 23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.win.System.Runtime.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.runtime.extensions\4.3.0 with content hash RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.win.System.Net.Sockets 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.net.sockets\4.3.0 with content hash FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Threading.Tasks 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.threading.tasks\4.3.0 with content hash OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Reflection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection\4.3.0 with content hash hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.win.System.Diagnostics.Debug 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.diagnostics.debug\4.3.0 with content hash hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.IO 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.io\4.3.0 with content hash SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Diagnostics.Tools 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.diagnostics.tools\4.3.0 with content hash S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Resources.ResourceManager 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.resources.resourcemanager\4.3.0 with content hash Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Text.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.text.encoding\4.3.0 with content hash +ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Reflection.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection.primitives\4.3.0 with content hash Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Globalization 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.globalization\4.3.0 with content hash sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed runtime.any.System.Runtime.InteropServices 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime.interopservices\4.3.0 with content hash lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:36.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\project.assets.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj (in 641 ms). [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Feeds used: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\Debug\net10.0\refint\". [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》CoreCompile: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Restore: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》_CreateAppHost: [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1169: The same resource ID 1 was specified for two type libraries 'dummy1.tlb' and 'dummy2.tlb'. Duplicate type library IDs are not allowed. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Build FAILED. [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1169: The same resource ID 1 was specified for two type libraries 'dummy1.tlb' and 'dummy2.tlb'. Duplicate type library IDs are not allowed. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 1 Error(s) [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] 》Time Elapsed 00:00:03.29 [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:01:36.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [PASS] [xUnit.net 00:01:36.14] Output: [xUnit.net 00:01:36.14] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore': [xUnit.net 00:01:36.14] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:36.14] 》Build started 4/8/2026 2:50:55 PM. [xUnit.net 00:01:36.14] 》 [xUnit.net 00:01:36.14] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:36.14] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:36.14] 》 Determining projects to restore... [xUnit.net 00:01:36.14] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:36.14] 》AddPrunePackageReferences: [xUnit.net 00:01:36.14] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:01:36.14] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:01:36.14] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:01:36.14] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:01:36.14] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:01:36.14] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:36.14] 》Restore: [xUnit.net 00:01:36.14] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:36.14] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:36.14] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj... [xUnit.net 00:01:36.14] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\ComServerWithTypeLibs.csproj.nuget.g.props. [xUnit.net 00:01:36.14] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. [xUnit.net 00:01:36.14] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\project.assets.json [xUnit.net 00:01:36.14] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj (in 641 ms). [xUnit.net 00:01:36.14] 》 [xUnit.net 00:01:36.14] 》 NuGet Config files used: [xUnit.net 00:01:36.14] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:36.14] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:36.14] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:36.14] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:36.14] 》 [xUnit.net 00:01:36.14] 》 Feeds used: [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:36.14] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:36.14] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Restore target(s)). [xUnit.net 00:01:36.14] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:36.14] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:36.14] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:36.14] 》PrepareForBuild: [xUnit.net 00:01:36.14] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:01:36.14] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:01:36.14] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\Debug\net10.0\refint\". [xUnit.net 00:01:36.14] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:01:36.14] 》_GenerateSourceLinkFile: [xUnit.net 00:01:36.14] 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. [xUnit.net 00:01:36.14] 》CoreCompile: [xUnit.net 00:01:36.14] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:36.14] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:36.14] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:01:36.14] 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:36.20] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:36.20] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:01:36.20] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.20] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:36.20] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:36.20] 》 Begin writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.20] 》 End writing request for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.20] 》 Begin reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.20] 》 End reading response for ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.20] 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) [xUnit.net 00:01:36.20] 》_CreateAppHost: [xUnit.net 00:01:36.20] 》Skipping target "_CreateAppHost" because it has no outputs. [xUnit.net 00:01:36.20] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1169: The same resource ID 1 was specified for two type libraries 'dummy1.tlb' and 'dummy2.tlb'. Duplicate type library IDs are not allowed. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:36.20] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:01:36.20] 》 [xUnit.net 00:01:36.20] 》Build FAILED. [xUnit.net 00:01:36.20] 》 [xUnit.net 00:01:36.20] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> [xUnit.net 00:01:36.20] 》(_GenerateRegFreeComManifest target) -> [xUnit.net 00:01:36.20] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1169: The same resource ID 1 was specified for two type libraries 'dummy1.tlb' and 'dummy2.tlb'. Duplicate type library IDs are not allowed. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] [xUnit.net 00:01:36.20] 》 [xUnit.net 00:01:36.20] 》 0 Warning(s) [xUnit.net 00:01:36.20] 》 1 Error(s) [xUnit.net 00:01:36.20] 》 [xUnit.net 00:01:36.20] 》Time Elapsed 00:00:03.29 [xUnit.net 00:01:36.20] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:01:36.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj... [xUnit.net 00:01:36.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:36.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:36.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:36.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\project.assets.json Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_embeds_multiple_typelibs_with_distinct_ids [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:47 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj (in 428 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.comhost.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.X.manifest". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ref\ComServerWithTypeLibs.dll". 》 ComServerWithTypeLibs -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\obj\Debug\net10.0\ComServerWithTypeLibs.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\bin\Debug\net10.0\ComServerWithTypeLibs.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.56 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_embeds_mul---8A056728\ComServerWithTypeLibs.csproj /restore' exited with exit code 0. Skipped Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_to_find_comhost_for_platforms_without_comhost [1 ms] Error Message: This test is not supported on this platform. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app [5 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:48 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.valuetuple/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.valuetuple/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.valuetuple/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.valuetuple/index.json 133ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.valuetuple/index.json 142ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.valuetuple/4.6.1/system.valuetuple.4.6.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.valuetuple/index.json 161ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.valuetuple/index.json 187ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.valuetuple/index.json 163ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.valuetuple/index.json 161ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.valuetuple/index.json 71ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.valuetuple/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.valuetuple/index.json 188ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.valuetuple/index.json 237ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.valuetuple/index.json 191ms 》 Installed System.ValueTuple 4.6.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1 with content hash +RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\TestApp.fsproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\TestApp.fsproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj (in 1.41 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\FSharp\library-packs 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj] 》GenerateFSharpTextResources: 》 Creating directory "obj\Debug\net462\". 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 C:\Program Files\Microsoft Visual Studio\18\Insiders/Common7/IDE/CommonExtensions/Microsoft/FSharp/Tools/fscAnyCpu.exe -o:obj\Debug\net462\TestApp.exe 》 -g 》 --debug:portable 》 --noframework 》 --define:TRACE 》 --define:DEBUG 》 --define:NETFRAMEWORK 》 --define:NET462 》 --define:NET20_OR_GREATER 》 --define:NET30_OR_GREATER 》 --define:NET35_OR_GREATER 》 --define:NET40_OR_GREATER 》 --define:NET45_OR_GREATER 》 --define:NET451_OR_GREATER 》 --define:NET452_OR_GREATER 》 --define:NET46_OR_GREATER 》 --define:NET461_OR_GREATER 》 --define:NET462_OR_GREATER 》 --optimize- 》 --tailcalls- 》 --platform:anycpu 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\net45\FSharp.Core.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll 》 -r:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1\lib\net462\System.ValueTuple.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll 》 -r:C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll 》 --target:exe 》 --warn:3 》 --warnaserror:3239 》 --fullpaths 》 --flaterrors 》 --subsystemversion:6.00 》 --highentropyva+ 》 --targetprofile:mscorlib 》 --nocopyfsharpcore 》 --deterministic+ 》 --simpleresolution 》 obj\Debug\net462\TestApp.AssemblyInfo.fs 》 obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.fs 》 Program.fs 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fsharp.core\4.2.3\lib\net45\FSharp.Core.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\FSharp.Core.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.valuetuple\4.6.1\lib\net462\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\System.ValueTuple.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.fsproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.fsproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\bin\Debug\net462\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.83 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---E6DDD884\TestApp.fsproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_StaticLibrary_project_It_should_fail_with_error_message [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:53 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" on node 1 (Restore target(s)). 》ValidateSolutionConfiguration: 》 Building solution configuration "Debug|x64". 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (Restore target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (2:4) -> 》(_CheckForLanguageAndFeatureCombinationSupport target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:00.91 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_Stat---E46949A1\NETCoreCppCliTest.sln /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_generates_a_regfree_com_manifest_when_requested [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:51 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\ComServer.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\ComServer.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj (in 424 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServer.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServer (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServer.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServer.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServer.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServer.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServer (net10.0) 》 End writing request for ComServer (net10.0) 》 Begin reading response for ComServer (net10.0) 》 End reading response for ComServer (net10.0) 》 CompilerServer: server - server processed compilation - ComServer (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.comhost.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.comhost.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.X.manifest" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.X.manifest". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.dll". 》 ComServer -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\obj\Debug\net10.0\ComServer.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\bin\Debug\net10.0\ComServer.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.59 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D9E7FB52\ComServer.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildACppCliNonLibraryProject.Given_an_exe_project_It_should_fail_with_error_message [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:55 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" on node 1 (Restore target(s)). 》ValidateSolutionConfiguration: 》 Building solution configuration "Debug|x64". 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (2:4) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target(s)) -- FAILED. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (Restore target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj" (_GenerateRestoreGraphProjectEntry target) (2:4) -> 》(_CheckForLanguageAndFeatureCombinationSupport target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(359,5): error NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest\NETCoreCppCliTest.vcxproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:00.87 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Given_an_exe_---9A11A86F\NETCoreCppCliTest.sln /restore' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: True, usePackagesConfig: False) [5 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:50 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj (in 774 ms). 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj (in 1.2 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\TestLibrary.csproj" (default targets). 》CheckForConflicts: 》 No conflicts found for support libs 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestApp (net462) 》 End writing request for TestApp (net462) 》 Begin reading response for TestApp (net462) 》 End reading response for TestApp (net462) 》 CompilerServer: server - server processed compilation - TestApp (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\bin\Debug\net462\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:05.67 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---3E6E9BB5\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAComServerLibrary.It_fails_when_multiple_typelibs_with_same_ids_specified [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:55 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\ComServerWithTypeLibs.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\ComServerWithTypeLibs.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj (in 641 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ComServerWithTypeLibs.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ComServerWithTypeLibs (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ComServerWithTypeLibs.dll /refout:obj\Debug\net10.0\refint\ComServerWithTypeLibs.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ComServerWithTypeLibs.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ComServerWithTypeLibs.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ComServerWithTypeLibs.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ComServerWithTypeLibs (net10.0) 》 End writing request for ComServerWithTypeLibs (net10.0) 》 Begin reading response for ComServerWithTypeLibs (net10.0) 》 End reading response for ComServerWithTypeLibs (net10.0) 》 CompilerServer: server - server processed compilation - ComServerWithTypeLibs (net10.0) 》_CreateAppHost: 》Skipping target "_CreateAppHost" because it has no outputs. 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1169: The same resource ID 1 was specified for two type libraries 'dummy1.tlb' and 'dummy2.tlb'. Duplicate type library IDs are not allowed. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj" (Build target) (1:7) -> 》(_GenerateRegFreeComManifest target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(951,5): error NETSDK1169: The same resource ID 1 was specified for two type libraries 'dummy1.tlb' and 'dummy2.tlb'. Duplicate type library IDs are not allowed. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:03.29 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_fails_when---2752F803\ComServerWithTypeLibs.csproj /restore' exited with exit code 1. [xUnit.net 00:01:36.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj (in 5.22 sec). [xUnit.net 00:01:36.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:36.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:36.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Installed: [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 25 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj [xUnit.net 00:01:36.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:36.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:36.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:36.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:36.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:36.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:36.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:36.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:36.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:36.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:36.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\project.assets.json [xUnit.net 00:01:36.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj (in 919 ms). [xUnit.net 00:01:37.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:37.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:37.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:37.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:37.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:37.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\project.assets.json [xUnit.net 00:01:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:37.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:37.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\libuv.dll". [xUnit.net 00:01:37.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj (in 1.26 sec). [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:37.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:37.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:37.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:37.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:37.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:37.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:37.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:37.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:37.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:37.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:37.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:37.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:37.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:37.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:37.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:37.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:37.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:37.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:37.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:37.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:37.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:37.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:37.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:37.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:37.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:01:37.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Time Elapsed 00:00:08.27 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore exited with 0 in 8515 ms. [xUnit.net 00:01:37.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:37.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe Process ID: 3616 [xUnit.net 00:01:37.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Native code was used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 90 ms. [xUnit.net 00:01:37.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:37.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [PASS] [xUnit.net 00:01:37.88] Output: [xUnit.net 00:01:37.88] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:37.88] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:37.88] 》Build started 4/8/2026 2:50:48 PM. [xUnit.net 00:01:37.88] 》 [xUnit.net 00:01:37.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:37.88] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:37.88] 》 Determining projects to restore... [xUnit.net 00:01:37.88] 》Restore: [xUnit.net 00:01:37.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:37.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:37.88] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj... [xUnit.net 00:01:37.89] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:37.89] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:37.89] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\project.assets.json [xUnit.net 00:01:37.89] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj (in 759 ms). [xUnit.net 00:01:37.89] 》 [xUnit.net 00:01:37.89] 》 NuGet Config files used: [xUnit.net 00:01:37.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:37.89] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:37.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:37.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:37.89] 》 [xUnit.net 00:01:37.89] 》 Feeds used: [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:37.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:37.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:37.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:37.89] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:37.89] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj] [xUnit.net 00:01:37.89] 》PrepareForBuild: [xUnit.net 00:01:37.89] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:37.89] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:37.89] 》CoreResGen: [xUnit.net 00:01:37.89] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:37.89] 》_GenerateSourceLinkFile: [xUnit.net 00:01:37.89] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:37.89] 》CoreCompile: [xUnit.net 00:01:37.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore [xUnit.net 00:01:37.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:37.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:37.89] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:37.89] 》 CommandLine = ' /noconfig' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore [xUnit.net 00:01:37.89] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:37.89] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:37.89] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:37.89] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:37.89] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:37.89] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:37.89] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:37.89] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:37.89] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:37.89] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:37.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\libuv.dll". [xUnit.net 00:01:37.89] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:37.89] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:01:37.89] 》_CopyAppConfigFile: [xUnit.net 00:01:37.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:37.89] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:37.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:37.89] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:37.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:37.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:37.89] 》 [xUnit.net 00:01:37.89] 》Build succeeded. [xUnit.net 00:01:37.89] 》 0 Warning(s) [xUnit.net 00:01:37.90] 》 0 Error(s) [xUnit.net 00:01:37.90] 》 [xUnit.net 00:01:37.90] 》Time Elapsed 00:00:03.23 [xUnit.net 00:01:37.90] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:37.90] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:37.90] 》Native code was used (X86) [xUnit.net 00:01:37.90] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:37.90] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:37.90] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:37.90] 》Build started 4/8/2026 2:50:52 PM. [xUnit.net 00:01:37.90] 》 [xUnit.net 00:01:37.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:37.90] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:37.90] 》 Determining projects to restore... [xUnit.net 00:01:37.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:37.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:37.90] 》AddPrunePackageReferences: [xUnit.net 00:01:37.90] 》 Loaded prune package data from framework packages [xUnit.net 00:01:37.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:37.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:37.90] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:37.90] 》AddPrunePackageReferences: [xUnit.net 00:01:37.90] 》 Loaded prune package data from framework packages [xUnit.net 00:01:37.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:37.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:37.91] 》Restore: [xUnit.net 00:01:37.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:37.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:37.91] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj... [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.collections/index.json Process ID: 3776 [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.collections/index.json 108ms [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.collections/index.json 136ms [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.collections/index.json 63ms [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.collections/index.json 62ms [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.collections/index.json [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.collections/index.json 127ms [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.collections/index.json 80ms [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.collections/index.json 64ms [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.collections/index.json 60ms [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.collections/index.json 73ms [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.collections/index.json 62ms [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.collections/index.json 85ms [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/4.3.0/runtime.win.system.diagnostics.debug.4.3.0.nupkg [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection/index.json [xUnit.net 00:01:37.91] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.91] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.92] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.92] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 72ms [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 185ms [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 59ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 158ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 152ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 127ms [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 177ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 288ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.timer/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.92] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 299ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 332ms [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 335ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.92] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection/index.json 356ms [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.92] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection/index.json 404ms [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection/index.json 323ms [xUnit.net 00:01:37.93] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.timer/4.3.0/runtime.any.system.threading.timer.4.3.0.nupkg [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection/index.json 360ms [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection/index.json 331ms [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection/index.json 430ms [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection/index.json 472ms [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection/index.json 427ms [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection/index.json 486ms [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.93] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 350ms [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.93] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization/index.json 404ms [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization/index.json 236ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 237ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection/index.json 574ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 203ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 171ms [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection/index.json 588ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 191ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 172ms [xUnit.net 00:01:37.94] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.94] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.94] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.94] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 610ms [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 612ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.94] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 613ms [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.94] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 680ms [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization/index.json 866ms [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 674ms [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 870ms [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 808ms [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 877ms [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 844ms [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 799ms [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization/index.json 891ms [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization/index.json 945ms [xUnit.net 00:01:37.95] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.95] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 816ms [xUnit.net 00:01:37.95] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 951ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization/index.json 914ms [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 904ms [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization/index.json 947ms [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization/index.json 939ms [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 685ms [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.console/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization/index.json 1001ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization/index.json 970ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime/index.json 692ms [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.primitives/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.io/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.sockets/index.json [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 927ms [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 720ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 689ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization/index.json 973ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 697ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.sockets/4.3.0/runtime.win.system.net.sockets.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 713ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 722ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 699ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 706ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 716ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.extensions/4.3.0/runtime.any.system.reflection.extensions.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 698ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 775ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.runtime.extensions/4.3.0/runtime.win.system.runtime.extensions.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 708ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 735ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/4.3.0/runtime.win.microsoft.win32.primitives.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 712ms [xUnit.net 00:01:37.96] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 716ms [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.io.filesystem/4.3.0/runtime.win.system.io.filesystem.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/4.3.0/runtime.any.system.diagnostics.tools.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.console/4.3.0/runtime.win.system.console.4.3.0.nupkg [xUnit.net 00:01:37.96] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.io/index.json 743ms [xUnit.net 00:01:37.97] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.primitives/4.3.0/runtime.win.system.net.primitives.4.3.0.nupkg [xUnit.net 00:01:37.97] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg [xUnit.net 00:01:37.97] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 743ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 741ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 712ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.console/index.json 709ms [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 745ms [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 706ms [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 737ms [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 708ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 704ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 780ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 706ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 728ms [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 720ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.console/index.json 846ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime/index.json 790ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 709ms [xUnit.net 00:01:37.97] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 729ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 710ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 725ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 706ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 714ms [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.io/index.json 731ms [xUnit.net 00:01:37.97] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.private.uri/index.json [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 753ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 719ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 757ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 734ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 1196ms [xUnit.net 00:01:37.97] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.private.uri/4.3.0/system.private.uri.4.3.0.nupkg [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 241ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.io/index.json 260ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.io/index.json 241ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 259ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 467ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 521ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 646ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 783ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 780ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 713ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 335ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 396ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 708ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 811ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 809ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 727ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 770ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.io/index.json 363ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 820ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 791ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.io/index.json 425ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 756ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.io/index.json 549ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 646ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.io/index.json 746ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 817ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 766ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.io/index.json 812ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.io/index.json 496ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 707ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.io/index.json 676ms [xUnit.net 00:01:37.97] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 690ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 529ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 654ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.private.uri/index.json 200ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 463ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.private.uri/index.json 200ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.private.uri/index.json 212ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.private.uri/index.json 151ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.private.uri/index.json 197ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.private.uri/index.json 149ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 985ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 429ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 448ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 434ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 455ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 939ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 1009ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 648ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 992ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 560ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 996ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 607ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 678ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 977ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1014ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 549ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 928ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 748ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime/index.json 1043ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 974ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1011ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 666ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 999ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 973ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 912ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 881ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 905ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 944ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 551ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 968ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 708ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 957ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime/index.json 940ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime/index.json 774ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 926ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 676ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 986ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 947ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 1028ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 955ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime/index.json 910ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 952ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 941ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 635ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1019ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 980ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 847ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 833ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 1042ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 684ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime/index.json 737ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime/index.json 584ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 787ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime/index.json 620ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 739ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 654ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 863ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime/index.json 692ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 846ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 614ms [xUnit.net 00:01:37.98] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1043ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 705ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 812ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 771ms [xUnit.net 00:01:37.99] 》 Installed runtime.win.System.Console 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.console\4.3.0 with content hash RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==. [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 731ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 628ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 827ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 984ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.console/index.json 1169ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1019ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1020ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 910ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 668ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.console/index.json 939ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 854ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 854ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 636ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.console/index.json 1115ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 701ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 831ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.console/index.json 924ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.console/index.json 813ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 951ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 947ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 881ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.console/index.json 876ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.console/index.json 752ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 806ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 973ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 994ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 999ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1103ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 850ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime/index.json 1219ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1003ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 895ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 863ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 983ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 783ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 805ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 816ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1065ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1034ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 840ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 902ms [xUnit.net 00:01:37.99] 》 Installed runtime.win.System.Net.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.net.primitives\4.3.0 with content hash lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==. [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 882ms [xUnit.net 00:01:37.99] 》 Installed runtime.win.System.IO.FileSystem 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.io.filesystem\4.3.0 with content hash Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==. [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 866ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 963ms [xUnit.net 00:01:37.99] 》 Installed runtime.any.System.Text.Encoding.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.text.encoding.extensions\4.3.0 with content hash NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==. [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1347ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.private.uri/index.json 763ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.private.uri/index.json 754ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 887ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1104ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1156ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.console/index.json 1326ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1091ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1068ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1103ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1183ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1032ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.console/index.json 966ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.private.uri/index.json 798ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.private.uri/index.json 827ms [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 1599ms [xUnit.net 00:01:37.99] 》 Installed runtime.any.System.Diagnostics.Tracing 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.diagnostics.tracing\4.3.0 with content hash 1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==. [xUnit.net 00:01:37.99] 》 Installed runtime.win.Microsoft.Win32.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.microsoft.win32.primitives\4.3.0 with content hash NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==. [xUnit.net 00:01:37.99] 》 Installed runtime.any.System.Runtime.Handles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime.handles\4.3.0 with content hash GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==. [xUnit.net 00:01:37.99] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1152ms [xUnit.net 00:01:37.99] 》 Installed runtime.any.System.Globalization.Calendars 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.globalization.calendars\4.3.0 with content hash M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==. [xUnit.net 00:01:38.00] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.private.uri/index.json 1077ms [xUnit.net 00:01:38.00] 》 Installed System.Private.Uri 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.private.uri\4.3.0 with content hash I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==. [xUnit.net 00:01:38.00] 》 Installed runtime.any.System.Threading.Timer 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.threading.timer\4.3.0 with content hash w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==. [xUnit.net 00:01:38.00] 》 Installed runtime.any.System.Reflection.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection.extensions\4.3.0 with content hash cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==. [xUnit.net 00:01:38.00] 》 Installed runtime.any.System.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime\4.3.0 with content hash fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==. [xUnit.net 00:01:38.00] 》 Installed runtime.any.System.Collections 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.collections\4.3.0 with content hash 23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==. [xUnit.net 00:01:38.00] 》 Installed runtime.win.System.Runtime.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.runtime.extensions\4.3.0 with content hash RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==. [xUnit.net 00:01:38.00] 》 Installed runtime.win.System.Net.Sockets 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.net.sockets\4.3.0 with content hash FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==. [xUnit.net 00:01:38.00] 》 Installed runtime.any.System.Threading.Tasks 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.threading.tasks\4.3.0 with content hash OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.Reflection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection\4.3.0 with content hash hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==. [xUnit.net 00:01:38.01] 》 Installed runtime.win.System.Diagnostics.Debug 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.diagnostics.debug\4.3.0 with content hash hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.IO 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.io\4.3.0 with content hash SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.Diagnostics.Tools 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.diagnostics.tools\4.3.0 with content hash S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.Resources.ResourceManager 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.resources.resourcemanager\4.3.0 with content hash Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.Text.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.text.encoding\4.3.0 with content hash +ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.Reflection.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection.primitives\4.3.0 with content hash Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.Globalization 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.globalization\4.3.0 with content hash sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==. [xUnit.net 00:01:38.01] 》 Installed runtime.any.System.Runtime.InteropServices 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime.interopservices\4.3.0 with content hash lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==. [xUnit.net 00:01:38.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:38.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:38.01] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\project.assets.json [xUnit.net 00:01:38.01] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj (in 5.22 sec). [xUnit.net 00:01:38.01] 》 [xUnit.net 00:01:38.01] 》 NuGet Config files used: [xUnit.net 00:01:38.01] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:38.01] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:38.01] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:38.01] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:38.01] 》 [xUnit.net 00:01:38.01] 》 Feeds used: [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:38.01] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:38.01] 》 [xUnit.net 00:01:38.01] 》 Installed: [xUnit.net 00:01:38.01] 》 25 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj [xUnit.net 00:01:38.01] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:38.02] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:38.02] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:38.02] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:38.02] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:38.02] 》PrepareForBuild: [xUnit.net 00:01:38.02] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:38.02] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:38.02] 》CoreResGen: [xUnit.net 00:01:38.02] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:38.02] 》_GenerateSourceLinkFile: [xUnit.net 00:01:38.02] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:38.02] 》CoreCompile: [xUnit.net 00:01:38.02] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:38.02] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:38.02] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:38.02] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:38.02] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:38.02] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:38.02] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:38.02] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:38.02] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:38.02] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:38.02] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:38.02] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:38.02] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:38.02] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:38.02] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:38.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\libuv.dll". [xUnit.net 00:01:38.02] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:38.02] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:01:38.02] 》_CopyAppConfigFile: [xUnit.net 00:01:38.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:38.02] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:38.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:38.02] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:38.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:38.02] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:38.02] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:38.02] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:38.02] 》PrepareForBuild: [xUnit.net 00:01:38.02] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:38.02] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:38.02] 》CoreResGen: [xUnit.net 00:01:38.02] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:38.02] 》_GenerateSourceLinkFile: [xUnit.net 00:01:38.02] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:38.02] 》CoreCompile: [xUnit.net 00:01:38.02] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:38.02] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:38.02] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:38.02] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:38.02] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:38.02] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:38.02] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:38.02] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:38.02] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:38.02] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:38.02] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:38.02] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:38.02] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:38.03] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:38.03] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:38.03] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:38.03] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:38.03] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:38.03] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:38.03] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:38.03] 》 [xUnit.net 00:01:38.03] 》Build succeeded. [xUnit.net 00:01:38.03] 》 [xUnit.net 00:01:38.03] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:38.03] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:38.03] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:38.03] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:38.03] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:38.03] 》 [xUnit.net 00:01:38.03] 》 [xUnit.net 00:01:38.03] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:38.03] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:38.03] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:38.03] 》 [xUnit.net 00:01:38.03] 》 2 Warning(s) [xUnit.net 00:01:38.03] 》 0 Error(s) [xUnit.net 00:01:38.03] 》 [xUnit.net 00:01:38.03] 》Time Elapsed 00:00:08.27 [xUnit.net 00:01:38.03] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:38.03] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:38.03] 》Native code was used (X86) [xUnit.net 00:01:38.03] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:38.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:38.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:38.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:38.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:38.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:38.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:38.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:38.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:38.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaultsNative", platformTarget: null, useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [12 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:48 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj (in 759 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.23 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B01C3D64\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:52 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.collections/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.collections/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.collections/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.collections/index.json 108ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.collections/index.json 136ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.collections/index.json 63ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.collections/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.collections/index.json 62ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.collections/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.collections/index.json 127ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.collections/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.collections/index.json 64ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.collections/index.json 60ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.collections/index.json 73ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.collections/index.json 62ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.collections/index.json 85ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/4.3.0/runtime.win.system.diagnostics.debug.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 72ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 185ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 59ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 158ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 152ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 127ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 177ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 288ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 299ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 332ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.diagnostics.debug/index.json 335ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection/index.json 356ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection/index.json 404ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection/index.json 323ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.timer/4.3.0/runtime.any.system.threading.timer.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection/index.json 360ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection/index.json 331ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection/index.json 430ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection/index.json 472ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection/index.json 427ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection/index.json 486ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 350ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization/index.json 404ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization/index.json 236ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 237ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection/index.json 574ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 203ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 171ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection/index.json 588ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 191ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 172ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 610ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 612ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 613ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 680ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization/index.json 866ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 674ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 870ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 808ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 877ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 844ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 799ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization/index.json 891ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.console/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization/index.json 945ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 816ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 951ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.io/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization/index.json 914ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.console/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 904ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization/index.json 947ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization/index.json 939ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 685ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.console/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization/index.json 1001ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization/index.json 970ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime/index.json 692ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.io/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 927ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 720ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 689ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization/index.json 973ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 697ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.sockets/4.3.0/runtime.win.system.net.sockets.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 713ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 722ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 699ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 706ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 716ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.reflection.extensions/4.3.0/runtime.any.system.reflection.extensions.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 698ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 775ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.runtime.extensions/4.3.0/runtime.win.system.runtime.extensions.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 708ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 735ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/4.3.0/runtime.win.microsoft.win32.primitives.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 712ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 716ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.io.filesystem/4.3.0/runtime.win.system.io.filesystem.4.3.0.nupkg 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.private.uri/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.diagnostics.tools/4.3.0/runtime.any.system.diagnostics.tools.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.console/4.3.0/runtime.win.system.console.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.any.system.io/index.json 743ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win.system.net.primitives/4.3.0/runtime.win.system.net.primitives.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 743ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 741ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 712ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.console/index.json 709ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 745ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 706ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 737ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 708ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 704ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 780ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 706ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 728ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.private.uri/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.private.uri/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.private.uri/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 720ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/runtime.win.system.console/index.json 846ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime/index.json 790ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 709ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 729ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 710ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 725ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 706ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 714ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.io/index.json 731ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.private.uri/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 753ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 719ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 757ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 734ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.timer/index.json 1196ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.private.uri/4.3.0/system.private.uri.4.3.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 241ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.io/index.json 260ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.io/index.json 241ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 259ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 467ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 521ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 646ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 783ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 780ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 713ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 335ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.sockets/index.json 396ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 708ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 811ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 809ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 727ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 770ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.io/index.json 363ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 820ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 791ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.io/index.json 425ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 756ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.io/index.json 549ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 646ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.io/index.json 746ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 817ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 766ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.io/index.json 812ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.io/index.json 496ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 707ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.io/index.json 676ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 690ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 529ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 654ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.private.uri/index.json 200ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 463ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.private.uri/index.json 200ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.private.uri/index.json 212ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.private.uri/index.json 151ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.private.uri/index.json 197ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.private.uri/index.json 149ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 985ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 429ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 448ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 434ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 455ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 939ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 1009ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 648ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 992ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 560ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 996ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 607ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 678ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 977ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1014ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 549ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 928ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding.extensions/index.json 748ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime/index.json 1043ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 974ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1011ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.primitives/index.json 666ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 999ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 973ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 912ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 881ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 905ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 944ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.resources.resourcemanager/index.json 551ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 968ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 708ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 957ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime/index.json 940ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime/index.json 774ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 926ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 676ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 986ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 947ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 1028ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 955ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime/index.json 910ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 952ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 941ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 635ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1019ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 980ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 847ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 833ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 1042ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.reflection.extensions/index.json 684ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime/index.json 737ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime/index.json 584ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 787ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime/index.json 620ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 739ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 654ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 863ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime/index.json 692ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 846ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 614ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1043ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 705ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 812ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 771ms 》 Installed runtime.win.System.Console 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.console\4.3.0 with content hash RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 731ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 628ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 827ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 984ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/runtime.win.system.console/index.json 1169ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 1019ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1020ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 910ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 668ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.win.system.console/index.json 939ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 854ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 854ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 636ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.win.system.console/index.json 1115ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.microsoft.win32.primitives/index.json 701ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 831ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.console/index.json 924ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.console/index.json 813ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 951ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.win.system.runtime.extensions/index.json 947ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 881ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.console/index.json 876ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.console/index.json 752ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 806ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 973ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.io.filesystem/index.json 994ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 999ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1103ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 850ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.runtime/index.json 1219ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1003ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 895ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.diagnostics.tracing/index.json 863ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.runtime.interopservices/index.json 983ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 783ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 805ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 816ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1065ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1034ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.runtime.handles/index.json 840ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 902ms 》 Installed runtime.win.System.Net.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.net.primitives\4.3.0 with content hash lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 882ms 》 Installed runtime.win.System.IO.FileSystem 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.io.filesystem\4.3.0 with content hash Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 866ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 963ms 》 Installed runtime.any.System.Text.Encoding.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.text.encoding.extensions\4.3.0 with content hash NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1347ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.private.uri/index.json 763ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.private.uri/index.json 754ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 887ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1104ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1156ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/runtime.win.system.console/index.json 1326ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.globalization.calendars/index.json 1091ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1068ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1103ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/runtime.any.system.diagnostics.tools/index.json 1183ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/runtime.any.system.text.encoding/index.json 1032ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.console/index.json 966ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.private.uri/index.json 798ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.private.uri/index.json 827ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/runtime.any.system.threading.tasks/index.json 1599ms 》 Installed runtime.any.System.Diagnostics.Tracing 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.diagnostics.tracing\4.3.0 with content hash 1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==. 》 Installed runtime.win.Microsoft.Win32.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.microsoft.win32.primitives\4.3.0 with content hash NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==. 》 Installed runtime.any.System.Runtime.Handles 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime.handles\4.3.0 with content hash GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/runtime.win.system.net.primitives/index.json 1152ms 》 Installed runtime.any.System.Globalization.Calendars 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.globalization.calendars\4.3.0 with content hash M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==. 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.private.uri/index.json 1077ms 》 Installed System.Private.Uri 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.private.uri\4.3.0 with content hash I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==. 》 Installed runtime.any.System.Threading.Timer 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.threading.timer\4.3.0 with content hash w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==. 》 Installed runtime.any.System.Reflection.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection.extensions\4.3.0 with content hash cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==. 》 Installed runtime.any.System.Runtime 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime\4.3.0 with content hash fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==. 》 Installed runtime.any.System.Collections 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.collections\4.3.0 with content hash 23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==. 》 Installed runtime.win.System.Runtime.Extensions 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.runtime.extensions\4.3.0 with content hash RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==. 》 Installed runtime.win.System.Net.Sockets 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.net.sockets\4.3.0 with content hash FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==. 》 Installed runtime.any.System.Threading.Tasks 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.threading.tasks\4.3.0 with content hash OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==. 》 Installed runtime.any.System.Reflection 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection\4.3.0 with content hash hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==. 》 Installed runtime.win.System.Diagnostics.Debug 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.win.system.diagnostics.debug\4.3.0 with content hash hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==. 》 Installed runtime.any.System.IO 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.io\4.3.0 with content hash SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==. 》 Installed runtime.any.System.Diagnostics.Tools 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.diagnostics.tools\4.3.0 with content hash S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==. 》 Installed runtime.any.System.Resources.ResourceManager 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.resources.resourcemanager\4.3.0 with content hash Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==. 》 Installed runtime.any.System.Text.Encoding 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.text.encoding\4.3.0 with content hash +ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==. 》 Installed runtime.any.System.Reflection.Primitives 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.reflection.primitives\4.3.0 with content hash Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==. 》 Installed runtime.any.System.Globalization 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.globalization\4.3.0 with content hash sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==. 》 Installed runtime.any.System.Runtime.InteropServices 4.3.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\runtime.any.system.runtime.interopservices\4.3.0 with content hash lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj (in 5.22 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 25 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:08.27 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---3341240B\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:38.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:38.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:38.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:38.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:38.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:38.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:38.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:38.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:38.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Build started 4/8/2026 2:51:00 PM. [xUnit.net 00:01:38.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:38.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:38.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:38.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:38.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:38.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:38.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:38.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:38.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》CheckForConflicts: [xUnit.net 00:01:38.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 No conflicts found for support libs [xUnit.net 00:01:38.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:38.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:38.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:38.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:38.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:38.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:38.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:38.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:38.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:38.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:38.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:38.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:38.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:01:38.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:01:38.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:01:38.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:01:38.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:38.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:38.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:38.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:38.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:38.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:38.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:38.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:38.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:38.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:38.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:38.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:38.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:38.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:38.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:39.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:39.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:39.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:39.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:39.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:39.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:39.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:39.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:39.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:39.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》 [xUnit.net 00:01:39.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] 》Time Elapsed 00:00:04.70 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore exited with 0 in 4938 ms. [xUnit.net 00:01:39.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:39.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [PASS] [xUnit.net 00:01:39.09] Output: [xUnit.net 00:01:39.09] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:39.09] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:39.09] 》Build started 4/8/2026 2:50:56 PM. [xUnit.net 00:01:39.09] 》 [xUnit.net 00:01:39.09] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:39.09] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:39.09] 》 Determining projects to restore... [xUnit.net 00:01:39.09] 》Restore: [xUnit.net 00:01:39.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:39.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:39.09] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj... [xUnit.net 00:01:39.09] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:39.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:39.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:39.09] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\project.assets.json [xUnit.net 00:01:39.09] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj (in 919 ms). [xUnit.net 00:01:39.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:39.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:39.09] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\project.assets.json [xUnit.net 00:01:39.09] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj (in 1.26 sec). [xUnit.net 00:01:39.09] 》 [xUnit.net 00:01:39.09] 》 NuGet Config files used: [xUnit.net 00:01:39.09] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:39.09] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:39.09] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:39.09] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:39.10] 》 [xUnit.net 00:01:39.10] 》 Feeds used: [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:39.10] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:39.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:39.10] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:39.10] 》PrepareForBuild: [xUnit.net 00:01:39.10] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:39.10] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:39.10] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:39.10] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:39.10] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:39.10] 》PrepareForBuild: [xUnit.net 00:01:39.10] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:39.10] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:39.10] 》_GenerateSourceLinkFile: [xUnit.net 00:01:39.10] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:39.10] 》CoreCompile: [xUnit.net 00:01:39.10] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:39.10] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:39.10] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:39.10] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:39.10] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:39.10] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore [xUnit.net 00:01:39.10] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore [xUnit.net 00:01:39.10] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:39.10] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:39.10] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:39.10] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:39.10] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:39.10] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:39.10] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:39.10] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:39.10] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:39.10] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:39.10] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:39.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:39.10] 》CheckForConflicts: [xUnit.net 00:01:39.10] 》 No conflicts found for support libs [xUnit.net 00:01:39.10] 》CoreCompile: [xUnit.net 00:01:39.10] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:39.10] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:39.10] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:39.10] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:39.10] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:39.11] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' Process ID: 1840 [xUnit.net 00:01:39.11] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:39.11] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:39.11] 》 Begin writing request for TestApp [xUnit.net 00:01:39.11] 》 End writing request for TestApp [xUnit.net 00:01:39.11] 》 Begin reading response for TestApp [xUnit.net 00:01:39.11] 》 End reading response for TestApp [xUnit.net 00:01:39.11] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:39.11] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:39.11] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:39.12] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:39.12] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:39.12] 》_CopyAppConfigFile: [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:39.12] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:39.12] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:39.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:39.12] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:39.12] 》 [xUnit.net 00:01:39.12] 》Build succeeded. [xUnit.net 00:01:39.12] 》 0 Warning(s) [xUnit.net 00:01:39.12] 》 0 Error(s) [xUnit.net 00:01:39.12] 》 [xUnit.net 00:01:39.12] 》Time Elapsed 00:00:04.70 [xUnit.net 00:01:39.12] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:39.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:39.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Restore: [xUnit.net 00:01:39.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:39.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:39.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:39.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Build started 4/8/2026 2:51:01 PM. [xUnit.net 00:01:39.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:39.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj... Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_resolves_conflicts(isSdk: False, usePackagesConfig: False) [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:50:56 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj (in 919 ms). 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj (in 1.26 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\TestLibrary.csproj" (default targets). 》CheckForConflicts: 》 No conflicts found for support libs 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.70 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_resolves_c---7EEE6B46\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:40.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:40.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:40.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\project.assets.json [xUnit.net 00:01:40.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:40.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:40.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj (in 658 ms). [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:40.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:40.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:40.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:40.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:40.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:40.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj] [xUnit.net 00:01:40.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:40.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:40.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:40.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Restore: [xUnit.net 00:01:40.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:40.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:40.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:40.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:40.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:40.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj... [xUnit.net 00:01:40.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:40.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:40.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:40.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:40.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:40.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:40.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:40.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:40.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:40.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:40.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:40.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:40.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:40.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:40.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:40.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:40.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:40.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:40.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:40.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:40.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:40.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:40.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:40.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:40.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:40.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:40.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:40.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:40.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:40.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Time Elapsed 00:00:02.62 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore exited with 0 in 2844 ms. [xUnit.net 00:01:40.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:40.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe Process ID: 5224 [xUnit.net 00:01:40.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Native code was not used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 80 ms. [xUnit.net 00:01:40.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore [xUnit.net 00:01:40.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore': Process ID: 5148 [xUnit.net 00:01:40.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:40.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Build started 4/8/2026 2:51:03 PM. [xUnit.net 00:01:40.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:41.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:41.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:41.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:41.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:41.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:41.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:41.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:41.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\project.assets.json [xUnit.net 00:01:41.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\project.assets.json [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj (in 1.1 sec). [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj (in 1.1 sec). [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:41.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:41.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:41.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj] [xUnit.net 00:01:41.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:41.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:41.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:42.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Restore: [xUnit.net 00:01:42.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:42.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:42.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:42.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:42.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:42.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:01:42.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:01:42.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:42.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:42.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:42.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:42.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:42.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:42.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Compilation request TestLibrary (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:42.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:42.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:42.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj... [xUnit.net 00:01:42.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:42.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:42.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:42.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:42.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 End writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:42.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:42.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 End reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:42.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.5) [xUnit.net 00:01:42.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:42.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll". [xUnit.net 00:01:42.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll [xUnit.net 00:01:42.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb". [xUnit.net 00:01:42.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:42.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 69ms [xUnit.net 00:01:42.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 75ms [xUnit.net 00:01:42.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 65ms [xUnit.net 00:01:42.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 62ms [xUnit.net 00:01:42.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:42.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 109ms [xUnit.net 00:01:42.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 64ms [xUnit.net 00:01:42.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/1.9.1/libuv.1.9.1.nupkg [xUnit.net 00:01:42.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 106ms [xUnit.net 00:01:42.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 117ms [xUnit.net 00:01:42.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 114ms [xUnit.net 00:01:42.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 69ms [xUnit.net 00:01:42.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 63ms [xUnit.net 00:01:42.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:42.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:42.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:42.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:42.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Begin writing request for TestApp (net462) [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 End writing request for TestApp (net462) [xUnit.net 00:01:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Begin reading response for TestApp (net462) [xUnit.net 00:01:42.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 End reading response for TestApp (net462) [xUnit.net 00:01:42.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:01:42.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:43.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:01:43.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:43.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:01:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:01:43.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:01:43.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:43.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:43.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:43.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:43.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:01:43.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:43.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:01:43.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:01:43.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:01:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:01:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:01:43.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:43.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:01:43.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:43.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:43.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:43.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:43.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:43.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:43.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:43.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] 》Time Elapsed 00:00:03.85 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore exited with 0 in 4038 ms. [xUnit.net 00:01:43.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:43.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [PASS] [xUnit.net 00:01:43.15] Output: [xUnit.net 00:01:43.15] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:43.15] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:43.15] 》Build started 4/8/2026 2:51:01 PM. [xUnit.net 00:01:43.15] 》 [xUnit.net 00:01:43.15] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:43.15] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:43.15] 》 Determining projects to restore... [xUnit.net 00:01:43.15] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:43.15] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:43.15] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:43.15] 》Restore: [xUnit.net 00:01:43.15] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:43.15] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:43.15] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:43.15] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj... [xUnit.net 00:01:43.15] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:43.15] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:43.15] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:43.15] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:43.15] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\project.assets.json [xUnit.net 00:01:43.15] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\project.assets.json [xUnit.net 00:01:43.15] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj (in 1.1 sec). [xUnit.net 00:01:43.15] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj (in 1.1 sec). [xUnit.net 00:01:43.15] 》 [xUnit.net 00:01:43.16] 》 NuGet Config files used: [xUnit.net 00:01:43.16] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:43.16] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:43.16] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:43.16] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:43.16] 》 [xUnit.net 00:01:43.16] 》 Feeds used: [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:43.16] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:43.16] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:43.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:43.16] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:43.16] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj] [xUnit.net 00:01:43.16] 》PrepareForBuild: [xUnit.net 00:01:43.16] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:43.16] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:43.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:43.16] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:43.16] 》PrepareForBuild: [xUnit.net 00:01:43.16] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:01:43.16] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:01:43.16] 》_GenerateSourceLinkFile: [xUnit.net 00:01:43.16] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:43.16] 》CoreCompile: [xUnit.net 00:01:43.16] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:43.16] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:43.16] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:43.16] 》 Compilation request TestLibrary (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:43.16] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:43.16] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore [xUnit.net 00:01:43.16] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore [xUnit.net 00:01:43.16] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:43.16] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:43.16] 》 Begin writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:43.16] 》 End writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:43.16] 》 Begin reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:43.16] 》 End reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:43.16] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.5) [xUnit.net 00:01:43.16] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:43.16] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll". [xUnit.net 00:01:43.16] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll [xUnit.net 00:01:43.16] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb". [xUnit.net 00:01:43.16] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:43.16] 》_GenerateSourceLinkFile: [xUnit.net 00:01:43.16] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:43.16] 》CoreCompile: [xUnit.net 00:01:43.16] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:43.16] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:43.16] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:43.16] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:43.16] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:43.16] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:43.16] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:43.17] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:43.17] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:43.17] 》 Begin writing request for TestApp (net462) [xUnit.net 00:01:43.17] 》 End writing request for TestApp (net462) [xUnit.net 00:01:43.17] 》 Begin reading response for TestApp (net462) [xUnit.net 00:01:43.17] 》 End reading response for TestApp (net462) [xUnit.net 00:01:43.17] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:01:43.17] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\netstandard.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". Process ID: 8168 [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Data.Common.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Pipes.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". [xUnit.net 00:01:43.17] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Ping.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Primitives.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Requests.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ObjectModel.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Security.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.Reader.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.Writer.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Claims.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.SecureString.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.Encoding.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Principal.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ValueTuple.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Timer.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Thread.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XPath.dll". [xUnit.net 00:01:43.18] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:43.18] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:01:43.18] 》_CopyAppConfigFile: [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:43.18] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:43.18] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:43.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:43.18] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:43.18] 》 [xUnit.net 00:01:43.18] 》Build succeeded. [xUnit.net 00:01:43.18] 》 [xUnit.net 00:01:43.19] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:43.19] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:43.19] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:43.19] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:43.19] 》 [xUnit.net 00:01:43.19] 》 [xUnit.net 00:01:43.19] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:43.19] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:43.19] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:43.19] 》 [xUnit.net 00:01:43.19] 》 2 Warning(s) [xUnit.net 00:01:43.19] 》 0 Error(s) [xUnit.net 00:01:43.19] 》 [xUnit.net 00:01:43.19] 》Time Elapsed 00:00:03.85 [xUnit.net 00:01:43.19] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: True) [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:01 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj (in 1.1 sec). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj (in 1.1 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard1.5\". 》 Creating directory "obj\Debug\netstandard1.5\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard1.5\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard1.5) 》 End writing request for TestLibrary (netstandard1.5) 》 Begin reading response for TestLibrary (netstandard1.5) 》 End reading response for TestLibrary (netstandard1.5) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.5) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestApp (net462) 》 End writing request for TestApp (net462) 》 Begin reading response for TestApp (net462) 》 End reading response for TestApp (net462) 》 CompilerServer: server - server processed compilation - TestApp (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestLibrary.pdb". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\System.Xml.XPath.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\bin\Debug\net462\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> 》(_CheckForNotRecommendedNETStandardVersion target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj" (Build target) (1:7) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestLibrary\TestLibrary.csproj] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.85 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---53673F53\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:43.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:43.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:43.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Build started 4/8/2026 2:51:05 PM. [xUnit.net 00:01:43.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:43.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Installed Libuv 1.9.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.9.1 with content hash uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==. [xUnit.net 00:01:43.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:43.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:43.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:44.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:44.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:44.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:44.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Restore: [xUnit.net 00:01:44.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:44.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:44.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:44.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:44.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\project.assets.json [xUnit.net 00:01:44.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj (in 2.25 sec). [xUnit.net 00:01:44.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:44.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:44.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:44.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:44.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj... [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:44.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:44.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:44.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Installed: [xUnit.net 00:01:44.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj [xUnit.net 00:01:44.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:44.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:44.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:44.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:44.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:44.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:44.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:44.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:45.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:45.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:45.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:45.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:45.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:45.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:45.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:45.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:45.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:45.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:45.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:45.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:45.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:45.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:45.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:45.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:45.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:45.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:45.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:45.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:45.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:45.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:45.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:45.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:45.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:45.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:45.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:45.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:45.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:45.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:45.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:45.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:45.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:45.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:45.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:45.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\project.assets.json [xUnit.net 00:01:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:45.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\project.assets.json [xUnit.net 00:01:45.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj (in 1.14 sec). [xUnit.net 00:01:45.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj (in 1.15 sec). [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:45.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:45.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:45.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:45.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:45.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》 [xUnit.net 00:01:45.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Time Elapsed 00:00:04.73 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore exited with 0 in 4909 ms. [xUnit.net 00:01:45.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:45.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe Process ID: 2556 [xUnit.net 00:01:45.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:45.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:45.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:45.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:45.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] 》Native code was not used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 65 ms. [xUnit.net 00:01:45.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:45.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [PASS] [xUnit.net 00:01:45.81] Output: [xUnit.net 00:01:45.81] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:45.81] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:45.81] 》Build started 4/8/2026 2:51:00 PM. [xUnit.net 00:01:45.81] 》 [xUnit.net 00:01:45.81] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:45.81] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:45.81] 》 Determining projects to restore... [xUnit.net 00:01:45.81] 》Restore: [xUnit.net 00:01:45.81] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:45.81] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:45.81] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj... [xUnit.net 00:01:45.81] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:45.81] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:45.81] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\project.assets.json [xUnit.net 00:01:45.81] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj (in 658 ms). [xUnit.net 00:01:45.81] 》 [xUnit.net 00:01:45.81] 》 NuGet Config files used: [xUnit.net 00:01:45.81] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:45.81] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:45.81] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:45.81] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:45.81] 》 [xUnit.net 00:01:45.81] 》 Feeds used: [xUnit.net 00:01:45.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:45.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:45.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:45.81] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:45.82] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:45.82] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:45.82] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:45.82] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:45.82] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj] Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore [xUnit.net 00:01:45.82] 》PrepareForBuild: [xUnit.net 00:01:45.82] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:45.82] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:45.82] 》CoreResGen: [xUnit.net 00:01:45.82] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore [xUnit.net 00:01:45.82] 》_GenerateSourceLinkFile: [xUnit.net 00:01:45.82] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:45.82] 》CoreCompile: [xUnit.net 00:01:45.82] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:45.82] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:45.82] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:45.82] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:45.82] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:45.82] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:45.82] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.82] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.82] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:45.82] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:45.82] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:45.82] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:45.82] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:45.82] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:45.82] 》_CopyAppConfigFile: [xUnit.net 00:01:45.82] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:45.82] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:45.82] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:45.82] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:45.83] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:45.83] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:45.83] 》 [xUnit.net 00:01:45.83] 》Build succeeded. [xUnit.net 00:01:45.83] 》 0 Warning(s) [xUnit.net 00:01:45.83] 》 0 Error(s) [xUnit.net 00:01:45.83] 》 [xUnit.net 00:01:45.83] 》Time Elapsed 00:00:02.62 [xUnit.net 00:01:45.83] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:45.83] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:45.83] 》Native code was not used (X86) [xUnit.net 00:01:45.83] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:45.83] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:45.83] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:45.83] 》Build started 4/8/2026 2:51:03 PM. [xUnit.net 00:01:45.83] 》 [xUnit.net 00:01:45.83] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:45.83] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:45.83] 》 Determining projects to restore... [xUnit.net 00:01:45.83] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:45.83] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:45.83] 》AddPrunePackageReferences: [xUnit.net 00:01:45.83] 》 Loaded prune package data from framework packages [xUnit.net 00:01:45.83] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:45.83] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:45.83] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:45.83] 》AddPrunePackageReferences: [xUnit.net 00:01:45.83] 》 Loaded prune package data from framework packages [xUnit.net 00:01:45.83] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:45.83] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:45.83] 》Restore: [xUnit.net 00:01:45.83] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:45.83] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Process ID: 3860 [xUnit.net 00:01:45.83] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj... [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 69ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 75ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 65ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 62ms [xUnit.net 00:01:45.83] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 109ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 64ms [xUnit.net 00:01:45.83] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/1.9.1/libuv.1.9.1.nupkg [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 106ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 117ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 114ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 69ms [xUnit.net 00:01:45.83] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 63ms [xUnit.net 00:01:45.83] 》 Installed Libuv 1.9.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.9.1 with content hash uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==. [xUnit.net 00:01:45.83] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:45.83] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:45.83] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\project.assets.json [xUnit.net 00:01:45.83] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj (in 2.25 sec). [xUnit.net 00:01:45.83] 》 [xUnit.net 00:01:45.83] 》 NuGet Config files used: [xUnit.net 00:01:45.83] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:45.83] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:45.83] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:45.83] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:45.84] 》 [xUnit.net 00:01:45.84] 》 Feeds used: [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:45.84] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:45.84] 》 [xUnit.net 00:01:45.84] 》 Installed: [xUnit.net 00:01:45.84] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj [xUnit.net 00:01:45.84] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:45.84] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:45.84] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:45.84] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:45.84] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:45.84] 》PrepareForBuild: [xUnit.net 00:01:45.84] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:45.84] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:45.84] 》CoreResGen: [xUnit.net 00:01:45.84] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:45.84] 》_GenerateSourceLinkFile: [xUnit.net 00:01:45.84] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:45.84] 》CoreCompile: [xUnit.net 00:01:45.84] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:45.84] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:45.84] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:45.84] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:45.84] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:45.84] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:45.84] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.84] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.84] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:45.84] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:45.84] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:45.84] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:45.84] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:45.84] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:45.84] 》_CopyAppConfigFile: [xUnit.net 00:01:45.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:45.84] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:45.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:45.84] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:45.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:45.84] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:45.84] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:45.84] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:45.84] 》PrepareForBuild: [xUnit.net 00:01:45.84] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:45.84] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:45.84] 》CoreResGen: [xUnit.net 00:01:45.84] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:45.84] 》_GenerateSourceLinkFile: [xUnit.net 00:01:45.84] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:45.84] 》CoreCompile: [xUnit.net 00:01:45.84] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:45.84] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:45.84] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:45.84] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:45.84] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:45.84] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:45.84] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.84] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:45.84] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:45.84] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.85] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.85] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.85] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.85] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:45.85] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:45.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:45.85] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:45.85] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:45.85] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:45.85] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:45.85] 》 [xUnit.net 00:01:45.85] 》Build succeeded. [xUnit.net 00:01:45.85] 》 [xUnit.net 00:01:45.85] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:45.85] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:45.85] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:45.85] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:45.85] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:45.85] 》 [xUnit.net 00:01:45.85] 》 [xUnit.net 00:01:45.85] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:45.85] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:45.85] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:45.85] 》 [xUnit.net 00:01:45.85] 》 2 Warning(s) [xUnit.net 00:01:45.85] 》 0 Error(s) [xUnit.net 00:01:45.85] 》 [xUnit.net 00:01:45.85] 》Time Elapsed 00:00:04.73 [xUnit.net 00:01:45.85] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:45.85] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:45.85] 》Native code was not used (X86) [xUnit.net 00:01:45.85] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86", platformTarget: "x86", useNativeCode: False, expectedProgramOutput: "Native code was not used (X86)") [7 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:00 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj (in 658 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.62 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---9272F555\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:03 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/libuv/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/libuv/index.json 75ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/libuv/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/libuv/index.json 62ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/libuv/index.json 109ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/libuv/index.json 64ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/libuv/1.9.1/libuv.1.9.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/libuv/index.json 106ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/libuv/index.json 117ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/libuv/index.json 114ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/libuv/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/libuv/index.json 63ms 》 Installed Libuv 1.9.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.9.1 with content hash uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj (in 2.25 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.73 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5EADDA37\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:45.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:45.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:45.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:01:45.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:01:46.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build started 4/8/2026 2:51:08 PM. [xUnit.net 00:01:46.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:46.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:46.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:46.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:46.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:46.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:46.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:46.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Compilation request TestLibrary (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:46.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:46.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:46.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 End writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:46.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:46.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 End reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:46.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.5) [xUnit.net 00:01:46.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:46.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll". [xUnit.net 00:01:46.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll [xUnit.net 00:01:46.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb". [xUnit.net 00:01:46.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:46.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:46.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:46.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Restore: [xUnit.net 00:01:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:47.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:47.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:47.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:47.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:47.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:47.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:01:47.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:01:47.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:01:47.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:01:47.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:47.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:47.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:47.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:47.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:47.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:47.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:47.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:47.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:47.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:47.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:47.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:47.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:47.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:47.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:47.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:47.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:47.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:47.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:47.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:47.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:47.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:47.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:47.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:47.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:47.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] 》Time Elapsed 00:00:03.93 [xUnit.net 00:01:47.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj... < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore exited with 0 in 4126 ms. [xUnit.net 00:01:47.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:47.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [PASS] [xUnit.net 00:01:47.30] Output: [xUnit.net 00:01:47.30] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:47.30] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:47.30] 》Build started 4/8/2026 2:51:05 PM. [xUnit.net 00:01:47.30] 》 [xUnit.net 00:01:47.30] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:47.30] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:47.30] 》 Determining projects to restore... [xUnit.net 00:01:47.30] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:47.30] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:47.30] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:47.30] 》Restore: [xUnit.net 00:01:47.30] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:47.30] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:47.30] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj... [xUnit.net 00:01:47.30] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:47.30] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:47.30] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:47.30] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\project.assets.json [xUnit.net 00:01:47.30] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:47.30] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:47.30] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\project.assets.json [xUnit.net 00:01:47.30] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj (in 1.14 sec). [xUnit.net 00:01:47.30] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj (in 1.15 sec). [xUnit.net 00:01:47.30] 》 [xUnit.net 00:01:47.30] 》 NuGet Config files used: [xUnit.net 00:01:47.30] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:47.30] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:47.30] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:47.30] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:47.30] 》 [xUnit.net 00:01:47.30] 》 Feeds used: [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:47.30] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:47.31] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:47.31] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:47.31] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:47.31] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:47.31] 》PrepareForBuild: [xUnit.net 00:01:47.31] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:47.31] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:47.31] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:47.31] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:47.31] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:47.31] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:47.31] 》PrepareForBuild: [xUnit.net 00:01:47.31] 》 Creating directory "bin\Debug\netstandard1.5\". [xUnit.net 00:01:47.31] 》 Creating directory "obj\Debug\netstandard1.5\". [xUnit.net 00:01:47.31] 》_GenerateSourceLinkFile: [xUnit.net 00:01:47.31] 》 Source Link is empty, file 'obj\Debug\netstandard1.5\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:47.31] 》CoreCompile: [xUnit.net 00:01:47.31] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:47.31] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:47.31] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:47.31] 》 Compilation request TestLibrary (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:47.31] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:47.31] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:47.31] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:47.31] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:47.31] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:47.31] 》 Begin writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:47.31] 》 End writing request for TestLibrary (netstandard1.5) [xUnit.net 00:01:47.31] 》 Begin reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:47.31] 》 End reading response for TestLibrary (netstandard1.5) [xUnit.net 00:01:47.31] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.5) [xUnit.net 00:01:47.31] 》CopyFilesToOutputDirectory: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore [xUnit.net 00:01:47.31] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll". > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore [xUnit.net 00:01:47.31] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll [xUnit.net 00:01:47.31] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb". [xUnit.net 00:01:47.31] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:47.31] 》CoreCompile: [xUnit.net 00:01:47.31] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:47.31] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:47.31] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:47.31] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:47.31] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:47.32] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:47.32] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:47.32] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:47.32] 》 Begin writing request for TestApp [xUnit.net 00:01:47.32] 》 End writing request for TestApp [xUnit.net 00:01:47.32] 》 Begin reading response for TestApp [xUnit.net 00:01:47.32] 》 End reading response for TestApp [xUnit.net 00:01:47.32] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:47.32] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". Process ID: 8608 [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.Concurrent.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\netstandard.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.Specialized.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.NonGeneric.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Debug.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Process.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Tools.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Drawing.Primitives.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Dynamic.Runtime.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Pipes.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Expressions.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Queryable.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Parallel.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Ping.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.NetworkInformation.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Requests.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.NameResolution.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Primitives.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Security.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ObjectModel.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.Extensions.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebSockets.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.ResourceManager.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.Writer.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.Primitives.dll". [xUnit.net 00:01:47.32] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.Reader.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Handles.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Numerics.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Claims.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Principal.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.Encoding.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Tasks.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.RegularExpressions.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Thread.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.ThreadPool.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Timer.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ValueTuple.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XDocument.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XmlDocument.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XPath.dll". [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:47.33] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:47.33] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:47.33] 》_CopyAppConfigFile: [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:47.33] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:47.33] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:47.33] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:47.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:47.33] 》 [xUnit.net 00:01:47.33] 》Build succeeded. [xUnit.net 00:01:47.33] 》 [xUnit.net 00:01:47.33] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:47.33] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:47.33] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:47.33] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:47.33] 》 [xUnit.net 00:01:47.33] 》 [xUnit.net 00:01:47.33] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:47.33] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:47.33] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:47.33] 》 [xUnit.net 00:01:47.33] 》 2 Warning(s) [xUnit.net 00:01:47.33] 》 0 Error(s) [xUnit.net 00:01:47.33] 》 [xUnit.net 00:01:47.33] 》Time Elapsed 00:00:03.93 [xUnit.net 00:01:47.33] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:47.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore': Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_when_library_targets_netstandard15(isSdk: False) [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:05 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\project.assets.json 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj (in 1.14 sec). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj (in 1.15 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard1.5\". 》 Creating directory "obj\Debug\netstandard1.5\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard1.5\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard1.5), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_5;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.5\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.5\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.5\.NETStandard,Version=v1.5.AssemblyAttributes.cs" obj\Debug\netstandard1.5\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard1.5) 》 End writing request for TestLibrary (netstandard1.5) 》 Begin reading response for TestLibrary (netstandard1.5) 》 End reading response for TestLibrary (netstandard1.5) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.5) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\obj\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (default targets). 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.Concurrent.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\netstandard.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.Specialized.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.NonGeneric.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Collections.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.TypeConverter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ComponentModel.EventBasedAsync.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Debug.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Contracts.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Process.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.FileVersionInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.TraceSource.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Tools.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Drawing.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Dynamic.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.Watcher.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.FileSystem.DriveInfo.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.IsolatedStorage.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.UnmanagedMemoryStream.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.Pipes.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.IO.MemoryMappedFiles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Expressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Queryable.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Linq.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Ping.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.NetworkInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Requests.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.NameResolution.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebHeaderCollection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebSockets.Client.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.Security.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ObjectModel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Net.WebSockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.ResourceManager.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.Writer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Reflection.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.CompilerServices.VisualC.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Resources.Reader.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Handles.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Numerics.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Formatters.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Xml.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Runtime.Serialization.Json.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Claims.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Csp.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Principal.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.Encoding.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Tasks.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Text.RegularExpressions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Tasks.Parallel.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Thread.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.ThreadPool.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Threading.Timer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.ValueTuple.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XmlSerializer.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XmlDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\System.Xml.XPath.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\bin\Debug\netstandard1.5\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> 》(_CheckForNotRecommendedNETStandardVersion target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj" (Build target) (1:7) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestLibrary\TestLibrary.csproj] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.93 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---9EF4E51A\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:47.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:47.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Build started 4/8/2026 2:51:10 PM. [xUnit.net 00:01:47.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:47.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:47.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:47.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\project.assets.json [xUnit.net 00:01:47.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj (in 703 ms). [xUnit.net 00:01:47.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:47.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:47.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj] [xUnit.net 00:01:48.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:48.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:48.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:48.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:48.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:48.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:48.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:48.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:48.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:49.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:49.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:49.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Restore: [xUnit.net 00:01:49.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:49.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:49.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:49.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:49.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:49.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:49.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:49.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:49.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:49.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:49.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:49.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:49.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:49.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:49.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:49.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:49.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:49.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:49.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:49.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:49.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:49.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:49.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:49.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:49.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:49.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:49.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:49.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:49.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Time Elapsed 00:00:03.23 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore exited with 0 in 3445 ms. [xUnit.net 00:01:49.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:49.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe Process ID: 5520 [xUnit.net 00:01:49.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Native code was not used (MSIL) [xUnit.net 00:01:49.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj... [xUnit.net 00:01:49.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj... < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 52 ms. [xUnit.net 00:01:49.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore [xUnit.net 00:01:49.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore Process ID: 6936 [xUnit.net 00:01:49.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build started 4/8/2026 2:51:12 PM. [xUnit.net 00:01:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:49.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:49.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:49.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:50.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:50.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:50.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:50.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:50.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\project.assets.json [xUnit.net 00:01:50.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\project.assets.json [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj (in 1.09 sec). [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj (in 1.09 sec). [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:50.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:50.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:50.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:50.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:50.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:50.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:50.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:50.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:50.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:50.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Restore: [xUnit.net 00:01:50.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:50.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:50.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:50.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:50.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj] [xUnit.net 00:01:50.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:50.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:50.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj... [xUnit.net 00:01:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:50.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:50.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:50.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Creating directory "bin\Debug\netstandard1.4\". [xUnit.net 00:01:50.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Creating directory "obj\Debug\netstandard1.4\". [xUnit.net 00:01:51.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:51.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard1.4\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:51.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:51.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:51.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:51.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:51.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Compilation request TestLibrary (netstandard1.4), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:51.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:51.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:51.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:51.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 End writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 End reading response for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.4) [xUnit.net 00:01:51.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:51.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll". [xUnit.net 00:01:51.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll [xUnit.net 00:01:51.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb". [xUnit.net 00:01:51.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Begin writing request for TestApp (net462) [xUnit.net 00:01:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 End writing request for TestApp (net462) [xUnit.net 00:01:51.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Begin reading response for TestApp (net462) [xUnit.net 00:01:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 End reading response for TestApp (net462) [xUnit.net 00:01:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:01:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\lib\net46\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.AppContext.dll". [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\lib\net46\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\lib\net462\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\lib\net46\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\lib\net462\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:01:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\runtimes\win\lib\net46\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:01:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\lib\net46\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:01:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\lib\net46\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\lib\net46\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:01:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:01:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\lib\net462\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:01:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\lib\net462\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\lib\net462\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\runtimes\win\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\lib\net462\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\lib\net46\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:01:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:01:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:01:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:51.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:51.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:51.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] 》Time Elapsed 00:00:04.09 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore exited with 0 in 4280 ms. [xUnit.net 00:01:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [PASS] [xUnit.net 00:01:51.60] Output: [xUnit.net 00:01:51.61] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:51.61] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:51.61] 》Build started 4/8/2026 2:51:10 PM. [xUnit.net 00:01:51.61] 》 [xUnit.net 00:01:51.61] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:51.61] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:51.61] 》 Determining projects to restore... [xUnit.net 00:01:51.61] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:51.61] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:51.61] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:51.61] 》Restore: [xUnit.net 00:01:51.61] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:51.61] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:51.61] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj... [xUnit.net 00:01:51.61] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:51.61] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:51.61] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:51.61] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:51.61] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:51.61] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\project.assets.json [xUnit.net 00:01:51.61] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\project.assets.json [xUnit.net 00:01:51.61] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj (in 1.09 sec). [xUnit.net 00:01:51.61] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj (in 1.09 sec). [xUnit.net 00:01:51.61] 》 [xUnit.net 00:01:51.61] 》 NuGet Config files used: [xUnit.net 00:01:51.61] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:51.61] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:51.61] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:51.61] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:51.61] 》 [xUnit.net 00:01:51.61] 》 Feeds used: [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:51.61] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:51.61] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:51.61] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:51.61] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:51.61] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj] [xUnit.net 00:01:51.61] 》PrepareForBuild: [xUnit.net 00:01:51.61] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:01:51.61] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:01:51.61] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:51.61] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:51.61] 》PrepareForBuild: [xUnit.net 00:01:51.61] 》 Creating directory "bin\Debug\netstandard1.4\". [xUnit.net 00:01:51.61] 》 Creating directory "obj\Debug\netstandard1.4\". [xUnit.net 00:01:51.61] 》_GenerateSourceLinkFile: [xUnit.net 00:01:51.61] 》 Source Link is empty, file 'obj\Debug\netstandard1.4\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:51.61] 》CoreCompile: [xUnit.net 00:01:51.61] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:51.61] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:51.61] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:51.61] 》 Compilation request TestLibrary (netstandard1.4), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:51.61] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:51.61] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:51.61] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.61] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.61] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:51.62] 》 Begin writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.62] 》 End writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.62] 》 Begin reading response for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.62] 》 End reading response for TestLibrary (netstandard1.4) [xUnit.net 00:01:51.62] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.4) Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore [xUnit.net 00:01:51.62] 》CopyFilesToOutputDirectory: > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll". [xUnit.net 00:01:51.62] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb". [xUnit.net 00:01:51.62] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:51.62] 》_GenerateSourceLinkFile: [xUnit.net 00:01:51.62] 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:51.62] 》CoreCompile: [xUnit.net 00:01:51.62] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:51.62] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:51.62] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:51.62] 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:51.62] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:51.62] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:51.62] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.62] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:51.62] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:51.62] 》 Begin writing request for TestApp (net462) [xUnit.net 00:01:51.62] 》 End writing request for TestApp (net462) [xUnit.net 00:01:51.62] 》 Begin reading response for TestApp (net462) [xUnit.net 00:01:51.62] 》 End reading response for TestApp (net462) [xUnit.net 00:01:51.62] 》 CompilerServer: server - server processed compilation - TestApp (net462) [xUnit.net 00:01:51.62] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\lib\net46\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.AppContext.dll". Process ID: 5240 [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\lib\net46\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Console.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\lib\net462\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\lib\net46\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\lib\net462\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\runtimes\win\lib\net46\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.Compression.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\lib\net46\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\lib\net46\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\lib\net46\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Net.Sockets.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\lib\net462\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Reflection.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\lib\net462\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\lib\net462\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\runtimes\win\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\lib\net462\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\lib\net46\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestLibrary.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestLibrary.pdb". [xUnit.net 00:01:51.62] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:51.62] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". [xUnit.net 00:01:51.62] 》_CopyAppConfigFile: [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe.config". [xUnit.net 00:01:51.62] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe". [xUnit.net 00:01:51.62] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe [xUnit.net 00:01:51.62] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.pdb". [xUnit.net 00:01:51.62] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:51.63] 》 [xUnit.net 00:01:51.63] 》Build succeeded. [xUnit.net 00:01:51.63] 》 [xUnit.net 00:01:51.63] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:51.63] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:51.63] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:51.63] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:51.63] 》 [xUnit.net 00:01:51.63] 》 [xUnit.net 00:01:51.63] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:51.63] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:51.63] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:51.63] 》 [xUnit.net 00:01:51.63] 》 2 Warning(s) [xUnit.net 00:01:51.63] 》 0 Error(s) [xUnit.net 00:01:51.63] 》 [xUnit.net 00:01:51.63] 》Time Elapsed 00:00:04.09 [xUnit.net 00:01:51.63] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: True) [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:10 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj (in 1.09 sec). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj (in 1.09 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard1.4\". 》 Creating directory "obj\Debug\netstandard1.4\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard1.4\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard1.4), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard1.4) 》 End writing request for TestLibrary (netstandard1.4) 》 Begin reading response for TestLibrary (netstandard1.4) 》 End reading response for TestLibrary (netstandard1.4) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.4) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestApp (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestApp (net462) 》 End writing request for TestApp (net462) 》 Begin reading response for TestApp (net462) 》 End reading response for TestApp (net462) 》 CompilerServer: server - server processed compilation - TestApp (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\lib\net46\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\lib\net46\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\lib\net462\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\lib\net46\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\lib\net462\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\runtimes\win\lib\net46\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\lib\net46\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\lib\net46\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\lib\net46\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\lib\net462\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\lib\net462\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\lib\net462\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\runtimes\win\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\lib\net462\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\lib\net46\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\obj\Debug\net462\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\bin\Debug\net462\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> 》(_CheckForNotRecommendedNETStandardVersion target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj" (Build target) (1:7) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestLibrary\TestLibrary.csproj] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.09 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---595CA380\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:51.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:51.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Build started 4/8/2026 2:51:14 PM. [xUnit.net 00:01:51.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:52.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:52.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:52.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:52.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:52.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:52.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\project.assets.json [xUnit.net 00:01:52.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj (in 1.63 sec). [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:52.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:52.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:52.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:52.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:52.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:52.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:52.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:52.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:52.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:52.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:52.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:52.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:52.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:52.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:52.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Restore: [xUnit.net 00:01:52.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:52.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:52.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:52.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:53.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:53.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:53.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:53.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:53.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:53.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:53.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:53.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:53.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:53.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj... [xUnit.net 00:01:53.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:53.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:53.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:53.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:53.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:53.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:53.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:53.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:53.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:01:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Time Elapsed 00:00:04.09 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore exited with 0 in 4272 ms. [xUnit.net 00:01:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 916 [xUnit.net 00:01:53.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 82 ms. [xUnit.net 00:01:53.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:53.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [PASS] [xUnit.net 00:01:53.69] Output: [xUnit.net 00:01:53.69] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:53.69] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:53.69] 》Build started 4/8/2026 2:51:08 PM. [xUnit.net 00:01:53.69] 》 [xUnit.net 00:01:53.69] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:53.69] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:53.69] 》 Determining projects to restore... [xUnit.net 00:01:53.69] 》Restore: [xUnit.net 00:01:53.69] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:53.69] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:53.69] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj... [xUnit.net 00:01:53.69] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:53.69] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:53.69] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\project.assets.json [xUnit.net 00:01:53.69] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj (in 703 ms). [xUnit.net 00:01:53.69] 》 [xUnit.net 00:01:53.69] 》 NuGet Config files used: [xUnit.net 00:01:53.69] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:53.69] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:53.69] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:53.69] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:53.69] 》 [xUnit.net 00:01:53.69] 》 Feeds used: [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:53.69] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:53.69] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:53.69] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:53.69] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:53.69] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj] > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore [xUnit.net 00:01:53.69] 》PrepareForBuild: [xUnit.net 00:01:53.69] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:53.69] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:53.69] 》CoreResGen: [xUnit.net 00:01:53.69] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:53.69] 》_GenerateSourceLinkFile: [xUnit.net 00:01:53.69] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:53.69] 》CoreCompile: [xUnit.net 00:01:53.69] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:53.69] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:53.70] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:53.70] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:53.70] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:53.70] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:53.70] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.70] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.70] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:53.70] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:53.70] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:53.70] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:53.70] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:53.70] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:53.70] 》_CopyAppConfigFile: [xUnit.net 00:01:53.70] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:53.70] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:53.70] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:53.70] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:53.70] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:53.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:53.70] 》 [xUnit.net 00:01:53.70] 》Build succeeded. [xUnit.net 00:01:53.70] 》 0 Warning(s) [xUnit.net 00:01:53.70] 》 0 Error(s) [xUnit.net 00:01:53.70] 》 [xUnit.net 00:01:53.70] 》Time Elapsed 00:00:03.23 [xUnit.net 00:01:53.70] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:53.70] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:53.70] 》Native code was not used (MSIL) [xUnit.net 00:01:53.70] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:53.70] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:53.70] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:53.70] 》Build started 4/8/2026 2:51:12 PM. [xUnit.net 00:01:53.70] 》 [xUnit.net 00:01:53.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:53.70] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:53.70] 》 Determining projects to restore... [xUnit.net 00:01:53.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:53.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:53.70] 》AddPrunePackageReferences: [xUnit.net 00:01:53.70] 》 Loaded prune package data from framework packages [xUnit.net 00:01:53.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:53.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:53.70] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:53.70] 》AddPrunePackageReferences: [xUnit.net 00:01:53.70] 》 Loaded prune package data from framework packages [xUnit.net 00:01:53.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:53.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:53.70] 》Restore: [xUnit.net 00:01:53.70] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:53.70] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:53.70] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj... [xUnit.net 00:01:53.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:53.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:53.70] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\project.assets.json [xUnit.net 00:01:53.70] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj (in 1.63 sec). [xUnit.net 00:01:53.70] 》 [xUnit.net 00:01:53.70] 》 NuGet Config files used: [xUnit.net 00:01:53.70] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:53.70] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:53.70] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:53.70] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Process ID: 5492 [xUnit.net 00:01:53.70] 》 [xUnit.net 00:01:53.70] 》 Feeds used: [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:53.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:53.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:53.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:53.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:53.71] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:53.71] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:53.71] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:53.71] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:53.71] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:01:53.71] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:53.71] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:01:53.71] 》PrepareForBuild: [xUnit.net 00:01:53.71] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:53.71] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:53.71] 》CoreResGen: [xUnit.net 00:01:53.71] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:53.71] 》_GenerateSourceLinkFile: [xUnit.net 00:01:53.71] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:53.71] 》CoreCompile: [xUnit.net 00:01:53.71] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:53.71] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:53.71] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:53.71] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:53.71] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:53.71] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:53.71] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.71] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.71] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:53.71] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:53.71] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:53.71] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:53.71] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:53.71] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:53.71] 》_CopyAppConfigFile: [xUnit.net 00:01:53.71] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:53.71] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:53.71] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:53.71] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:53.71] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:53.71] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:53.71] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:01:53.71] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:53.71] 》PrepareForBuild: [xUnit.net 00:01:53.71] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:01:53.71] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:01:53.71] 》CoreResGen: [xUnit.net 00:01:53.71] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:53.71] 》_GenerateSourceLinkFile: [xUnit.net 00:01:53.71] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:53.71] 》CoreCompile: [xUnit.net 00:01:53.71] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:53.71] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:53.71] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:53.71] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:53.71] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:53.71] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:53.71] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.71] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:53.71] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:53.71] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.71] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.71] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.71] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.72] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:01:53.72] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:53.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:01:53.72] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:01:53.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:01:53.72] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:53.72] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:53.72] 》 [xUnit.net 00:01:53.72] 》Build succeeded. [xUnit.net 00:01:53.72] 》 [xUnit.net 00:01:53.72] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:01:53.72] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:01:53.72] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:01:53.72] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:01:53.72] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:53.72] 》 [xUnit.net 00:01:53.72] 》 [xUnit.net 00:01:53.72] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:01:53.72] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:01:53.72] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:53.72] 》 [xUnit.net 00:01:53.72] 》 2 Warning(s) [xUnit.net 00:01:53.72] 》 0 Error(s) [xUnit.net 00:01:53.72] 》 [xUnit.net 00:01:53.72] 》Time Elapsed 00:00:04.09 [xUnit.net 00:01:53.72] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:01:53.72] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:53.72] 》Native code was not used (MSIL) [xUnit.net 00:01:53.72] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "AnyCPU", platformTarget: "AnyCPU", useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [7 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:08 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj (in 703 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.23 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4611A286\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:12 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj (in 1.63 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.09 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---4C50FE62\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:01:53.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore': [xUnit.net 00:01:53.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:53.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Build started 4/8/2026 2:51:16 PM. [xUnit.net 00:01:53.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:54.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:54.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:54.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:54.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\project.assets.json [xUnit.net 00:01:54.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:54.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\project.assets.json [xUnit.net 00:01:54.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj (in 1.16 sec). [xUnit.net 00:01:54.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj (in 1.15 sec). [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:54.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:54.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:54.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:54.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:54.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:54.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:54.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:54.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:54.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:54.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:54.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Creating directory "bin\Debug\netstandard1.4\". [xUnit.net 00:01:54.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Creating directory "obj\Debug\netstandard1.4\". [xUnit.net 00:01:54.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:54.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:54.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:54.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Restore: [xUnit.net 00:01:54.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:54.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:54.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:54.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard1.4\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:54.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:54.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:54.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:54.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:54.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Compilation request TestLibrary (netstandard1.4), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:54.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:54.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:54.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:54.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:54.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:54.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:54.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 End writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:54.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard1.4) [xUnit.net 00:01:54.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 End reading response for TestLibrary (netstandard1.4) [xUnit.net 00:01:54.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.4) [xUnit.net 00:01:55.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj... [xUnit.net 00:01:55.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:55.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll". [xUnit.net 00:01:55.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll [xUnit.net 00:01:55.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb". [xUnit.net 00:01:55.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:55.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:55.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:55.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:55.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:55.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:55.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:01:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:01:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:01:55.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:01:55.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:55.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:55.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:55.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\lib\net46\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:55.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\lib\net46\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:55.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:55.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\lib\net462\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:55.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\lib\net46\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:55.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\runtimes\win\lib\net46\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:55.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\lib\net46\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\lib\net462\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\lib\net46\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\lib\net46\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\lib\net462\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\lib\net462\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:55.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\lib\net462\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\runtimes\win\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\lib\net462\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\lib\net46\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:55.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:55.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:55.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] 》Time Elapsed 00:00:03.75 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore exited with 0 in 3945 ms. [xUnit.net 00:01:55.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:55.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [PASS] [xUnit.net 00:01:55.57] Output: [xUnit.net 00:01:55.57] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:55.57] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:55.57] 》Build started 4/8/2026 2:51:14 PM. [xUnit.net 00:01:55.57] 》 [xUnit.net 00:01:55.57] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:55.57] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:55.57] 》 Determining projects to restore... [xUnit.net 00:01:55.57] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:55.57] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:55.57] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). [xUnit.net 00:01:55.57] 》Restore: [xUnit.net 00:01:55.57] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:55.57] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:55.57] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj... [xUnit.net 00:01:55.57] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:55.57] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:55.57] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:55.57] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:55.57] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\project.assets.json [xUnit.net 00:01:55.58] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:55.58] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\project.assets.json [xUnit.net 00:01:55.58] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj (in 1.16 sec). [xUnit.net 00:01:55.58] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj (in 1.15 sec). [xUnit.net 00:01:55.58] 》 [xUnit.net 00:01:55.58] 》 NuGet Config files used: [xUnit.net 00:01:55.58] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:55.58] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:55.58] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:55.58] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:55.58] 》 [xUnit.net 00:01:55.58] 》 Feeds used: [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:55.58] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:55.58] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:55.58] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:55.58] 》PrepareForBuild: [xUnit.net 00:01:55.58] 》 Creating directory "bin\Debug\". [xUnit.net 00:01:55.58] 》 Creating directory "obj\Debug\". [xUnit.net 00:01:55.58] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:55.58] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:55.58] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:55.58] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:55.58] 》PrepareForBuild: [xUnit.net 00:01:55.58] 》 Creating directory "bin\Debug\netstandard1.4\". [xUnit.net 00:01:55.58] 》 Creating directory "obj\Debug\netstandard1.4\". [xUnit.net 00:01:55.58] 》_GenerateSourceLinkFile: [xUnit.net 00:01:55.58] 》 Source Link is empty, file 'obj\Debug\netstandard1.4\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:55.58] 》CoreCompile: [xUnit.net 00:01:55.58] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:55.58] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:55.58] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:55.58] 》 Compilation request TestLibrary (netstandard1.4), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:55.58] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:55.58] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:55.58] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:55.58] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:55.58] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:55.58] 》 Begin writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:55.58] 》 End writing request for TestLibrary (netstandard1.4) [xUnit.net 00:01:55.58] 》 Begin reading response for TestLibrary (netstandard1.4) Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore [xUnit.net 00:01:55.58] 》 End reading response for TestLibrary (netstandard1.4) [xUnit.net 00:01:55.58] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.4) [xUnit.net 00:01:55.58] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:55.58] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll". > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore [xUnit.net 00:01:55.58] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll [xUnit.net 00:01:55.58] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb". [xUnit.net 00:01:55.58] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:55.58] 》CoreCompile: [xUnit.net 00:01:55.58] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:55.58] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:01:55.58] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:01:55.58] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:55.58] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' [xUnit.net 00:01:55.58] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:55.59] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:01:55.59] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:01:55.59] 》 Begin writing request for TestApp [xUnit.net 00:01:55.59] 》 End writing request for TestApp [xUnit.net 00:01:55.59] 》 Begin reading response for TestApp [xUnit.net 00:01:55.59] 》 End reading response for TestApp [xUnit.net 00:01:55.59] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:01:55.59] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\lib\net46\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.AppContext.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\lib\net46\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Console.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\lib\net462\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\lib\net46\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Globalization.Calendars.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\runtimes\win\lib\net46\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\lib\net46\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\lib\net462\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\lib\net46\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\lib\net46\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.FileSystem.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\lib\net462\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Reflection.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\lib\net462\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\lib\net462\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.InteropServices.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\runtimes\win\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\lib\net462\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.Extensions.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\lib\net46\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:01:55.59] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:55.59] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:01:55.59] 》_CopyAppConfigFile: [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:01:55.59] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:01:55.59] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:01:55.59] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:01:55.59] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:55.59] 》 [xUnit.net 00:01:55.59] 》Build succeeded. [xUnit.net 00:01:55.59] 》 [xUnit.net 00:01:55.59] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Restore target) (1) -> [xUnit.net 00:01:55.59] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> [xUnit.net 00:01:55.59] 》(_CheckForNotRecommendedNETStandardVersion target) -> [xUnit.net 00:01:55.59] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:55.59] 》 [xUnit.net 00:01:55.59] 》 [xUnit.net 00:01:55.59] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Build target) (1:7) -> [xUnit.net 00:01:55.59] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> [xUnit.net 00:01:55.59] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] [xUnit.net 00:01:55.59] 》 [xUnit.net 00:01:55.59] 》 2 Warning(s) [xUnit.net 00:01:55.59] 》 0 Error(s) [xUnit.net 00:01:55.59] 》 [xUnit.net 00:01:55.59] 》Time Elapsed 00:00:03.75 [xUnit.net 00:01:55.59] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore' exited with exit code 0. Process ID: 1780 Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_library_targets_netstandard14(isSdk: False) [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:14 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (2:3) on node 1 (_GenerateRestoreGraphProjectEntry target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\project.assets.json 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj (in 1.16 sec). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj (in 1.15 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard1.4\". 》 Creating directory "obj\Debug\netstandard1.4\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard1.4\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard1.4), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD1_4;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.3\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.3\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.0\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.3\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.3\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard1.4\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard1.4\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard1.4\.NETStandard,Version=v1.4.AssemblyAttributes.cs" obj\Debug\netstandard1.4\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard1.4) 》 End writing request for TestLibrary (netstandard1.4) 》 Begin reading response for TestLibrary (netstandard1.4) 》 End reading response for TestLibrary (netstandard1.4) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard1.4) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\obj\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (default targets). 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\net46\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\net46\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\net46\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\net462\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\net46\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\net46\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\net46\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\net462\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\net46\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\ref\net46\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\net46\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\net462\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\net462\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\net462\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\net462\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\net46\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\lib\net46\System.AppContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.AppContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\lib\net46\System.Console.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Console.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Diagnostics.DiagnosticSource.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\lib\net462\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\lib\net46\System.Globalization.Calendars.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Globalization.Calendars.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\runtimes\win\lib\net46\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\lib\net46\System.IO.Compression.ZipFile.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.Compression.ZipFile.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\lib\net462\System.IO.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.FileSystem.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\lib\net46\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\lib\net46\System.IO.FileSystem.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.IO.FileSystem.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\lib\net462\System.Reflection.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Reflection.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\lib\net462\System.Runtime.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\lib\net462\System.Runtime.InteropServices.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.InteropServices.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\runtimes\win\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\lib\net462\System.Runtime.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Runtime.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\lib\net46\System.Xml.ReaderWriter.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Xml.ReaderWriter.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\bin\Debug\netstandard1.4\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (_GenerateRestoreGraphProjectEntry target) (2:3) -> 》(_CheckForNotRecommendedNETStandardVersion target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj" (Build target) (1:7) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj" (default target) (2:6) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(200,5): warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestLibrary\TestLibrary.csproj] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.75 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---B7EB9DFE\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:55.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:55.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:55.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:55.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\project.assets.json [xUnit.net 00:01:55.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:55.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj (in 662 ms). [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Build started 4/8/2026 2:51:18 PM. [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:55.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:55.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:01:56.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:56.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:56.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj] [xUnit.net 00:01:56.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:56.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:01:56.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:01:56.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CoreResGen: [xUnit.net 00:01:56.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:01:56.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:56.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:01:56.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CoreCompile: [xUnit.net 00:01:56.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:56.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:56.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:56.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:56.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:56.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:56.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:56.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:56.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:56.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:01:56.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:01:56.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:01:56.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:01:56.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:01:56.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:56.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:01:56.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:56.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:01:56.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:56.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:01:56.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:01:56.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:56.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Build succeeded. [xUnit.net 00:01:56.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:56.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:56.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:56.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Time Elapsed 00:00:02.57 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore exited with 0 in 2761 ms. [xUnit.net 00:01:56.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:01:56.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:01:56.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:56.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:56.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Determining projects to restore... Process ID: 6636 [xUnit.net 00:01:56.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Native code was not used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 85 ms. [xUnit.net 00:01:56.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore [xUnit.net 00:01:56.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore': Process ID: 4388 [xUnit.net 00:01:56.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:56.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Build started 4/8/2026 2:51:19 PM. [xUnit.net 00:01:56.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:56.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Restore: [xUnit.net 00:01:56.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:56.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:57.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:57.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:57.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:57.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj... [xUnit.net 00:01:57.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:57.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:57.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\project.assets.json [xUnit.net 00:01:57.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\project.assets.json [xUnit.net 00:01:57.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj (in 480 ms). [xUnit.net 00:01:57.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj (in 480 ms). [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:57.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:57.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:57.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:57.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:57.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:57.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:57.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:57.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:01:57.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:01:57.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:01:57.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:01:57.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:01:57.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:57.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:57.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj] [xUnit.net 00:01:57.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:57.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Creating directory "bin\Debug\net471\". [xUnit.net 00:01:57.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Creating directory "obj\Debug\net471\". [xUnit.net 00:01:57.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Restore: [xUnit.net 00:01:57.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:57.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:58.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:58.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:01:58.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:58.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:58.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj... [xUnit.net 00:01:58.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:58.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:58.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:58.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:58.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:58.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:58.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:58.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:58.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:58.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:58.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:58.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:01:58.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:58.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:01:58.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net471\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET471;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net471\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net471\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net471\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" obj\Debug\net471\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Compilation request TestApp (net471), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET471;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net471\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net471\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net471\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" obj\Debug\net471\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Begin writing request for TestApp (net471) [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 End writing request for TestApp (net471) [xUnit.net 00:01:58.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Begin reading response for TestApp (net471) [xUnit.net 00:01:58.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 End reading response for TestApp (net471) [xUnit.net 00:01:58.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp (net471) [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Data.Common.dll". [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Globalization.Extensions.dll". [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.IO.Compression.dll". [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:58.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:58.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Security.SecureString.dll". [xUnit.net 00:01:58.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Net.Sockets.dll". [xUnit.net 00:01:58.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Net.Http.dll". [xUnit.net 00:01:58.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:58.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Threading.Overlapped.dll". [xUnit.net 00:01:58.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestLibrary.dll". [xUnit.net 00:01:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestLibrary.pdb". [xUnit.net 00:01:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.csproj.Up2Date". [xUnit.net 00:01:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:01:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe.config". [xUnit.net 00:01:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe". [xUnit.net 00:01:58.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe [xUnit.net 00:01:58.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.pdb". [xUnit.net 00:01:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:01:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:01:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:01:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》 [xUnit.net 00:01:58.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] 》Time Elapsed 00:00:02.98 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore exited with 0 in 3186 ms. [xUnit.net 00:01:58.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:58.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [PASS] [xUnit.net 00:01:58.78] Output: [xUnit.net 00:01:58.78] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:58.78] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:58.78] 》Build started 4/8/2026 2:51:18 PM. [xUnit.net 00:01:58.78] 》 [xUnit.net 00:01:58.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:58.78] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:58.78] 》 Determining projects to restore... [xUnit.net 00:01:58.78] 》Restore: [xUnit.net 00:01:58.78] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:01:58.78] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:01:58.78] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj... [xUnit.net 00:01:58.78] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj... [xUnit.net 00:01:58.78] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:01:58.78] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:01:58.78] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:01:58.78] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:01:58.78] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\project.assets.json [xUnit.net 00:01:58.78] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\project.assets.json [xUnit.net 00:01:58.78] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj (in 480 ms). [xUnit.net 00:01:58.78] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj (in 480 ms). [xUnit.net 00:01:58.78] 》 [xUnit.net 00:01:58.78] 》 NuGet Config files used: [xUnit.net 00:01:58.79] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:58.79] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:58.79] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:58.79] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:58.79] 》 [xUnit.net 00:01:58.79] 》 Feeds used: [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:58.79] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:58.79] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:01:58.79] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:01:58.79] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:01:58.79] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj] [xUnit.net 00:01:58.79] 》PrepareForBuild: [xUnit.net 00:01:58.79] 》 Creating directory "bin\Debug\net471\". [xUnit.net 00:01:58.79] 》 Creating directory "obj\Debug\net471\". [xUnit.net 00:01:58.79] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:01:58.79] 》PrepareForBuild: [xUnit.net 00:01:58.79] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:01:58.79] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:01:58.79] 》_GenerateSourceLinkFile: [xUnit.net 00:01:58.79] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:01:58.79] 》CoreCompile: [xUnit.net 00:01:58.79] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:58.79] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:01:58.79] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:58.79] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:58.79] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:58.79] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:58.79] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.79] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.79] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:58.79] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.79] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.79] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.79] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:01:58.79] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:01:58.79] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:58.79] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:01:58.79] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:01:58.79] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore [xUnit.net 00:01:58.79] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:01:58.79] 》_GenerateSourceLinkFile: [xUnit.net 00:01:58.79] 》 Source Link is empty, file 'obj\Debug\net471\TestApp.sourcelink.json' does not exist. [xUnit.net 00:01:58.79] 》CoreCompile: [xUnit.net 00:01:58.79] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:01:58.79] 》 Setting DOTNET_TieredCompilation to '0' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore [xUnit.net 00:01:58.79] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET471;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net471\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net471\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net471\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" obj\Debug\net471\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:01:58.80] 》 Compilation request TestApp (net471), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:01:58.80] 》 CommandLine = ' /noconfig' [xUnit.net 00:01:58.80] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET471;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net471\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net471\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net471\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" obj\Debug\net471\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:01:58.80] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.80] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:01:58.80] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:01:58.80] 》 Begin writing request for TestApp (net471) [xUnit.net 00:01:58.80] 》 End writing request for TestApp (net471) [xUnit.net 00:01:58.80] 》 Begin reading response for TestApp (net471) [xUnit.net 00:01:58.80] 》 End reading response for TestApp (net471) [xUnit.net 00:01:58.80] 》 CompilerServer: server - server processed compilation - TestApp (net471) [xUnit.net 00:01:58.80] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Data.Common.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Diagnostics.StackTrace.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Globalization.Extensions.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.IO.Compression.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Diagnostics.Tracing.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Security.SecureString.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Net.Sockets.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Net.Http.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Xml.XPath.XDocument.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Threading.Overlapped.dll". Process ID: 4968 [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestLibrary.dll". [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestLibrary.pdb". [xUnit.net 00:01:58.80] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:01:58.80] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.csproj.Up2Date". [xUnit.net 00:01:58.80] 》_CopyAppConfigFile: [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe.config". [xUnit.net 00:01:58.80] 》CopyFilesToOutputDirectory: [xUnit.net 00:01:58.80] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe". [xUnit.net 00:01:58.80] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe [xUnit.net 00:01:58.81] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.pdb". [xUnit.net 00:01:58.81] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:01:58.81] 》 [xUnit.net 00:01:58.81] 》Build succeeded. [xUnit.net 00:01:58.81] 》 0 Warning(s) [xUnit.net 00:01:58.81] 》 0 Error(s) [xUnit.net 00:01:58.81] 》 [xUnit.net 00:01:58.81] 》Time Elapsed 00:00:02.98 [xUnit.net 00:01:58.81] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: True) [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:18 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj (in 480 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj (in 480 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net471\". 》 Creating directory "obj\Debug\net471\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\TestLibrary.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net471\TestApp.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET471;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net471\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net471\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net471\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" obj\Debug\net471\TestApp.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestApp (net471), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET471;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\mscorlib.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Core.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Data.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Drawing.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\System.Xml.Linq.dll" /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net471\TestApp.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net471\TestApp.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net471\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" obj\Debug\net471\TestApp.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestApp (net471) 》 End writing request for TestApp (net471) 》 Begin reading response for TestApp (net471) 》 End reading response for TestApp (net471) 》 CompilerServer: server - server processed compilation - TestApp (net471) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestLibrary.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestLibrary.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\obj\Debug\net471\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\bin\Debug\net471\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.98 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---6E71CDD0\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:01:58.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore': [xUnit.net 00:01:58.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:01:58.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Build started 4/8/2026 2:51:21 PM. [xUnit.net 00:01:58.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 [xUnit.net 00:01:59.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:01:59.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:01:59.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:01:59.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:01:59.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:01:59.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\project.assets.json [xUnit.net 00:01:59.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj (in 1.78 sec). [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Feeds used: [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:01:59.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:01:59.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:01:59.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:00.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Restore: [xUnit.net 00:02:00.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:00.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:00.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:00.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:00.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:00.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj... [xUnit.net 00:02:00.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj... [xUnit.net 00:02:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:00.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:00.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:00.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:00.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:00.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:00.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:00.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:00.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:00.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:00.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:00.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:00.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:00.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:00.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:00.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:00.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:00.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:00.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:00.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:00.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:00.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:00.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:00.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:00.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/1.0.3/microsoft.netframework.referenceassemblies.net471.1.0.3.nupkg [xUnit.net 00:02:00.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 80ms [xUnit.net 00:02:00.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 76ms [xUnit.net 00:02:00.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 101ms [xUnit.net 00:02:00.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 70ms [xUnit.net 00:02:00.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 73ms [xUnit.net 00:02:00.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 139ms [xUnit.net 00:02:00.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 72ms [xUnit.net 00:02:00.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 102ms [xUnit.net 00:02:00.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 77ms [xUnit.net 00:02:00.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 62ms [xUnit.net 00:02:00.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 61ms [xUnit.net 00:02:00.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:00.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:00.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:02:00.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:02:00.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\project.assets.json [xUnit.net 00:02:00.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:00.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:00.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:00.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:00.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj (in 675 ms). [xUnit.net 00:02:00.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:00.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:01.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:01.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:01.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:01.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:01.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:01.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:01.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Time Elapsed 00:00:04.37 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore exited with 0 in 4569 ms. [xUnit.net 00:02:01.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:01.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 6096 [xUnit.net 00:02:01.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] 》Native code was not used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 43 ms. [xUnit.net 00:02:01.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:01.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [PASS] [xUnit.net 00:02:01.17] Output: [xUnit.net 00:02:01.17] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:01.17] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:01.17] 》Build started 4/8/2026 2:51:16 PM. [xUnit.net 00:02:01.17] 》 [xUnit.net 00:02:01.18] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:01.18] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:01.18] 》 Determining projects to restore... [xUnit.net 00:02:01.18] 》Restore: [xUnit.net 00:02:01.18] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:01.18] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:01.18] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj... [xUnit.net 00:02:01.18] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:01.18] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:01.18] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\project.assets.json [xUnit.net 00:02:01.18] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj (in 662 ms). [xUnit.net 00:02:01.18] 》 [xUnit.net 00:02:01.18] 》 NuGet Config files used: [xUnit.net 00:02:01.18] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:01.18] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:01.18] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:01.18] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:01.18] 》 [xUnit.net 00:02:01.18] 》 Feeds used: [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:01.18] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:01.18] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:01.18] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:01.18] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:01.18] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj] [xUnit.net 00:02:01.18] 》PrepareForBuild: [xUnit.net 00:02:01.18] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:01.18] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:01.18] 》CoreResGen: [xUnit.net 00:02:01.18] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:01.18] 》_GenerateSourceLinkFile: [xUnit.net 00:02:01.18] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:01.18] 》CoreCompile: [xUnit.net 00:02:01.18] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:01.18] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:01.18] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore [xUnit.net 00:02:01.18] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore [xUnit.net 00:02:01.18] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:01.18] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:01.18] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:01.18] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:01.18] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:01.18] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:01.18] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:01.18] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:01.18] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:01.18] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:01.18] 》_CopyAppConfigFile: [xUnit.net 00:02:01.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:01.18] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:01.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:01.18] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:01.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:01.18] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:01.18] 》 [xUnit.net 00:02:01.18] 》Build succeeded. [xUnit.net 00:02:01.18] 》 0 Warning(s) [xUnit.net 00:02:01.18] 》 0 Error(s) [xUnit.net 00:02:01.18] 》 [xUnit.net 00:02:01.18] 》Time Elapsed 00:00:02.57 [xUnit.net 00:02:01.18] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:01.18] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:01.19] 》Native code was not used (Amd64) [xUnit.net 00:02:01.19] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:01.19] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:01.19] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:01.19] 》Build started 4/8/2026 2:51:19 PM. [xUnit.net 00:02:01.19] 》 [xUnit.net 00:02:01.19] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:01.19] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:01.19] 》 Determining projects to restore... [xUnit.net 00:02:01.19] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:01.19] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). Process ID: 1136 [xUnit.net 00:02:01.19] 》AddPrunePackageReferences: [xUnit.net 00:02:01.19] 》 Loaded prune package data from framework packages [xUnit.net 00:02:01.19] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:01.19] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:01.19] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:01.19] 》AddPrunePackageReferences: [xUnit.net 00:02:01.19] 》 Loaded prune package data from framework packages [xUnit.net 00:02:01.19] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:01.19] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:01.19] 》Restore: [xUnit.net 00:02:01.19] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:01.19] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:01.19] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj... [xUnit.net 00:02:01.19] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:01.19] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:01.19] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\project.assets.json [xUnit.net 00:02:01.19] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj (in 1.78 sec). [xUnit.net 00:02:01.19] 》 [xUnit.net 00:02:01.19] 》 NuGet Config files used: [xUnit.net 00:02:01.19] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:01.19] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:01.19] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:01.19] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:01.19] 》 [xUnit.net 00:02:01.19] 》 Feeds used: [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:01.19] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:01.19] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:01.19] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:01.19] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:01.19] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:01.19] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:01.19] 》PrepareForBuild: [xUnit.net 00:02:01.19] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:01.19] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:01.19] 》CoreResGen: [xUnit.net 00:02:01.19] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:01.19] 》_GenerateSourceLinkFile: [xUnit.net 00:02:01.19] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:01.19] 》CoreCompile: [xUnit.net 00:02:01.19] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:01.19] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:01.19] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:01.19] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:01.19] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:01.19] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:01.19] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:01.19] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:01.20] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:01.20] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:01.20] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:01.20] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:01.20] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:01.20] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:01.20] 》_CopyAppConfigFile: [xUnit.net 00:02:01.20] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:01.20] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:01.20] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:01.20] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:01.20] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:01.20] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:01.20] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:01.20] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:01.20] 》PrepareForBuild: [xUnit.net 00:02:01.20] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:01.20] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:01.20] 》CoreResGen: [xUnit.net 00:02:01.20] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:01.20] 》_GenerateSourceLinkFile: [xUnit.net 00:02:01.20] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:01.20] 》CoreCompile: [xUnit.net 00:02:01.20] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:01.20] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:01.20] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:01.20] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:01.20] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:01.20] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:01.20] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:01.20] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:01.20] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:01.20] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:01.20] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:01.20] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:01.20] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:01.20] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:01.20] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:01.21] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:01.21] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:01.21] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:01.21] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:01.21] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:01.21] 》 [xUnit.net 00:02:01.21] 》Build succeeded. [xUnit.net 00:02:01.21] 》 [xUnit.net 00:02:01.21] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:01.21] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:01.21] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:01.21] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:01.21] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:01.21] 》 [xUnit.net 00:02:01.21] 》 [xUnit.net 00:02:01.21] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:01.21] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:01.21] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:01.21] 》 [xUnit.net 00:02:01.21] 》 2 Warning(s) [xUnit.net 00:02:01.21] 》 0 Error(s) [xUnit.net 00:02:01.21] 》 [xUnit.net 00:02:01.21] 》Time Elapsed 00:00:04.37 [xUnit.net 00:02:01.21] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:01.21] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:01.21] 》Native code was not used (Amd64) [xUnit.net 00:02:01.21] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64", platformTarget: "x64", useNativeCode: False, expectedProgramOutput: "Native code was not used (Amd64)") [7 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:16 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj (in 662 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.57 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---844B877E\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:19 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj (in 1.78 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.37 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---09D0218F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:01.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:01.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:01.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Build started 4/8/2026 2:51:23 PM. [xUnit.net 00:02:01.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:01.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:01.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:01.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Restore: [xUnit.net 00:02:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:02.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:02.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj... [xUnit.net 00:02:02.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:03.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:03.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\project.assets.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj (in 593 ms). [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:03.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:03.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:03.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:03.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:03.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj] [xUnit.net 00:02:03.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:03.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:03.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:03.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:03.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:03.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:03.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:03.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:03.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:03.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:03.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:03.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:03.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:03.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:03.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:03.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:03.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:03.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x64\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:02:03.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:03.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:03.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:03.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:03.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:03.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Time Elapsed 00:00:02.26 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore exited with 0 in 2495 ms. [xUnit.net 00:02:03.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:03.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 572 [xUnit.net 00:02:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Native code was used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 205 ms. [xUnit.net 00:02:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore [xUnit.net 00:02:03.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore': Process ID: 600 [xUnit.net 00:02:04.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:04.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Build started 4/8/2026 2:51:26 PM. [xUnit.net 00:02:04.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:04.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:02:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:04.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:02:04.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:04.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Restore: [xUnit.net 00:02:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:05.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj... [xUnit.net 00:02:05.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net471 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3 with content hash Kf3vusy+mwHzn+0osmJAMrZNG00/UkwywjwfFKLUWSYEXiIMD6SEMGP9bG3sH1B54IiydxAneLubS5/Ajjn/Tw==. [xUnit.net 00:02:05.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:02:05.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:02:05.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\project.assets.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj (in 5.25 sec). [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 [xUnit.net 00:02:05.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Installed: [xUnit.net 00:02:05.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj [xUnit.net 00:02:05.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:02:05.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:05.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:05.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:02:05.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:05.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:02:05.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:05.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj] [xUnit.net 00:02:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:02:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:02:06.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:06.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:02:06.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:02:06.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:06.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:06.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:06.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:06.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:06.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:06.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:02:06.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 End writing request for TestLibrary (netstandard2.0) [xUnit.net 00:02:06.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Begin reading response for TestLibrary (netstandard2.0) [xUnit.net 00:02:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:02:06.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:02:06.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:06.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:02:06.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:02:06.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:02:06.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:02:06.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:02:06.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:06.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" [xUnit.net 00:02:06.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:02:06.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:06.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs"' [xUnit.net 00:02:06.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:06.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:06.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:02:06.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Begin writing request for TestApp [xUnit.net 00:02:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 End writing request for TestApp [xUnit.net 00:02:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Begin reading response for TestApp [xUnit.net 00:02:06.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 End reading response for TestApp [xUnit.net 00:02:06.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:02:06.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:06.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:02:06.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". [xUnit.net 00:02:06.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:02:06.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:02:06.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:02:06.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:06.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:02:06.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:06.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:02:06.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:06.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:02:06.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:02:06.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:02:06.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:02:06.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 [xUnit.net 00:02:06.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:02:06.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:06.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:06.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》 [xUnit.net 00:02:06.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] 》Time Elapsed 00:00:07.69 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore exited with 0 in 7888 ms. [xUnit.net 00:02:06.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:02:06.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [PASS] [xUnit.net 00:02:06.69] Output: [xUnit.net 00:02:06.69] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore': [xUnit.net 00:02:06.69] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:06.69] 》Build started 4/8/2026 2:51:21 PM. [xUnit.net 00:02:06.69] 》 [xUnit.net 00:02:06.69] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:06.69] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:06.69] 》 Determining projects to restore... [xUnit.net 00:02:06.69] 》Restore: [xUnit.net 00:02:06.69] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:06.69] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:06.69] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj... [xUnit.net 00:02:06.69] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj... [xUnit.net 00:02:06.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.69] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json [xUnit.net 00:02:06.70] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/1.0.3/microsoft.netframework.referenceassemblies.net471.1.0.3.nupkg [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 80ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 76ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 101ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 70ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 73ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 139ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 72ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 102ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 77ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 62ms [xUnit.net 00:02:06.70] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 61ms [xUnit.net 00:02:06.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:02:06.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:02:06.70] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\project.assets.json [xUnit.net 00:02:06.70] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj (in 675 ms). [xUnit.net 00:02:06.70] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net471 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3 with content hash Kf3vusy+mwHzn+0osmJAMrZNG00/UkwywjwfFKLUWSYEXiIMD6SEMGP9bG3sH1B54IiydxAneLubS5/Ajjn/Tw==. [xUnit.net 00:02:06.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:02:06.70] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:02:06.70] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\project.assets.json [xUnit.net 00:02:06.70] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj (in 5.25 sec). [xUnit.net 00:02:06.70] 》 [xUnit.net 00:02:06.70] 》 NuGet Config files used: [xUnit.net 00:02:06.70] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:06.70] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:06.70] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:06.70] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:06.70] 》 [xUnit.net 00:02:06.70] 》 Feeds used: [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:06.70] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:06.70] 》 [xUnit.net 00:02:06.70] 》 Installed: [xUnit.net 00:02:06.70] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj [xUnit.net 00:02:06.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:02:06.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:06.70] 》PrepareForBuild: [xUnit.net 00:02:06.70] 》 Creating directory "bin\Debug\". [xUnit.net 00:02:06.70] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:06.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:02:06.70] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:06.70] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj] [xUnit.net 00:02:06.71] 》PrepareForBuild: [xUnit.net 00:02:06.71] 》 Creating directory "bin\Debug\netstandard2.0\". [xUnit.net 00:02:06.71] 》 Creating directory "obj\Debug\netstandard2.0\". [xUnit.net 00:02:06.71] 》_GenerateSourceLinkFile: [xUnit.net 00:02:06.71] 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. [xUnit.net 00:02:06.71] 》CoreCompile: [xUnit.net 00:02:06.71] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:06.71] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:06.71] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:06.71] 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:06.71] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:06.71] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:06.71] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:06.71] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:06.71] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:06.71] 》 Begin writing request for TestLibrary (netstandard2.0) [xUnit.net 00:02:06.71] 》 End writing request for TestLibrary (netstandard2.0) Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true [xUnit.net 00:02:06.71] 》 Begin reading response for TestLibrary (netstandard2.0) > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true [xUnit.net 00:02:06.71] 》 End reading response for TestLibrary (netstandard2.0) [xUnit.net 00:02:06.71] 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) [xUnit.net 00:02:06.71] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:06.71] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". [xUnit.net 00:02:06.71] 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll [xUnit.net 00:02:06.71] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". [xUnit.net 00:02:06.71] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj" (default targets). [xUnit.net 00:02:06.71] 》CoreCompile: [xUnit.net 00:02:06.71] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:06.72] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" [xUnit.net 00:02:06.72] 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:02:06.72] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:06.72] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs"' [xUnit.net 00:02:06.72] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:06.72] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:06.72] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:02:06.72] 》 Begin writing request for TestApp [xUnit.net 00:02:06.72] 》 End writing request for TestApp [xUnit.net 00:02:06.72] 》 Begin reading response for TestApp [xUnit.net 00:02:06.72] 》 End reading response for TestApp [xUnit.net 00:02:06.72] 》 CompilerServer: server - server processed compilation - TestApp [xUnit.net 00:02:06.72] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Data.Common.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". Process ID: 3620 [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Globalization.Extensions.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.IO.Compression.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Net.Http.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Net.Sockets.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Threading.Overlapped.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestLibrary.pdb". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Security.SecureString.dll". [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestLibrary.dll". [xUnit.net 00:02:06.72] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:06.72] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.csproj.Up2Date". [xUnit.net 00:02:06.72] 》_CopyAppConfigFile: [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe.config". [xUnit.net 00:02:06.72] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe". [xUnit.net 00:02:06.72] 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe [xUnit.net 00:02:06.72] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.pdb". [xUnit.net 00:02:06.72] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (Build target(s)). [xUnit.net 00:02:06.72] 》 [xUnit.net 00:02:06.72] 》Build succeeded. [xUnit.net 00:02:06.72] 》 0 Warning(s) [xUnit.net 00:02:06.72] 》 0 Error(s) [xUnit.net 00:02:06.72] 》 [xUnit.net 00:02:06.72] 》Time Elapsed 00:00:07.69 [xUnit.net 00:02:06.72] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_does_not_include_netstandard_when_inbox(isSdk: False) [7 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:21 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/1.0.3/microsoft.netframework.referenceassemblies.net471.1.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 76ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 101ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 73ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 139ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 72ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 102ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 77ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 62ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net471/index.json 61ms 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj (in 675 ms). 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net471 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3 with content hash Kf3vusy+mwHzn+0osmJAMrZNG00/UkwywjwfFKLUWSYEXiIMD6SEMGP9bG3sH1B54IiydxAneLubS5/Ajjn/Tw==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj (in 5.25 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj" (2:6) on node 1 (default targets). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\netstandard2.0\". 》 Creating directory "obj\Debug\netstandard2.0\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netstandard2.0\TestLibrary.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request TestLibrary (netstandard2.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Composition.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Transactions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Web.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\netstandard.library\2.0.3\build\netstandard2.0\ref\System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netstandard2.0\TestLibrary.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netstandard2.0\TestLibrary.GeneratedMSBuildEditorConfig.editorconfig Helper.cs "obj\Debug\netstandard2.0\.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj\Debug\netstandard2.0\TestLibrary.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for TestLibrary (netstandard2.0) 》 End writing request for TestLibrary (netstandard2.0) 》 Begin reading response for TestLibrary (netstandard2.0) 》 End reading response for TestLibrary (netstandard2.0) 》 CompilerServer: server - server processed compilation - TestLibrary (netstandard2.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll". 》 TestLibrary -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\obj\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\TestLibrary.csproj" (default targets). 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" 》 Compilation request TestApp, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Http.Rtc.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net471\1.0.3\build\.NETFramework\v4.7.1\Facades\System.Xml.XPath.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.1.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for TestApp 》 End writing request for TestApp 》 Begin reading response for TestApp 》 End reading response for TestApp 》 CompilerServer: server - server processed compilation - TestApp 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Data.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Data.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.StackTrace.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Diagnostics.StackTrace.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Diagnostics.Tracing.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Diagnostics.Tracing.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Globalization.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Globalization.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.IO.Compression.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.IO.Compression.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Net.Sockets.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Net.Sockets.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Threading.Overlapped.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Threading.Overlapped.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Runtime.Serialization.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Runtime.Serialization.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Xml.XPath.XDocument.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Xml.XPath.XDocument.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestLibrary.pdb". 》 Copying file from "C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net471\lib\System.Security.SecureString.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\System.Security.SecureString.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestLibrary.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.csproj.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.csproj.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe". 》 TestApp -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\obj\Debug\TestApp.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\bin\Debug\TestApp.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:07.69 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_does_not_i---748A066C\TestApp\TestApp.csproj /restore' exited with exit code 0. [xUnit.net 00:02:06.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true': [xUnit.net 00:02:06.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Build started 4/8/2026 2:51:29 PM. [xUnit.net 00:02:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 [xUnit.net 00:02:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:06.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:06.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\project.assets.json [xUnit.net 00:02:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj (in 1.74 sec). [xUnit.net 00:02:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:07.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:07.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:07.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:07.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:07.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:07.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:07.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:07.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:07.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:07.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:07.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:07.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:07.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:07.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:07.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:07.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:07.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:07.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:07.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x64\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:02:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:07.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:07.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:07.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:07.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:07.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:07.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:07.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:07.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Restore: [xUnit.net 00:02:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:07.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:08.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》 [xUnit.net 00:02:08.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Time Elapsed 00:00:04.04 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore exited with 0 in 4235 ms. [xUnit.net 00:02:08.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:08.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe Process ID: 7148 [xUnit.net 00:02:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] 》Native code was used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 46 ms. [xUnit.net 00:02:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:08.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [PASS] [xUnit.net 00:02:08.19] Output: [xUnit.net 00:02:08.19] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:08.19] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:08.19] 》Build started 4/8/2026 2:51:23 PM. [xUnit.net 00:02:08.19] 》 [xUnit.net 00:02:08.19] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:08.19] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:08.19] 》 Determining projects to restore... [xUnit.net 00:02:08.19] 》Restore: [xUnit.net 00:02:08.19] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:08.19] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:08.19] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj... [xUnit.net 00:02:08.19] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:08.19] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:08.19] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\project.assets.json [xUnit.net 00:02:08.19] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj (in 593 ms). [xUnit.net 00:02:08.19] 》 [xUnit.net 00:02:08.19] 》 NuGet Config files used: [xUnit.net 00:02:08.19] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:08.19] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:08.20] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:08.20] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:08.20] 》 [xUnit.net 00:02:08.20] 》 Feeds used: [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:08.20] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:08.20] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" (Restore target(s)). Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore [xUnit.net 00:02:08.20] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" on node 1 (Build target(s)). > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore [xUnit.net 00:02:08.20] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:08.20] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj] [xUnit.net 00:02:08.20] 》PrepareForBuild: [xUnit.net 00:02:08.20] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:08.20] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:08.20] 》CoreResGen: [xUnit.net 00:02:08.20] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:08.20] 》_GenerateSourceLinkFile: [xUnit.net 00:02:08.20] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:08.20] 》CoreCompile: [xUnit.net 00:02:08.20] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:08.20] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:08.20] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:08.20] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:08.20] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:08.20] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:08.20] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:08.20] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:08.20] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:08.20] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:08.20] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:08.20] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:08.20] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:08.20] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:08.20] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:08.20] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x64\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:08.20] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:08.20] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". Process ID: 8752 [xUnit.net 00:02:08.20] 》_CopyAppConfigFile: [xUnit.net 00:02:08.20] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:08.20] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:08.20] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:08.20] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:08.20] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:08.20] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:08.20] 》 [xUnit.net 00:02:08.20] 》Build succeeded. [xUnit.net 00:02:08.20] 》 0 Warning(s) [xUnit.net 00:02:08.20] 》 0 Error(s) [xUnit.net 00:02:08.20] 》 [xUnit.net 00:02:08.20] 》Time Elapsed 00:00:02.26 [xUnit.net 00:02:08.20] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:08.20] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:08.20] 》Native code was used (Amd64) [xUnit.net 00:02:08.20] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:08.20] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:08.20] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:08.20] 》Build started 4/8/2026 2:51:26 PM. [xUnit.net 00:02:08.20] 》 [xUnit.net 00:02:08.20] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:08.21] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:08.21] 》 Determining projects to restore... [xUnit.net 00:02:08.21] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:08.21] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:08.21] 》AddPrunePackageReferences: [xUnit.net 00:02:08.21] 》 Loaded prune package data from framework packages [xUnit.net 00:02:08.21] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:08.21] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:08.21] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:08.21] 》AddPrunePackageReferences: [xUnit.net 00:02:08.21] 》 Loaded prune package data from framework packages [xUnit.net 00:02:08.21] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:08.21] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:08.21] 》Restore: [xUnit.net 00:02:08.21] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:08.21] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:08.21] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj... [xUnit.net 00:02:08.21] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:08.21] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:08.21] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\project.assets.json [xUnit.net 00:02:08.21] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj (in 1.74 sec). [xUnit.net 00:02:08.21] 》 [xUnit.net 00:02:08.21] 》 NuGet Config files used: [xUnit.net 00:02:08.21] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:08.21] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:08.21] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:08.21] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:08.21] 》 [xUnit.net 00:02:08.21] 》 Feeds used: [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:08.21] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:08.21] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:08.21] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:08.21] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:08.21] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:08.21] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:08.21] 》PrepareForBuild: [xUnit.net 00:02:08.21] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:08.21] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:08.21] 》CoreResGen: [xUnit.net 00:02:08.21] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:08.21] 》_GenerateSourceLinkFile: [xUnit.net 00:02:08.21] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:08.21] 》CoreCompile: [xUnit.net 00:02:08.21] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:08.21] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:08.21] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:08.21] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:08.21] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:08.21] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:08.21] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:08.21] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:08.21] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:08.21] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:08.21] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:08.21] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:08.21] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:08.21] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:08.21] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:08.21] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x64\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:08.21] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:08.21] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:02:08.21] 》_CopyAppConfigFile: [xUnit.net 00:02:08.21] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:08.21] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:08.21] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:08.21] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:08.21] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:08.21] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:08.21] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:08.22] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:08.22] 》PrepareForBuild: [xUnit.net 00:02:08.22] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:08.22] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:08.22] 》CoreResGen: [xUnit.net 00:02:08.22] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:08.22] 》_GenerateSourceLinkFile: [xUnit.net 00:02:08.22] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:08.22] 》CoreCompile: [xUnit.net 00:02:08.22] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:08.22] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:08.22] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:08.22] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:08.22] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:08.22] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:08.22] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:08.22] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:08.22] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:08.22] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:08.22] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:08.22] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:08.22] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:08.22] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:08.22] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:08.22] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:08.22] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:08.22] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:08.22] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:08.22] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:08.22] 》 [xUnit.net 00:02:08.22] 》Build succeeded. [xUnit.net 00:02:08.22] 》 [xUnit.net 00:02:08.22] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:08.22] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:08.22] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:08.22] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:08.22] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:08.22] 》 [xUnit.net 00:02:08.22] 》 [xUnit.net 00:02:08.22] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:08.22] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:08.22] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:08.22] 》 [xUnit.net 00:02:08.22] 》 2 Warning(s) [xUnit.net 00:02:08.22] 》 0 Error(s) [xUnit.net 00:02:08.22] 》 [xUnit.net 00:02:08.22] 》Time Elapsed 00:00:04.04 [xUnit.net 00:02:08.22] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:08.22] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:08.22] 》Native code was used (Amd64) [xUnit.net 00:02:08.22] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:08.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj... [xUnit.net 00:02:08.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\TestLibrary.csproj... Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x64Native", platformTarget: "x64", useNativeCode: True, expectedProgramOutput: "Native code was used (Amd64)") [7 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:23 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj (in 593 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x64\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.26 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---E24B8A42\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:26 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj (in 1.74 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x64\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.04 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---927A59F7\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build started 4/8/2026 2:51:30 PM. [xUnit.net 00:02:08.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:02:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:02:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:02:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:02:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\project.assets.json [xUnit.net 00:02:08.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\project.assets.json [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\TestLibrary.csproj (in 675 ms). [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj (in 674 ms). [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Feeds used: [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:08.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:02:09.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:09.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:09.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:09.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:09.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:09.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:09.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》CoreCompile: [xUnit.net 00:02:09.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:09.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702,2008 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:02:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 [xUnit.net 00:02:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Build succeeded. [xUnit.net 00:02:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》 [xUnit.net 00:02:09.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] 》Time Elapsed 00:00:02.40 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true exited with 0 in 2594 ms. [xUnit.net 00:02:09.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true' exited with exit code 0. [xUnit.net 00:02:09.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [PASS] [xUnit.net 00:02:09.33] Output: [xUnit.net 00:02:09.33] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true': [xUnit.net 00:02:09.33] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:09.33] 》Build started 4/8/2026 2:51:29 PM. [xUnit.net 00:02:09.33] 》 [xUnit.net 00:02:09.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:09.33] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:09.33] 》 Determining projects to restore... [xUnit.net 00:02:09.33] 》Restore: [xUnit.net 00:02:09.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:09.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:09.33] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj... [xUnit.net 00:02:09.33] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\TestLibrary.csproj... [xUnit.net 00:02:09.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\TestApp.csproj.nuget.g.props. [xUnit.net 00:02:09.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. [xUnit.net 00:02:09.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\TestApp.csproj.nuget.g.targets. [xUnit.net 00:02:09.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. [xUnit.net 00:02:09.33] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\project.assets.json [xUnit.net 00:02:09.33] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\project.assets.json [xUnit.net 00:02:09.33] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\TestLibrary.csproj (in 675 ms). [xUnit.net 00:02:09.33] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj (in 674 ms). [xUnit.net 00:02:09.33] 》 [xUnit.net 00:02:09.33] 》 NuGet Config files used: [xUnit.net 00:02:09.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:09.33] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:09.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:09.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:09.33] 》 [xUnit.net 00:02:09.33] 》 Feeds used: [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:09.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:09.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" (Restore target(s)). [xUnit.net 00:02:09.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:09.33] 》PrepareForBuild: [xUnit.net 00:02:09.33] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:09.33] 》CoreCompile: [xUnit.net 00:02:09.33] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:09.33] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702,2008 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" [xUnit.net 00:02:09.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:09.34] 》 [xUnit.net 00:02:09.34] 》Build succeeded. [xUnit.net 00:02:09.34] 》 0 Warning(s) [xUnit.net 00:02:09.34] 》 0 Error(s) [xUnit.net 00:02:09.34] 》 [xUnit.net 00:02:09.34] 》Time Elapsed 00:00:02.40 [xUnit.net 00:02:09.34] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true' exited with exit code 0. [xUnit.net 00:02:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Restore: [xUnit.net 00:02:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:09.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:09.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj... Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithNetStandardLib.It_includes_netstandard_in_design_time_builds [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:29 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\TestLibrary.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\TestApp.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\TestLibrary.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\TestApp.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\TestLibrary.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\TestLibrary.csproj (in 675 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj (in 674 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "obj\Debug\". 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702,2008 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\mscorlib.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Core.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Data.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestLibrary\bin\Debug\netstandard2.0\TestLibrary.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net462\1.0.3\build\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\TestApp.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.40 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_n---BA2FCB10\TestApp\TestApp.csproj /p:ValueName=CscCommandLineArgs /restore /p:SkipCompilerExecution=true /p:ProvideCommandLineArgs=true /p:BuildingInsideVisualStudio=true /p:DesignTimeBuild=true' exited with exit code 0. [xUnit.net 00:02:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\project.assets.json [xUnit.net 00:02:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj (in 524 ms). [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:10.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj] [xUnit.net 00:02:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:10.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:10.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:10.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:10.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:10.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:10.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Time Elapsed 00:00:02.29 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore exited with 0 in 2499 ms. [xUnit.net 00:02:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:10.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 4104 [xUnit.net 00:02:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 66 ms. [xUnit.net 00:02:10.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore [xUnit.net 00:02:10.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore': Process ID: 10064 [xUnit.net 00:02:10.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build started 4/8/2026 2:51:33 PM. [xUnit.net 00:02:10.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:11.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:11.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:11.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:11.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:11.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:11.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:11.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:02:11.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:11.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:11.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:11.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:11.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:02:11.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:11.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:11.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Restore: [xUnit.net 00:02:11.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:11.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:12.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj... [xUnit.net 00:02:13.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:13.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:13.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\project.assets.json [xUnit.net 00:02:13.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj (in 1.33 sec). [xUnit.net 00:02:13.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:13.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:13.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:13.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:13.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:13.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:13.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:13.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:13.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:13.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:13.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:13.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:13.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:13.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:13.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:13.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:13.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:13.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:13.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:13.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:13.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:13.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:13.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:13.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:13.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:13.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:13.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:13.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:13.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:13.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:14.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:14.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:14.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:14.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:14.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:14.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:14.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:14.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:14.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:14.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:14.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:14.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》 [xUnit.net 00:02:14.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Time Elapsed 00:00:03.29 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore exited with 0 in 3458 ms. [xUnit.net 00:02:14.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:14.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 7580 [xUnit.net 00:02:14.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 73 ms. [xUnit.net 00:02:14.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:14.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [PASS] [xUnit.net 00:02:14.31] Output: [xUnit.net 00:02:14.31] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:14.31] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:14.31] 》Build started 4/8/2026 2:51:30 PM. [xUnit.net 00:02:14.31] 》 [xUnit.net 00:02:14.32] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:14.32] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:14.32] 》 Determining projects to restore... [xUnit.net 00:02:14.32] 》Restore: [xUnit.net 00:02:14.32] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:14.32] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:14.32] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj... [xUnit.net 00:02:14.32] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:14.32] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:14.32] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\project.assets.json [xUnit.net 00:02:14.32] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj (in 524 ms). [xUnit.net 00:02:14.32] 》 [xUnit.net 00:02:14.32] 》 NuGet Config files used: [xUnit.net 00:02:14.32] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:14.32] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:14.32] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:14.32] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:14.32] 》 [xUnit.net 00:02:14.32] 》 Feeds used: [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:14.32] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:14.32] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:14.32] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:14.32] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:14.32] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj] [xUnit.net 00:02:14.32] 》PrepareForBuild: [xUnit.net 00:02:14.32] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:14.32] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:14.32] 》CoreResGen: [xUnit.net 00:02:14.32] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:14.32] 》_GenerateSourceLinkFile: Process ID: 9128 [xUnit.net 00:02:14.32] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:14.32] 》CoreCompile: [xUnit.net 00:02:14.32] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:14.32] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:14.32] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:14.32] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:14.32] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:14.32] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:14.32] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.32] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.32] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:14.32] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:14.32] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:14.32] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:14.32] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:14.32] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:14.32] 》_CopyAppConfigFile: [xUnit.net 00:02:14.32] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:14.32] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:14.32] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:14.32] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:14.32] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:14.32] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:14.32] 》 [xUnit.net 00:02:14.32] 》Build succeeded. [xUnit.net 00:02:14.32] 》 0 Warning(s) [xUnit.net 00:02:14.32] 》 0 Error(s) [xUnit.net 00:02:14.32] 》 [xUnit.net 00:02:14.32] 》Time Elapsed 00:00:02.29 [xUnit.net 00:02:14.33] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:14.33] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:14.33] 》Native code was not used (MSIL) [xUnit.net 00:02:14.33] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:14.33] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:14.33] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:14.33] 》Build started 4/8/2026 2:51:33 PM. [xUnit.net 00:02:14.33] 》 [xUnit.net 00:02:14.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:14.33] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:14.33] 》 Determining projects to restore... [xUnit.net 00:02:14.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:14.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:14.33] 》AddPrunePackageReferences: [xUnit.net 00:02:14.33] 》 Loaded prune package data from framework packages [xUnit.net 00:02:14.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:14.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:14.33] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:14.33] 》AddPrunePackageReferences: [xUnit.net 00:02:14.33] 》 Loaded prune package data from framework packages [xUnit.net 00:02:14.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:14.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:14.33] 》Restore: [xUnit.net 00:02:14.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:14.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:14.33] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj... [xUnit.net 00:02:14.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:14.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:14.33] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\project.assets.json [xUnit.net 00:02:14.33] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj (in 1.33 sec). [xUnit.net 00:02:14.33] 》 [xUnit.net 00:02:14.33] 》 NuGet Config files used: [xUnit.net 00:02:14.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:14.33] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:14.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:14.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:14.33] 》 [xUnit.net 00:02:14.33] 》 Feeds used: [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:14.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:14.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:14.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:14.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:14.33] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:14.33] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:14.33] 》PrepareForBuild: [xUnit.net 00:02:14.33] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:14.33] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:14.33] 》CoreResGen: [xUnit.net 00:02:14.33] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:14.33] 》_GenerateSourceLinkFile: [xUnit.net 00:02:14.33] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:14.33] 》CoreCompile: [xUnit.net 00:02:14.33] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:14.33] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:14.33] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:14.33] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:14.33] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:14.33] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:14.33] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.33] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.33] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:14.33] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:14.33] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:14.33] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:14.33] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:14.34] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:14.34] 》_CopyAppConfigFile: [xUnit.net 00:02:14.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:14.34] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:14.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:14.34] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:14.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:14.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:14.34] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:14.34] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:14.34] 》PrepareForBuild: [xUnit.net 00:02:14.34] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:14.34] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:14.34] 》CoreResGen: [xUnit.net 00:02:14.34] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:14.34] 》_GenerateSourceLinkFile: [xUnit.net 00:02:14.34] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:14.34] 》CoreCompile: [xUnit.net 00:02:14.34] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:14.34] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:14.34] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:14.34] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:14.34] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:14.34] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:14.34] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.34] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:14.34] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:14.34] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.34] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.34] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.34] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.34] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:14.34] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:14.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:14.34] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:14.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:14.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:14.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:14.34] 》 [xUnit.net 00:02:14.34] 》Build succeeded. [xUnit.net 00:02:14.34] 》 [xUnit.net 00:02:14.34] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:14.34] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:14.34] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:14.34] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:14.34] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:14.34] 》 [xUnit.net 00:02:14.34] 》 [xUnit.net 00:02:14.34] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:14.34] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:14.34] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:14.34] 》 [xUnit.net 00:02:14.34] 》 2 Warning(s) [xUnit.net 00:02:14.34] 》 0 Error(s) [xUnit.net 00:02:14.34] 》 [xUnit.net 00:02:14.34] 》Time Elapsed 00:00:03.29 [xUnit.net 00:02:14.34] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:14.34] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:14.34] 》Native code was not used (MSIL) [xUnit.net 00:02:14.34] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "defaults", platformTarget: null, useNativeCode: False, expectedProgramOutput: "Native code was not used (MSIL)") [6 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:30 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj (in 524 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.29 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7DFB21F3\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:33 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj (in 1.33 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.29 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---5B5CCFDF\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:14.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:14.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:14.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build started 4/8/2026 2:51:37 PM. [xUnit.net 00:02:14.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:15.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:15.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:15.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:15.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Restore: [xUnit.net 00:02:15.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:15.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:15.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj... [xUnit.net 00:02:16.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:16.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:16.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\project.assets.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj (in 539 ms). [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:16.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:16.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:16.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:16.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:16.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj] [xUnit.net 00:02:16.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:16.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:16.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:16.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:16.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:16.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:16.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:16.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:16.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:16.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:16.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:16.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:16.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:16.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:16.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:16.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:16.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:16.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Time Elapsed 00:00:02.12 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore exited with 0 in 2315 ms. [xUnit.net 00:02:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 3876 [xUnit.net 00:02:16.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Native code was used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 79 ms. [xUnit.net 00:02:16.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore [xUnit.net 00:02:16.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore': Process ID: 10132 [xUnit.net 00:02:16.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:16.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build started 4/8/2026 2:51:39 PM. [xUnit.net 00:02:16.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:17.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:17.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:17.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:17.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:17.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:17.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:17.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:02:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:17.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:02:17.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:17.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:17.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Restore: [xUnit.net 00:02:17.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:17.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:18.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj... [xUnit.net 00:02:19.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:19.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:19.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\project.assets.json [xUnit.net 00:02:19.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj (in 1.34 sec). [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:19.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:19.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:19.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:19.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:19.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:19.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:19.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:19.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:19.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:19.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:19.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:19.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:19.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:19.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:19.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:19.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:19.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:19.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:19.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:19.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:19.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:02:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:19.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:19.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:19.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:19.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:19.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:20.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreResGen: [xUnit.net 00:02:20.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:20.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:20.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:20.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:20.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:20.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:20.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:20.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 2 Warning(s) [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》 [xUnit.net 00:02:20.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Time Elapsed 00:00:03.36 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore exited with 0 in 3547 ms. [xUnit.net 00:02:20.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:20.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 1176 [xUnit.net 00:02:20.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] 》Native code was used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 684 ms. [xUnit.net 00:02:20.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:20.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [PASS] [xUnit.net 00:02:20.96] Output: [xUnit.net 00:02:20.96] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:20.96] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:20.96] 》Build started 4/8/2026 2:51:37 PM. [xUnit.net 00:02:20.96] 》 [xUnit.net 00:02:20.96] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:20.96] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:20.96] 》 Determining projects to restore... [xUnit.net 00:02:20.96] 》Restore: [xUnit.net 00:02:20.96] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:20.97] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:20.97] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj... [xUnit.net 00:02:20.97] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:20.97] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:20.97] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\project.assets.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore [xUnit.net 00:02:20.97] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj (in 539 ms). [xUnit.net 00:02:20.97] 》 [xUnit.net 00:02:20.97] 》 NuGet Config files used: [xUnit.net 00:02:20.97] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:20.97] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:20.97] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:20.97] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:20.97] 》 [xUnit.net 00:02:20.97] 》 Feeds used: [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json Process ID: 3236 [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:20.97] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:20.97] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:20.97] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:20.97] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:20.97] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj] [xUnit.net 00:02:20.97] 》PrepareForBuild: [xUnit.net 00:02:20.97] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:20.97] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:20.97] 》CoreResGen: [xUnit.net 00:02:20.97] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:20.97] 》_GenerateSourceLinkFile: [xUnit.net 00:02:20.97] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:20.97] 》CoreCompile: [xUnit.net 00:02:20.97] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:20.97] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:20.97] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:20.97] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:20.97] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:20.97] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:20.97] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.97] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.97] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:20.97] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:20.97] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:20.97] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:20.97] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:20.97] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:20.97] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:20.97] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:20.97] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:20.97] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:02:20.97] 》_CopyAppConfigFile: [xUnit.net 00:02:20.97] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:20.97] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:20.97] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:20.97] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:20.98] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:20.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:20.98] 》 [xUnit.net 00:02:20.98] 》Build succeeded. [xUnit.net 00:02:20.98] 》 0 Warning(s) [xUnit.net 00:02:20.98] 》 0 Error(s) [xUnit.net 00:02:20.98] 》 [xUnit.net 00:02:20.98] 》Time Elapsed 00:00:02.12 [xUnit.net 00:02:20.98] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:20.98] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:20.98] 》Native code was used (X86) [xUnit.net 00:02:20.98] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:20.98] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:20.98] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:20.98] 》Build started 4/8/2026 2:51:39 PM. [xUnit.net 00:02:20.98] 》 [xUnit.net 00:02:20.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:20.98] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:20.98] 》 Determining projects to restore... [xUnit.net 00:02:20.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:20.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:20.98] 》AddPrunePackageReferences: [xUnit.net 00:02:20.98] 》 Loaded prune package data from framework packages [xUnit.net 00:02:20.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:20.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:20.98] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:20.98] 》AddPrunePackageReferences: [xUnit.net 00:02:20.98] 》 Loaded prune package data from framework packages [xUnit.net 00:02:20.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:02:20.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:20.98] 》Restore: [xUnit.net 00:02:20.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:20.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:20.98] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj... [xUnit.net 00:02:20.98] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:20.98] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:20.98] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\project.assets.json [xUnit.net 00:02:20.98] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj (in 1.34 sec). [xUnit.net 00:02:20.98] 》 [xUnit.net 00:02:20.98] 》 NuGet Config files used: [xUnit.net 00:02:20.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:20.98] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:20.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:20.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:20.98] 》 [xUnit.net 00:02:20.98] 》 Feeds used: [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:20.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:20.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:20.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:20.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:02:20.98] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:20.98] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:02:20.98] 》PrepareForBuild: [xUnit.net 00:02:20.98] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:20.98] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:20.98] 》CoreResGen: [xUnit.net 00:02:20.98] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:20.98] 》_GenerateSourceLinkFile: [xUnit.net 00:02:20.98] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:20.98] 》CoreCompile: [xUnit.net 00:02:20.98] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:20.98] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:20.98] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:20.99] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:20.99] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:20.99] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:20.99] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.99] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.99] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:20.99] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:20.99] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:20.99] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:20.99] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:20.99] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:20.99] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:20.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\libuv.dll". [xUnit.net 00:02:20.99] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:20.99] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". [xUnit.net 00:02:20.99] 》_CopyAppConfigFile: [xUnit.net 00:02:20.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:20.99] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:20.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:20.99] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:20.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:20.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:20.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:02:20.99] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:20.99] 》PrepareForBuild: [xUnit.net 00:02:20.99] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:02:20.99] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:02:20.99] 》CoreResGen: [xUnit.net 00:02:20.99] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:20.99] 》_GenerateSourceLinkFile: [xUnit.net 00:02:20.99] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:20.99] 》CoreCompile: [xUnit.net 00:02:20.99] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:20.99] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:20.99] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:20.99] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:20.99] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:20.99] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:20.99] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.99] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:20.99] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:20.99] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.99] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.99] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.99] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.99] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:02:20.99] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:20.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:02:20.99] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:02:20.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:02:20.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:20.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:20.99] 》 [xUnit.net 00:02:20.99] 》Build succeeded. [xUnit.net 00:02:20.99] 》 [xUnit.net 00:02:20.99] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:02:20.99] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:02:20.99] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:02:20.99] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:02:20.99] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:20.99] 》 [xUnit.net 00:02:20.99] 》 [xUnit.net 00:02:20.99] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:02:20.99] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:02:20.99] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:02:20.99] 》 [xUnit.net 00:02:20.99] 》 2 Warning(s) [xUnit.net 00:02:20.99] 》 0 Error(s) [xUnit.net 00:02:20.99] 》 [xUnit.net 00:02:20.99] 》Time Elapsed 00:00:03.36 [xUnit.net 00:02:20.99] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:20.99] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:02:21.00] 》Native code was used (X86) [xUnit.net 00:02:21.00] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_handles_native_dependencies_and_platform_target(identifier: "x86Native", platformTarget: "x86", useNativeCode: True, expectedProgramOutput: "Native code was used (X86)") [6 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:37 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj (in 539 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.12 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---B69328C7\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:39 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj (in 1.34 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopM.D1637AF4.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopM.D1637AF4.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:1 /define:TRACE;USE_NATIVE_CODE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.36 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_handles_na---7EE23D1F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:02:21.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:21.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:21.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Build started 4/8/2026 2:51:43 PM. [xUnit.net 00:02:21.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:21.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:21.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:21.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:21.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Restore: [xUnit.net 00:02:21.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:21.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:22.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... [xUnit.net 00:02:22.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:22.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. [xUnit.net 00:02:22.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 508 ms). [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:22.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:22.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:22.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:22.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:22.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:22.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:23.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:23.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:23.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:23.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:23.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:23.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:23.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:23.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:23.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:23.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:23.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:23.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:23.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:23.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:23.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:23.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:23.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:23.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:23.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\libuv.dll". [xUnit.net 00:02:23.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:23.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:23.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:23.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:23.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:23.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:23.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:23.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:23.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:23.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Time Elapsed 00:00:02.10 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore exited with 0 in 2277 ms. [xUnit.net 00:02:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore [xUnit.net 00:02:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore Process ID: 7944 [xUnit.net 00:02:23.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Build started 4/8/2026 2:51:45 PM. [xUnit.net 00:02:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:23.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:23.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:23.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Restore: [xUnit.net 00:02:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 63 ms). [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:24.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:24.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:24.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:24.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:24.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:02:24.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:24.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:24.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:24.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:24.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:24.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:24.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:24.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:24.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:24.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:25.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:25.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:25.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:25.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:25.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:25.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:25.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:25.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:25.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] 》Time Elapsed 00:00:01.65 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore exited with 0 in 1811 ms. [xUnit.net 00:02:25.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:25.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [PASS] [xUnit.net 00:02:25.06] Output: [xUnit.net 00:02:25.06] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:25.06] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:25.06] 》Build started 4/8/2026 2:51:43 PM. [xUnit.net 00:02:25.06] 》 [xUnit.net 00:02:25.06] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:25.06] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:25.06] 》 Determining projects to restore... [xUnit.net 00:02:25.06] 》Restore: [xUnit.net 00:02:25.06] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:25.06] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore [xUnit.net 00:02:25.06] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore [xUnit.net 00:02:25.06] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:25.06] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. [xUnit.net 00:02:25.06] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:25.06] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 508 ms). [xUnit.net 00:02:25.06] 》 [xUnit.net 00:02:25.06] 》 NuGet Config files used: [xUnit.net 00:02:25.06] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:25.06] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:25.06] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:25.06] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:25.06] 》 [xUnit.net 00:02:25.06] 》 Feeds used: [xUnit.net 00:02:25.06] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:25.06] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:25.06] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:25.06] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:25.06] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:25.06] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json Process ID: 2972 [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:25.07] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:25.07] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:25.07] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:25.07] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:25.07] 》PrepareForBuild: [xUnit.net 00:02:25.07] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:25.07] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:25.07] 》_GenerateSourceLinkFile: [xUnit.net 00:02:25.07] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:25.07] 》CoreCompile: [xUnit.net 00:02:25.07] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:25.07] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:25.07] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:25.07] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:25.07] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:25.07] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:25.07] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:25.07] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:25.07] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:25.07] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.07] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.07] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.07] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.07] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.07] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:25.07] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\libuv.dll". [xUnit.net 00:02:25.07] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:25.07] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:25.07] 》_CopyAppConfigFile: [xUnit.net 00:02:25.07] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:25.07] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:25.07] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:25.07] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:25.07] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:25.07] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:25.07] 》 [xUnit.net 00:02:25.07] 》Build succeeded. [xUnit.net 00:02:25.07] 》 0 Warning(s) [xUnit.net 00:02:25.07] 》 0 Error(s) [xUnit.net 00:02:25.07] 》 [xUnit.net 00:02:25.07] 》Time Elapsed 00:00:02.10 [xUnit.net 00:02:25.07] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. [xUnit.net 00:02:25.07] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': [xUnit.net 00:02:25.07] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:25.07] 》Build started 4/8/2026 2:51:45 PM. [xUnit.net 00:02:25.07] 》 [xUnit.net 00:02:25.07] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:25.07] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:25.07] 》 Determining projects to restore... [xUnit.net 00:02:25.07] 》Restore: [xUnit.net 00:02:25.07] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:25.07] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:25.07] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:25.07] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 63 ms). [xUnit.net 00:02:25.07] 》 [xUnit.net 00:02:25.07] 》 NuGet Config files used: [xUnit.net 00:02:25.07] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:25.07] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:25.07] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:25.07] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:25.07] 》 [xUnit.net 00:02:25.07] 》 Feeds used: [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:25.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:25.08] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:25.08] 》 All projects are up-to-date for restore. [xUnit.net 00:02:25.08] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:25.08] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:25.08] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:25.08] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:25.08] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:25.08] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:25.08] 》_GenerateSourceLinkFile: [xUnit.net 00:02:25.08] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:25.08] 》CoreCompile: [xUnit.net 00:02:25.08] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:25.08] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:25.08] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:25.08] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:25.08] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:25.08] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:25.08] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:25.08] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:25.08] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:25.08] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.08] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.08] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.08] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.08] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:25.08] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:25.08] 》 [xUnit.net 00:02:25.08] 》Build succeeded. [xUnit.net 00:02:25.08] 》 0 Warning(s) [xUnit.net 00:02:25.08] 》 0 Error(s) [xUnit.net 00:02:25.08] 》 [xUnit.net 00:02:25.08] 》Time Elapsed 00:00:01.65 [xUnit.net 00:02:25.08] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: False, expectedPlatform: "x86") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:43 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 508 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.10 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:45 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 63 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.65 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---50AC736A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:25.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:25.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:25.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Build started 4/8/2026 2:51:47 PM. [xUnit.net 00:02:25.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:25.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:25.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:25.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:26.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Restore: [xUnit.net 00:02:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... [xUnit.net 00:02:26.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/1.7.0/microsoft.diasymreader.native.1.7.0.nupkg [xUnit.net 00:02:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 74ms [xUnit.net 00:02:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 83ms [xUnit.net 00:02:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 79ms [xUnit.net 00:02:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 74ms [xUnit.net 00:02:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 69ms [xUnit.net 00:02:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 79ms [xUnit.net 00:02:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 85ms [xUnit.net 00:02:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 90ms [xUnit.net 00:02:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 61ms [xUnit.net 00:02:26.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Installed Microsoft.DiaSymReader.Native 1.7.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0 with content hash vIzndj0MoWW2Mp/iztUSKvmR9vZTqOVQ6PBvwA57+CDoiz7eUMU15rrAX+/QA0bkmwQ08GRibFBB9LNOl0EiBA==. [xUnit.net 00:02:27.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:27.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. [xUnit.net 00:02:27.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:27.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 1 sec). [xUnit.net 00:02:27.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:27.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:27.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:27.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Installed: [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj [xUnit.net 00:02:27.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:27.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:27.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:27.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:27.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:27.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:27.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:27.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:27.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:27.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:27.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:27.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:27.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:27.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:27.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:27.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:27.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:27.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:27.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:27.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0\runtimes\win-x86\native\Microsoft.DiaSymReader.Native.x86.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\Microsoft.DiaSymReader.Native.x86.dll". [xUnit.net 00:02:27.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:27.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:27.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:27.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:27.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:27.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:27.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:27.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Time Elapsed 00:00:02.54 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore exited with 0 in 2707 ms. [xUnit.net 00:02:27.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore [xUnit.net 00:02:27.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': Process ID: 3644 [xUnit.net 00:02:27.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:27.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Build started 4/8/2026 2:51:50 PM. [xUnit.net 00:02:27.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:28.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:28.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:28.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:28.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Restore: [xUnit.net 00:02:28.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:28.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 64 ms). [xUnit.net 00:02:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:28.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:02:28.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:29.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:29.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:29.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:29.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:29.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:29.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:29.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:29.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:29.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:29.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:29.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:29.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:29.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:29.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:29.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:29.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:29.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:29.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:29.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:29.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:29.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:29.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:29.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:02:29.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] 》Time Elapsed 00:00:01.39 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore exited with 0 in 1551 ms. [xUnit.net 00:02:29.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:29.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [PASS] [xUnit.net 00:02:29.33] Output: [xUnit.net 00:02:29.33] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:29.33] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:29.33] 》Build started 4/8/2026 2:51:47 PM. [xUnit.net 00:02:29.33] 》 [xUnit.net 00:02:29.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:29.33] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:29.33] 》 Determining projects to restore... [xUnit.net 00:02:29.33] 》Restore: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore [xUnit.net 00:02:29.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:29.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:29.33] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json [xUnit.net 00:02:29.33] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/1.7.0/microsoft.diasymreader.native.1.7.0.nupkg [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 74ms [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 83ms [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 79ms [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 74ms [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 69ms Process ID: 2692 [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 79ms [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 85ms [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 90ms [xUnit.net 00:02:29.33] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 61ms [xUnit.net 00:02:29.33] 》 Installed Microsoft.DiaSymReader.Native 1.7.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0 with content hash vIzndj0MoWW2Mp/iztUSKvmR9vZTqOVQ6PBvwA57+CDoiz7eUMU15rrAX+/QA0bkmwQ08GRibFBB9LNOl0EiBA==. [xUnit.net 00:02:29.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:29.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. [xUnit.net 00:02:29.33] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:29.33] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 1 sec). [xUnit.net 00:02:29.33] 》 [xUnit.net 00:02:29.33] 》 NuGet Config files used: [xUnit.net 00:02:29.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:29.33] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:29.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:29.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:29.33] 》 [xUnit.net 00:02:29.33] 》 Feeds used: [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:29.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:29.33] 》 [xUnit.net 00:02:29.33] 》 Installed: [xUnit.net 00:02:29.34] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj [xUnit.net 00:02:29.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:29.34] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:29.34] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:29.34] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:29.34] 》PrepareForBuild: [xUnit.net 00:02:29.34] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:29.34] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:29.34] 》_GenerateSourceLinkFile: [xUnit.net 00:02:29.34] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:29.34] 》CoreCompile: [xUnit.net 00:02:29.34] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:29.34] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:29.34] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:29.34] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:29.34] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:29.34] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:29.34] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:29.34] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:29.34] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:29.34] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.34] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.34] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.34] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.34] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.34] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:29.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0\runtimes\win-x86\native\Microsoft.DiaSymReader.Native.x86.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\Microsoft.DiaSymReader.Native.x86.dll". [xUnit.net 00:02:29.34] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:29.34] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:29.34] 》_CopyAppConfigFile: [xUnit.net 00:02:29.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:29.34] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:29.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:29.34] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:29.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:29.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:29.34] 》 [xUnit.net 00:02:29.34] 》Build succeeded. [xUnit.net 00:02:29.34] 》 0 Warning(s) [xUnit.net 00:02:29.34] 》 0 Error(s) [xUnit.net 00:02:29.34] 》 [xUnit.net 00:02:29.34] 》Time Elapsed 00:00:02.54 [xUnit.net 00:02:29.34] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. [xUnit.net 00:02:29.34] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': [xUnit.net 00:02:29.34] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:29.34] 》Build started 4/8/2026 2:51:50 PM. [xUnit.net 00:02:29.34] 》 [xUnit.net 00:02:29.34] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:29.34] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:29.34] 》 Determining projects to restore... [xUnit.net 00:02:29.34] 》Restore: [xUnit.net 00:02:29.34] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:29.34] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:29.34] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:29.34] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 64 ms). [xUnit.net 00:02:29.34] 》 [xUnit.net 00:02:29.34] 》 NuGet Config files used: [xUnit.net 00:02:29.34] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:29.34] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:29.34] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:29.34] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:29.34] 》 [xUnit.net 00:02:29.34] 》 Feeds used: [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:29.34] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:29.34] 》 All projects are up-to-date for restore. [xUnit.net 00:02:29.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:29.34] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:29.34] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:29.35] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:29.35] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:29.35] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:29.35] 》_GenerateSourceLinkFile: [xUnit.net 00:02:29.35] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:29.35] 》CoreCompile: [xUnit.net 00:02:29.35] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:29.35] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:29.35] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:29.35] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:29.35] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:29.35] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:29.35] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:29.35] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:29.35] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:29.35] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.35] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.35] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.35] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.35] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:29.35] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:29.35] 》 [xUnit.net 00:02:29.35] 》Build succeeded. [xUnit.net 00:02:29.35] 》 0 Warning(s) [xUnit.net 00:02:29.35] 》 0 Error(s) [xUnit.net 00:02:29.35] 》 [xUnit.net 00:02:29.35] 》Time Elapsed 00:00:01.39 [xUnit.net 00:02:29.35] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: False, expectedPlatform: "AnyCPU") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:47 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.diasymreader.native/1.7.0/microsoft.diasymreader.native.1.7.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.diasymreader.native/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.diasymreader.native/index.json 83ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.diasymreader.native/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.diasymreader.native/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.diasymreader.native/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.diasymreader.native/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.diasymreader.native/index.json 85ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.diasymreader.native/index.json 90ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.diasymreader.native/index.json 61ms 》 Installed Microsoft.DiaSymReader.Native 1.7.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0 with content hash vIzndj0MoWW2Mp/iztUSKvmR9vZTqOVQ6PBvwA57+CDoiz7eUMU15rrAX+/QA0bkmwQ08GRibFBB9LNOl0EiBA==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 1 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0\runtimes\win-x86\native\Microsoft.DiaSymReader.Native.x86.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\Microsoft.DiaSymReader.Native.x86.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.54 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:50 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 64 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.39 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---F82CAC8A\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:29.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:29.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build started 4/8/2026 2:51:52 PM. [xUnit.net 00:02:29.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:30.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:30.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:30.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:30.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Restore: [xUnit.net 00:02:30.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:30.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:30.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... [xUnit.net 00:02:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:30.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/2.1.0/microsoft.netcore.platforms.2.1.0.nupkg [xUnit.net 00:02:30.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 79ms [xUnit.net 00:02:30.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 93ms [xUnit.net 00:02:30.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 67ms [xUnit.net 00:02:30.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 75ms [xUnit.net 00:02:31.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Installed Microsoft.NETCore.Platforms 2.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\2.1.0 with content hash ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==. [xUnit.net 00:02:31.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:31.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. [xUnit.net 00:02:31.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 919 ms). [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:31.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Installed: [xUnit.net 00:02:31.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj [xUnit.net 00:02:31.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:31.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:31.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:31.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:31.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:31.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:31.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:31.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:31.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:31.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:31.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:31.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:31.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:31.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:31.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:31.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:31.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:31.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\libuv.dll". [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:31.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:31.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Time Elapsed 00:00:02.43 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore exited with 0 in 2599 ms. [xUnit.net 00:02:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore [xUnit.net 00:02:31.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': Process ID: 5300 [xUnit.net 00:02:32.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:32.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build started 4/8/2026 2:51:54 PM. [xUnit.net 00:02:32.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:32.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:32.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:32.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:32.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Restore: [xUnit.net 00:02:32.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:32.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:33.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:33.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 65 ms). [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:02:33.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:33.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:33.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:33.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:33.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:33.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:33.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:33.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:33.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:33.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:33.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:33.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:33.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:33.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:33.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:33.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:33.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:33.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:33.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Time Elapsed 00:00:01.38 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore exited with 0 in 1545 ms. [xUnit.net 00:02:33.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:33.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [PASS] [xUnit.net 00:02:33.48] Output: [xUnit.net 00:02:33.48] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:33.48] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:33.48] 》Build started 4/8/2026 2:51:52 PM. [xUnit.net 00:02:33.48] 》 [xUnit.net 00:02:33.48] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:33.48] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:33.48] 》 Determining projects to restore... [xUnit.net 00:02:33.48] 》Restore: [xUnit.net 00:02:33.48] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore [xUnit.net 00:02:33.48] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore [xUnit.net 00:02:33.48] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json [xUnit.net 00:02:33.48] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/2.1.0/microsoft.netcore.platforms.2.1.0.nupkg [xUnit.net 00:02:33.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 79ms [xUnit.net 00:02:33.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 93ms [xUnit.net 00:02:33.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 67ms [xUnit.net 00:02:33.48] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 75ms [xUnit.net 00:02:33.48] 》 Installed Microsoft.NETCore.Platforms 2.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\2.1.0 with content hash ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==. [xUnit.net 00:02:33.48] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:33.48] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. Process ID: 1088 [xUnit.net 00:02:33.48] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:33.48] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 919 ms). [xUnit.net 00:02:33.48] 》 [xUnit.net 00:02:33.48] 》 NuGet Config files used: [xUnit.net 00:02:33.48] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:33.48] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:33.48] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:33.48] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:33.48] 》 [xUnit.net 00:02:33.48] 》 Feeds used: [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:33.48] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:33.48] 》 [xUnit.net 00:02:33.48] 》 Installed: [xUnit.net 00:02:33.48] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj [xUnit.net 00:02:33.49] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:33.49] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:33.49] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:33.49] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:33.49] 》PrepareForBuild: [xUnit.net 00:02:33.49] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:33.49] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:33.49] 》_GenerateSourceLinkFile: [xUnit.net 00:02:33.49] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:33.49] 》CoreCompile: [xUnit.net 00:02:33.49] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:33.49] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:33.49] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:33.49] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:33.49] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:33.49] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:33.49] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:33.49] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:33.49] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:33.49] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.49] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.49] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.49] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.49] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.49] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:33.49] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\libuv.dll". [xUnit.net 00:02:33.49] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:33.49] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:33.49] 》_CopyAppConfigFile: [xUnit.net 00:02:33.49] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:33.49] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:33.49] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:33.49] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:33.49] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:33.49] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:33.49] 》 [xUnit.net 00:02:33.49] 》Build succeeded. [xUnit.net 00:02:33.49] 》 0 Warning(s) [xUnit.net 00:02:33.49] 》 0 Error(s) [xUnit.net 00:02:33.49] 》 [xUnit.net 00:02:33.49] 》Time Elapsed 00:00:02.43 [xUnit.net 00:02:33.49] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. [xUnit.net 00:02:33.49] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': [xUnit.net 00:02:33.49] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:33.49] 》Build started 4/8/2026 2:51:54 PM. [xUnit.net 00:02:33.49] 》 [xUnit.net 00:02:33.49] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:33.49] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:33.49] 》 Determining projects to restore... [xUnit.net 00:02:33.49] 》Restore: [xUnit.net 00:02:33.49] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:33.49] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:33.49] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:33.49] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 65 ms). [xUnit.net 00:02:33.49] 》 [xUnit.net 00:02:33.49] 》 NuGet Config files used: [xUnit.net 00:02:33.49] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:33.49] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:33.49] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:33.49] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:33.49] 》 [xUnit.net 00:02:33.49] 》 Feeds used: [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:33.49] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:33.49] 》 All projects are up-to-date for restore. [xUnit.net 00:02:33.49] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:33.49] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:33.50] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:33.50] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:33.50] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:33.50] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:33.50] 》_GenerateSourceLinkFile: [xUnit.net 00:02:33.50] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:33.50] 》CoreCompile: [xUnit.net 00:02:33.50] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:33.50] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:33.50] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:33.50] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:33.50] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:33.50] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:33.50] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:33.50] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:33.50] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:33.50] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.50] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.50] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.50] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.50] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:33.50] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:33.50] 》 [xUnit.net 00:02:33.50] 》Build succeeded. [xUnit.net 00:02:33.50] 》 0 Warning(s) [xUnit.net 00:02:33.50] 》 0 Error(s) [xUnit.net 00:02:33.50] 》 [xUnit.net 00:02:33.50] 》Time Elapsed 00:00:01.38 [xUnit.net 00:02:33.50] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Libuv/1.10.0", referencePlatformPackage: True, expectedPlatform: "x86") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:52 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netcore.platforms/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.platforms/2.1.0/microsoft.netcore.platforms.2.1.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.platforms/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netcore.platforms/index.json 93ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.platforms/index.json 67ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netcore.platforms/index.json 75ms 》 Installed Microsoft.NETCore.Platforms 2.1.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netcore.platforms\2.1.0 with content hash ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 919 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\libuv\1.10.0\runtimes\win-x86\native\libuv.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\libuv.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.43 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:54 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 65 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.38 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---986145E0\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:33.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:33.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:33.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build started 4/8/2026 2:51:56 PM. [xUnit.net 00:02:33.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:34.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:34.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:34.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:34.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Restore: [xUnit.net 00:02:34.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:34.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:34.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... [xUnit.net 00:02:35.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:35.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. [xUnit.net 00:02:35.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:35.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 517 ms). [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:35.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:35.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:35.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:35.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:35.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:35.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:35.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:35.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:35.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:35.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:35.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:35.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:35.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:35.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:35.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:35.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:35.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0\runtimes\win-x86\native\Microsoft.DiaSymReader.Native.x86.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\Microsoft.DiaSymReader.Native.x86.dll". [xUnit.net 00:02:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:35.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:35.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:35.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Time Elapsed 00:00:02.05 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore exited with 0 in 2219 ms. [xUnit.net 00:02:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore [xUnit.net 00:02:35.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': Process ID: 6056 [xUnit.net 00:02:35.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:35.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build started 4/8/2026 2:51:58 PM. [xUnit.net 00:02:35.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:36.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:36.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:36.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:36.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Restore: [xUnit.net 00:02:36.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:36.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:36.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:36.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 70 ms). [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:02:36.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:37.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:37.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:37.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:37.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:37.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:37.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:37.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:37.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:37.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:37.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:37.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》 [xUnit.net 00:02:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] 》Time Elapsed 00:00:01.39 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore exited with 0 in 1559 ms. [xUnit.net 00:02:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [PASS] [xUnit.net 00:02:37.26] Output: [xUnit.net 00:02:37.26] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': [xUnit.net 00:02:37.26] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:37.26] 》Build started 4/8/2026 2:51:56 PM. [xUnit.net 00:02:37.26] 》 [xUnit.net 00:02:37.26] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:37.26] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:37.26] 》 Determining projects to restore... [xUnit.net 00:02:37.26] 》Restore: [xUnit.net 00:02:37.26] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:37.26] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore [xUnit.net 00:02:37.26] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore [xUnit.net 00:02:37.26] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. [xUnit.net 00:02:37.26] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. [xUnit.net 00:02:37.26] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:37.27] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 517 ms). [xUnit.net 00:02:37.27] 》 [xUnit.net 00:02:37.27] 》 NuGet Config files used: [xUnit.net 00:02:37.27] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:37.27] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:37.27] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:37.27] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:37.27] 》 [xUnit.net 00:02:37.27] 》 Feeds used: [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json Process ID: 7416 [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:37.27] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:37.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:37.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:37.27] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:37.27] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] [xUnit.net 00:02:37.27] 》PrepareForBuild: [xUnit.net 00:02:37.27] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:02:37.27] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:02:37.27] 》_GenerateSourceLinkFile: [xUnit.net 00:02:37.27] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:37.27] 》CoreCompile: [xUnit.net 00:02:37.27] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:37.27] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:37.27] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:37.27] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:37.27] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:37.27] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:37.27] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:37.27] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:37.27] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:37.27] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.27] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.27] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.27] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.27] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.27] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:37.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0\runtimes\win-x86\native\Microsoft.DiaSymReader.Native.x86.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\Microsoft.DiaSymReader.Native.x86.dll". [xUnit.net 00:02:37.27] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:37.27] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". [xUnit.net 00:02:37.27] 》_CopyAppConfigFile: [xUnit.net 00:02:37.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". [xUnit.net 00:02:37.27] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:37.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". [xUnit.net 00:02:37.27] 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe [xUnit.net 00:02:37.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". [xUnit.net 00:02:37.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). [xUnit.net 00:02:37.27] 》 [xUnit.net 00:02:37.27] 》Build succeeded. [xUnit.net 00:02:37.27] 》 0 Warning(s) [xUnit.net 00:02:37.27] 》 0 Error(s) [xUnit.net 00:02:37.27] 》 [xUnit.net 00:02:37.27] 》Time Elapsed 00:00:02.05 [xUnit.net 00:02:37.27] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. [xUnit.net 00:02:37.27] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': [xUnit.net 00:02:37.27] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:37.27] 》Build started 4/8/2026 2:51:58 PM. [xUnit.net 00:02:37.27] 》 [xUnit.net 00:02:37.27] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:37.27] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:37.27] 》 Determining projects to restore... [xUnit.net 00:02:37.27] 》Restore: [xUnit.net 00:02:37.27] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:37.27] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:37.27] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\project.assets.json [xUnit.net 00:02:37.27] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 70 ms). [xUnit.net 00:02:37.27] 》 [xUnit.net 00:02:37.28] 》 NuGet Config files used: [xUnit.net 00:02:37.28] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:37.28] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:37.28] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:37.28] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:37.28] 》 [xUnit.net 00:02:37.28] 》 Feeds used: [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:37.28] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:37.28] 》 All projects are up-to-date for restore. [xUnit.net 00:02:37.28] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). [xUnit.net 00:02:37.28] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:02:37.28] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:02:37.28] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:37.28] 》CoreGenerateAssemblyInfo: [xUnit.net 00:02:37.28] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:02:37.28] 》_GenerateSourceLinkFile: [xUnit.net 00:02:37.28] 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. [xUnit.net 00:02:37.28] 》CoreCompile: [xUnit.net 00:02:37.28] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:37.28] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:37.28] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:37.28] 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:37.28] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:37.28] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:37.28] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:37.28] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:37.28] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:37.28] 》 Begin writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.28] 》 End writing request for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.28] 》 Begin reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.28] 》 End reading response for AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.28] 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) [xUnit.net 00:02:37.28] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:02:37.28] 》 [xUnit.net 00:02:37.28] 》Build succeeded. [xUnit.net 00:02:37.28] 》 0 Warning(s) [xUnit.net 00:02:37.28] 》 0 Error(s) [xUnit.net 00:02:37.28] 》 [xUnit.net 00:02:37.28] 》Time Elapsed 00:00:01.39 [xUnit.net 00:02:37.28] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.PlatformTargetInferredCorrectly(packageToReference: "Microsoft.DiasymReader.Native/1.7.0", referencePlatformPackage: True, expectedPlatform: "x86") [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:56 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\AutoRuntimeIdentifierTest.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 517 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.diasymreader.native\1.7.0\runtimes\win-x86\native\Microsoft.DiaSymReader.Native.x86.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\Microsoft.DiaSymReader.Native.x86.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRunt.98C1FDC8.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe". 》 AutoRuntimeIdentifierTest -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\Debug\net472\AutoRuntimeIdentifierTest.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\bin\Debug\net472\AutoRuntimeIdentifierTest.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.05 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:58 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj (in 70 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" on node 1 (WriteValuesToFile target(s)). 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\AutoRuntimeIdentifierTest.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request AutoRuntimeIdentifierTest (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\AutoRuntimeIdentifierTest.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\AutoRuntimeIdentifierTest.GeneratedMSBuildEditorConfig.editorconfig AutoRuntimeIdentifierTest.cs AutoRuntimeIdentifierTestProgram.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\AutoRuntimeIdentifierTest.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for AutoRuntimeIdentifierTest (net472) 》 End writing request for AutoRuntimeIdentifierTest (net472) 》 Begin reading response for AutoRuntimeIdentifierTest (net472) 》 End reading response for AutoRuntimeIdentifierTest (net472) 》 CompilerServer: server - server processed compilation - AutoRuntimeIdentifierTest (net472) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.39 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\PlatformTarge---6E9E4EBD\AutoRuntimeIdentifierTest\AutoRuntimeIdentifierTest.csproj /p:ValueName=PlatformTarget /restore' exited with exit code 0. [xUnit.net 00:02:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore': [xUnit.net 00:02:37.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:37.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Build started 4/8/2026 2:51:59 PM. [xUnit.net 00:02:37.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 [xUnit.net 00:02:37.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:37.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:37.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:38.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Restore: [xUnit.net 00:02:38.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:38.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:38.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj... [xUnit.net 00:02:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\OverriddenAlias.csproj.nuget.g.props. [xUnit.net 00:02:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\OverriddenAlias.csproj.nuget.g.targets. [xUnit.net 00:02:38.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\project.assets.json [xUnit.net 00:02:38.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj (in 565 ms). [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Feeds used: [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:38.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" (Restore target(s)). [xUnit.net 00:02:39.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:39.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:39.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj] [xUnit.net 00:02:39.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:39.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:02:39.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:02:39.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:39.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\OverriddenAlias.sourcelink.json' does not exist. [xUnit.net 00:02:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》CoreCompile: [xUnit.net 00:02:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:39.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\OverriddenAlias.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\OverriddenAlias.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\OverriddenAlias.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Compilation request OverriddenAlias (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:39.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\OverriddenAlias.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\OverriddenAlias.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\OverriddenAlias.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:39.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Begin writing request for OverriddenAlias (net462) [xUnit.net 00:02:39.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 End writing request for OverriddenAlias (net462) [xUnit.net 00:02:39.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Begin reading response for OverriddenAlias (net462) [xUnit.net 00:02:39.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 End reading response for OverriddenAlias (net462) [xUnit.net 00:02:39.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 CompilerServer: server - server processed compilation - OverriddenAlias (net462) [xUnit.net 00:02:39.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:39.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:02:39.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:02:39.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:02:39.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\Overridd.E29EAA80.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\Overridd.E29EAA80.Up2Date". [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe.config". [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe". [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 OverriddenAlias -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe [xUnit.net 00:02:39.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.pdb". [xUnit.net 00:02:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" (Build target(s)). [xUnit.net 00:02:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 [xUnit.net 00:02:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Build succeeded. [xUnit.net 00:02:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》 [xUnit.net 00:02:39.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] 》Time Elapsed 00:00:02.12 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore exited with 0 in 2281 ms. [xUnit.net 00:02:39.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore' exited with exit code 0. [xUnit.net 00:02:39.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [PASS] [xUnit.net 00:02:39.55] Output: [xUnit.net 00:02:39.55] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore': [xUnit.net 00:02:39.55] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:39.55] 》Build started 4/8/2026 2:51:59 PM. [xUnit.net 00:02:39.55] 》 [xUnit.net 00:02:39.55] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:39.55] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:39.55] 》 Determining projects to restore... [xUnit.net 00:02:39.55] 》Restore: [xUnit.net 00:02:39.55] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:39.55] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:39.55] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj... [xUnit.net 00:02:39.55] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\OverriddenAlias.csproj.nuget.g.props. [xUnit.net 00:02:39.55] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\OverriddenAlias.csproj.nuget.g.targets. [xUnit.net 00:02:39.55] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\project.assets.json [xUnit.net 00:02:39.55] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj (in 565 ms). [xUnit.net 00:02:39.55] 》 [xUnit.net 00:02:39.55] 》 NuGet Config files used: [xUnit.net 00:02:39.55] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:39.55] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:39.55] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:39.55] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:39.55] 》 [xUnit.net 00:02:39.55] 》 Feeds used: [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:39.55] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:39.55] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" (Restore target(s)). [xUnit.net 00:02:39.55] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:39.55] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:39.55] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj] [xUnit.net 00:02:39.55] 》PrepareForBuild: [xUnit.net 00:02:39.56] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:02:39.56] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:02:39.56] 》_GenerateSourceLinkFile: [xUnit.net 00:02:39.56] 》 Source Link is empty, file 'obj\Debug\net462\OverriddenAlias.sourcelink.json' does not exist. [xUnit.net 00:02:39.56] 》CoreCompile: [xUnit.net 00:02:39.56] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:39.56] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:39.56] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\OverriddenAlias.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\OverriddenAlias.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\OverriddenAlias.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:39.56] 》 Compilation request OverriddenAlias (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:39.56] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:39.56] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\OverriddenAlias.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\OverriddenAlias.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\OverriddenAlias.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:39.56] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:39.56] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' Process ID: 3544 [xUnit.net 00:02:39.56] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:39.56] 》 Begin writing request for OverriddenAlias (net462) [xUnit.net 00:02:39.56] 》 End writing request for OverriddenAlias (net462) [xUnit.net 00:02:39.56] 》 Begin reading response for OverriddenAlias (net462) [xUnit.net 00:02:39.56] 》 End reading response for OverriddenAlias (net462) [xUnit.net 00:02:39.56] 》 CompilerServer: server - server processed compilation - OverriddenAlias (net462) [xUnit.net 00:02:39.56] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:02:39.56] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\Overridd.E29EAA80.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:39.56] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\Overridd.E29EAA80.Up2Date". [xUnit.net 00:02:39.56] 》_CopyAppConfigFile: [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe.config". [xUnit.net 00:02:39.56] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe". [xUnit.net 00:02:39.56] 》 OverriddenAlias -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe [xUnit.net 00:02:39.56] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.pdb". [xUnit.net 00:02:39.56] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" (Build target(s)). [xUnit.net 00:02:39.56] 》 [xUnit.net 00:02:39.56] 》Build succeeded. [xUnit.net 00:02:39.56] 》 0 Warning(s) [xUnit.net 00:02:39.56] 》 0 Error(s) [xUnit.net 00:02:39.56] 》 [xUnit.net 00:02:39.56] 》Time Elapsed 00:00:02.12 [xUnit.net 00:02:39.56] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_framework_reference_is_overridden_by_package [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:51:59 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\OverriddenAlias.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\OverriddenAlias.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj (in 565 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\OverriddenAlias.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\OverriddenAlias.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\OverriddenAlias.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\OverriddenAlias.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request OverriddenAlias (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\OverriddenAlias.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\OverriddenAlias.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\OverriddenAlias.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for OverriddenAlias (net462) 》 End writing request for OverriddenAlias (net462) 》 Begin reading response for OverriddenAlias (net462) 》 End reading response for OverriddenAlias (net462) 》 CompilerServer: server - server processed compilation - OverriddenAlias (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\Overridd.E29EAA80.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\Overridd.E29EAA80.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe". 》 OverriddenAlias -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\obj\Debug\net462\OverriddenAlias.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\bin\Debug\net462\OverriddenAlias.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.12 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\OverriddenAlias\OverriddenAlias\OverriddenAlias.csproj /restore' exited with exit code 0. [xUnit.net 00:02:39.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:39.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Build started 4/8/2026 2:52:02 PM. [xUnit.net 00:02:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:40.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:40.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:40.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:40.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Restore: [xUnit.net 00:02:40.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:40.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:40.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj... [xUnit.net 00:02:41.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:41.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:41.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\project.assets.json [xUnit.net 00:02:41.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj (in 523 ms). [xUnit.net 00:02:41.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:41.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:41.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:41.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj] [xUnit.net 00:02:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:41.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:41.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:02:41.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:02:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:41.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:41.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:41.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:41.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:41.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:42.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:42.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:42.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:42.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:42.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:42.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:02:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] 》Time Elapsed 00:00:02.04 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore exited with 0 in 2462 ms. [xUnit.net 00:02:42.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:42.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [PASS] [xUnit.net 00:02:42.03] Output: [xUnit.net 00:02:42.03] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:42.03] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:42.03] 》Build started 4/8/2026 2:52:02 PM. [xUnit.net 00:02:42.03] 》 [xUnit.net 00:02:42.03] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:42.03] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:42.03] 》 Determining projects to restore... [xUnit.net 00:02:42.03] 》Restore: [xUnit.net 00:02:42.03] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:42.03] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:42.03] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj... [xUnit.net 00:02:42.03] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:42.03] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:42.03] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\project.assets.json [xUnit.net 00:02:42.03] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj (in 523 ms). [xUnit.net 00:02:42.03] 》 [xUnit.net 00:02:42.03] 》 NuGet Config files used: [xUnit.net 00:02:42.03] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:42.03] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:42.03] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:42.03] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:42.03] 》 [xUnit.net 00:02:42.03] 》 Feeds used: [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:42.03] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:42.03] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:42.03] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:42.03] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:42.03] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj] [xUnit.net 00:02:42.03] 》PrepareForBuild: [xUnit.net 00:02:42.03] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:42.03] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:42.03] 》CoreResGen: [xUnit.net 00:02:42.03] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:42.03] 》_GenerateSourceLinkFile: [xUnit.net 00:02:42.03] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:42.03] 》CoreCompile: [xUnit.net 00:02:42.03] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:42.03] 》 Setting DOTNET_TieredCompilation to '0' Process ID: 1276 [xUnit.net 00:02:42.03] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:42.03] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:42.03] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:42.03] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:42.03] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:42.03] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:42.03] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:42.03] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:42.03] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:42.03] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:42.03] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:42.03] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:42.03] 》_CopyAppConfigFile: [xUnit.net 00:02:42.03] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:42.03] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:42.03] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:42.03] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:42.04] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:42.04] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:42.04] 》 [xUnit.net 00:02:42.04] 》Build succeeded. [xUnit.net 00:02:42.04] 》 0 Warning(s) [xUnit.net 00:02:42.04] 》 0 Error(s) [xUnit.net 00:02:42.04] 》 [xUnit.net 00:02:42.04] 》Time Elapsed 00:00:02.04 [xUnit.net 00:02:42.04] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "false", shouldIncludePlatform: False) [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:02 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj (in 523 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.04 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:42.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:42.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:42.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Build started 4/8/2026 2:52:04 PM. [xUnit.net 00:02:42.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 [xUnit.net 00:02:42.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:42.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:42.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:42.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Restore: [xUnit.net 00:02:42.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:42.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:43.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj... [xUnit.net 00:02:43.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:43.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:43.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\project.assets.json [xUnit.net 00:02:43.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj (in 525 ms). [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:43.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:43.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:43.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj] [xUnit.net 00:02:43.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:43.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Creating directory "bin\AnyCPU\Debug\net46\". [xUnit.net 00:02:43.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Creating directory "obj\AnyCPU\Debug\net46\". [xUnit.net 00:02:44.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》CoreResGen: [xUnit.net 00:02:44.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:44.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:44.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Source Link is empty, file 'obj\AnyCPU\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:44.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:02:44.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:44.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:44.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\AnyCPU\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\AnyCPU\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\AnyCPU\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\AnyCPU\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:44.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:44.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:44.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\AnyCPU\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\AnyCPU\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\AnyCPU\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\AnyCPU\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:44.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:44.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:44.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:44.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:44.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:44.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:44.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:44.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:44.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:44.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:44.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:44.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:44.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》 [xUnit.net 00:02:44.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] 》Time Elapsed 00:00:02.04 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore exited with 0 in 2196 ms. [xUnit.net 00:02:44.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:44.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [PASS] [xUnit.net 00:02:44.23] Output: [xUnit.net 00:02:44.23] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:44.23] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:44.23] 》Build started 4/8/2026 2:52:04 PM. [xUnit.net 00:02:44.24] 》 [xUnit.net 00:02:44.24] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:44.24] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:44.24] 》 Determining projects to restore... [xUnit.net 00:02:44.24] 》Restore: [xUnit.net 00:02:44.24] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:44.24] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:44.24] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj... [xUnit.net 00:02:44.24] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:44.24] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:44.24] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\project.assets.json [xUnit.net 00:02:44.24] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj (in 525 ms). [xUnit.net 00:02:44.24] 》 [xUnit.net 00:02:44.24] 》 NuGet Config files used: [xUnit.net 00:02:44.24] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:44.24] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:44.24] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:44.24] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:44.24] 》 [xUnit.net 00:02:44.24] 》 Feeds used: [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:44.24] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:44.24] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:44.24] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:44.24] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:44.24] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj] [xUnit.net 00:02:44.24] 》PrepareForBuild: [xUnit.net 00:02:44.24] 》 Creating directory "bin\AnyCPU\Debug\net46\". [xUnit.net 00:02:44.24] 》 Creating directory "obj\AnyCPU\Debug\net46\". [xUnit.net 00:02:44.24] 》CoreResGen: [xUnit.net 00:02:44.24] 》 Processing resource file "Strings.resx" into "obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:44.24] 》_GenerateSourceLinkFile: [xUnit.net 00:02:44.24] 》 Source Link is empty, file 'obj\AnyCPU\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:44.24] 》CoreCompile: [xUnit.net 00:02:44.24] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:44.24] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:44.24] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\AnyCPU\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\AnyCPU\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\AnyCPU\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\AnyCPU\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 Process ID: 5856 [xUnit.net 00:02:44.24] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:44.24] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:44.24] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\AnyCPU\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\AnyCPU\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\AnyCPU\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\AnyCPU\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:44.24] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:44.24] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:44.24] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:44.24] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:44.24] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:44.24] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:44.24] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:44.24] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:44.24] 》_CopyAppConfigFile: [xUnit.net 00:02:44.24] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:44.24] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:44.24] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:44.24] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:44.24] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:44.24] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:44.24] 》 [xUnit.net 00:02:44.24] 》Build succeeded. [xUnit.net 00:02:44.24] 》 0 Warning(s) [xUnit.net 00:02:44.24] 》 0 Error(s) [xUnit.net 00:02:44.24] 》 [xUnit.net 00:02:44.25] 》Time Elapsed 00:00:02.04 [xUnit.net 00:02:44.25] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "true", shouldIncludePlatform: True) [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:04 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj (in 525 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\AnyCPU\Debug\net46\". 》 Creating directory "obj\AnyCPU\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\AnyCPU\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\AnyCPU\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\AnyCPU\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\AnyCPU\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\AnyCPU\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\AnyCPU\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\AnyCPU\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\AnyCPU\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\AnyCPU\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\AnyCPU\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\obj\AnyCPU\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\bin\AnyCPU\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.04 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_1\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:44.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:44.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:44.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Build started 4/8/2026 2:52:06 PM. [xUnit.net 00:02:44.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:44.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:44.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:44.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:45.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Restore: [xUnit.net 00:02:45.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:45.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:45.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj... [xUnit.net 00:02:45.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:02:45.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:02:45.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\project.assets.json [xUnit.net 00:02:45.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj (in 529 ms). [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:45.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:46.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:46.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:46.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj] [xUnit.net 00:02:46.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:46.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:46.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:46.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:02:46.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:46.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:46.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:02:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:46.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:46.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:46.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:46.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:46.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:46.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:46.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:46.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:46.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:46.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:46.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:46.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:02:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:46.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:02:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》 [xUnit.net 00:02:46.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] 》Time Elapsed 00:00:02.10 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore exited with 0 in 2255 ms. [xUnit.net 00:02:46.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:46.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [PASS] [xUnit.net 00:02:46.50] Output: [xUnit.net 00:02:46.50] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore': [xUnit.net 00:02:46.50] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:46.50] 》Build started 4/8/2026 2:52:06 PM. [xUnit.net 00:02:46.50] 》 [xUnit.net 00:02:46.50] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:46.50] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:46.50] 》 Determining projects to restore... [xUnit.net 00:02:46.50] 》Restore: [xUnit.net 00:02:46.50] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:46.50] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:46.50] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj... [xUnit.net 00:02:46.50] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\DesktopMinusRid.csproj.nuget.g.props. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal [xUnit.net 00:02:46.50] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\DesktopMinusRid.csproj.nuget.g.targets. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal [xUnit.net 00:02:46.50] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\project.assets.json [xUnit.net 00:02:46.50] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj (in 529 ms). [xUnit.net 00:02:46.50] 》 [xUnit.net 00:02:46.51] 》 NuGet Config files used: [xUnit.net 00:02:46.51] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:46.51] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:46.51] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:46.51] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:46.51] 》 [xUnit.net 00:02:46.51] 》 Feeds used: [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json Process ID: 5464 [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:46.51] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:46.51] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:02:46.51] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:46.51] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:46.51] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj] [xUnit.net 00:02:46.51] 》PrepareForBuild: [xUnit.net 00:02:46.51] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:02:46.51] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:02:46.51] 》CoreResGen: [xUnit.net 00:02:46.51] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:02:46.51] 》_GenerateSourceLinkFile: [xUnit.net 00:02:46.51] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:02:46.51] 》CoreCompile: [xUnit.net 00:02:46.51] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:46.51] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:46.51] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:02:46.51] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:46.51] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:46.51] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:02:46.51] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:46.51] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:46.51] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:46.51] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:02:46.51] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:02:46.51] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:02:46.51] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:02:46.51] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:02:46.51] 》_CopyAppConfigFile: [xUnit.net 00:02:46.51] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:02:46.51] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:46.51] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:02:46.51] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:02:46.51] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:02:46.51] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:02:46.51] 》 [xUnit.net 00:02:46.51] 》Build succeeded. [xUnit.net 00:02:46.51] 》 0 Warning(s) [xUnit.net 00:02:46.51] 》 0 Error(s) [xUnit.net 00:02:46.51] 》 [xUnit.net 00:02:46.51] 》Time Elapsed 00:00:02.10 [xUnit.net 00:02:46.51] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_platform_in_output_path_if_requested(appendPlatformValue: "", shouldIncludePlatform: False) [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:06 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj (in 529 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.10 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_p---2A320AEB_2\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:02:46.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:02:46.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:46.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Build started 4/8/2026 2:52:09 PM. [xUnit.net 00:02:46.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:02:46.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:46.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:46.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:47.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Restore: [xUnit.net 00:02:47.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:47.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:02:47.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:02:47.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:02:47.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:02:47.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 590 ms). [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:47.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:02:47.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:47.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:47.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:02:47.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:48.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:48.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:48.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" [xUnit.net 00:02:48.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Compilation request DesktopInBoxConflictResolution, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:02:48.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:48.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"' [xUnit.net 00:02:48.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:48.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:48.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:02:48.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Begin writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:48.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 End writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:48.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Begin reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:48.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 End reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:48.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution [xUnit.net 00:02:48.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:48.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe". [xUnit.net 00:02:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe [xUnit.net 00:02:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:02:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:02:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:02:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:48.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:48.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:02:48.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] 》Time Elapsed 00:00:01.47 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal exited with 0 in 1631 ms. [xUnit.net 00:02:48.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:02:48.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [PASS] [xUnit.net 00:02:48.14] Output: [xUnit.net 00:02:48.14] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:02:48.14] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:48.14] 》Build started 4/8/2026 2:52:09 PM. [xUnit.net 00:02:48.14] 》 [xUnit.net 00:02:48.14] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:48.14] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:48.14] 》 Determining projects to restore... [xUnit.net 00:02:48.14] 》Restore: [xUnit.net 00:02:48.14] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:48.14] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal [xUnit.net 00:02:48.14] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:02:48.14] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:02:48.14] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:02:48.14] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:02:48.14] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 590 ms). [xUnit.net 00:02:48.14] 》 [xUnit.net 00:02:48.14] 》 NuGet Config files used: [xUnit.net 00:02:48.14] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:48.14] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:48.14] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:48.14] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:48.14] 》 [xUnit.net 00:02:48.14] 》 Feeds used: [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json Process ID: 1528 [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:48.14] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:48.15] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:02:48.15] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:48.15] 》PrepareForBuild: [xUnit.net 00:02:48.15] 》 Creating directory "bin\Debug\". [xUnit.net 00:02:48.15] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:48.15] 》CoreCompile: [xUnit.net 00:02:48.15] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:48.15] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" [xUnit.net 00:02:48.15] 》 Compilation request DesktopInBoxConflictResolution, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:02:48.15] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:48.15] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"' [xUnit.net 00:02:48.15] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:48.15] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:48.15] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:02:48.15] 》 Begin writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:48.15] 》 End writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:48.15] 》 Begin reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:48.15] 》 End reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:48.15] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution [xUnit.net 00:02:48.15] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:48.15] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe". [xUnit.net 00:02:48.15] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe [xUnit.net 00:02:48.15] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:02:48.15] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:02:48.15] 》 [xUnit.net 00:02:48.15] 》Build succeeded. [xUnit.net 00:02:48.15] 》 0 Warning(s) [xUnit.net 00:02:48.15] 》 0 Error(s) [xUnit.net 00:02:48.15] 》 [xUnit.net 00:02:48.15] 》Time Elapsed 00:00:01.47 [xUnit.net 00:02:48.15] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.3.3") [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:09 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 590 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" 》 Compilation request DesktopInBoxConflictResolution, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for DesktopInBoxConflictResolution 》 End writing request for DesktopInBoxConflictResolution 》 Begin reading response for DesktopInBoxConflictResolution 》 End reading response for DesktopInBoxConflictResolution 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe". 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.47 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---4B824829\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:02:48.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:02:48.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:48.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Build started 4/8/2026 2:52:10 PM. [xUnit.net 00:02:48.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:02:48.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:48.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:48.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:48.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Restore: [xUnit.net 00:02:48.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:48.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:48.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:02:49.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:02:49.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:02:49.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 621 ms). [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:49.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:49.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:02:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating directory "bin\Debug\". [xUnit.net 00:02:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:49.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:49.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" [xUnit.net 00:02:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Compilation request DesktopInBoxConflictResolution, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:02:49.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:49.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"' [xUnit.net 00:02:49.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:49.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:49.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:02:49.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Begin writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:49.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 End writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:49.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Begin reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:49.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 End reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:49.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution [xUnit.net 00:02:49.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:49.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:02:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopI.2C8EB365.Up2Date". [xUnit.net 00:02:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe". [xUnit.net 00:02:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe [xUnit.net 00:02:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:02:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:02:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:02:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:02:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] 》Time Elapsed 00:00:01.49 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal exited with 0 in 1654 ms. [xUnit.net 00:02:49.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:02:49.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [PASS] [xUnit.net 00:02:49.80] Output: [xUnit.net 00:02:49.80] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:02:49.80] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:49.80] 》Build started 4/8/2026 2:52:10 PM. [xUnit.net 00:02:49.80] 》 [xUnit.net 00:02:49.80] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:49.80] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:49.80] 》 Determining projects to restore... [xUnit.net 00:02:49.80] 》Restore: [xUnit.net 00:02:49.80] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:49.80] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:49.80] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:02:49.80] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:02:49.80] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore [xUnit.net 00:02:49.80] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\project.assets.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore [xUnit.net 00:02:49.80] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 621 ms). [xUnit.net 00:02:49.80] 》 [xUnit.net 00:02:49.80] 》 NuGet Config files used: [xUnit.net 00:02:49.80] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:49.80] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:49.80] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:49.80] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:49.80] 》 [xUnit.net 00:02:49.80] 》 Feeds used: [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:49.80] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:49.80] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:02:49.80] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). Process ID: 3944 [xUnit.net 00:02:49.81] 》PrepareForBuild: [xUnit.net 00:02:49.81] 》 Creating directory "bin\Debug\". [xUnit.net 00:02:49.81] 》 Creating directory "obj\Debug\". [xUnit.net 00:02:49.81] 》CoreCompile: [xUnit.net 00:02:49.81] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:49.81] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" [xUnit.net 00:02:49.81] 》 Compilation request DesktopInBoxConflictResolution, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe [xUnit.net 00:02:49.81] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:49.81] 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"' [xUnit.net 00:02:49.81] 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:49.81] 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' [xUnit.net 00:02:49.81] 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected [xUnit.net 00:02:49.81] 》 Begin writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:49.81] 》 End writing request for DesktopInBoxConflictResolution [xUnit.net 00:02:49.81] 》 Begin reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:49.81] 》 End reading response for DesktopInBoxConflictResolution [xUnit.net 00:02:49.81] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution [xUnit.net 00:02:49.81] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:49.81] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:02:49.81] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:49.81] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopI.2C8EB365.Up2Date". [xUnit.net 00:02:49.81] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:49.81] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe". [xUnit.net 00:02:49.81] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe [xUnit.net 00:02:49.81] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:02:49.81] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:02:49.81] 》 [xUnit.net 00:02:49.81] 》Build succeeded. [xUnit.net 00:02:49.81] 》 0 Warning(s) [xUnit.net 00:02:49.81] 》 0 Error(s) [xUnit.net 00:02:49.81] 》 [xUnit.net 00:02:49.81] 》Time Elapsed 00:00:01.49 [xUnit.net 00:02:49.81] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_successfully_if_inbox_assembly_wins_conflict_resolution(httpPackageVersion: "4.1.0") [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:10 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 621 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\". 》 Creating directory "obj\Debug\". 》CoreCompile: 》 Setting DOTNET_TieredCompilation to '0' 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" 》 Compilation request DesktopInBoxConflictResolution, PathToTool=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Roslyn\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/nowarn:1701,1702 /fullpaths /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:7.3 Program.cs "obj\Debug\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"' 》 Attempt to open named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Attempt to connect named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' 》 Named pipe 'S3Bp33qw0ra1swLnc24R8asJccxL2BI64wGMlNTd4WU' connected 》 Begin writing request for DesktopInBoxConflictResolution 》 End writing request for DesktopInBoxConflictResolution 》 Begin reading response for DesktopInBoxConflictResolution 》 End reading response for DesktopInBoxConflictResolution 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\System.Diagnostics.DiagnosticSource.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopI.2C8EB365.Up2Date". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe". 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\obj\Debug\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\bin\Debug\DesktopInBoxConflictResolution.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.49 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---89D454C5\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:02:49.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:02:49.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:49.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:52:12 PM. [xUnit.net 00:02:49.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:50.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:50.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:50.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:02:50.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:02:50.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:02:50.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:02:50.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:02:50.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:50.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:02:50.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:50.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:51.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:02:51.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:51.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build/index.json 76ms [xUnit.net 00:02:51.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build/index.json 99ms [xUnit.net 00:02:51.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build/index.json 65ms [xUnit.net 00:02:51.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build/index.json 69ms [xUnit.net 00:02:51.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build/index.json 78ms [xUnit.net 00:02:51.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build/index.json 78ms [xUnit.net 00:02:51.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build/17.3.1/microsoft.build.17.3.1.nupkg [xUnit.net 00:02:51.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build/index.json 75ms [xUnit.net 00:02:51.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build/index.json 107ms [xUnit.net 00:02:51.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build/index.json 60ms [xUnit.net 00:02:51.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/17.3.1/microsoft.build.framework.17.3.1.nupkg [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.net.stringtools/index.json 71ms [xUnit.net 00:02:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build.framework/index.json 63ms [xUnit.net 00:02:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:51.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build.framework/index.json 70ms [xUnit.net 00:02:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build.framework/index.json 67ms [xUnit.net 00:02:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build.framework/index.json 92ms [xUnit.net 00:02:51.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.net.stringtools/index.json 66ms [xUnit.net 00:02:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.stringtools/17.3.1/microsoft.net.stringtools.17.3.1.nupkg [xUnit.net 00:02:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.net.stringtools/index.json 80ms [xUnit.net 00:02:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build.framework/index.json 58ms [xUnit.net 00:02:51.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg [xUnit.net 00:02:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build.framework/index.json 70ms [xUnit.net 00:02:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build.framework/index.json 71ms [xUnit.net 00:02:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build.framework/index.json 74ms [xUnit.net 00:02:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.configuration.configurationmanager/index.json 84ms [xUnit.net 00:02:51.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build.framework/index.json 81ms [xUnit.net 00:02:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadataloadcontext/6.0.0/system.reflection.metadataloadcontext.6.0.0.nupkg [xUnit.net 00:02:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.net.stringtools/index.json 84ms [xUnit.net 00:02:51.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.net.stringtools/index.json 87ms [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.net.stringtools/index.json 79ms [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.net.stringtools/index.json 100ms [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.configuration.configurationmanager/index.json 109ms [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.net.stringtools/index.json 104ms [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.configuration.configurationmanager/index.json 68ms [xUnit.net 00:02:51.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 134ms [xUnit.net 00:02:51.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.configuration.configurationmanager/index.json 124ms [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.configuration.configurationmanager/index.json 94ms [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.configuration.configurationmanager/index.json 126ms [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 140ms [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 136ms [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.net.stringtools/index.json 90ms [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg [xUnit.net 00:02:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg [xUnit.net 00:02:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 123ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 158ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 99ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.permissions/index.json 55ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 54ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.permissions/index.json 55ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.permissions/index.json 53ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 56ms [xUnit.net 00:02:51.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg [xUnit.net 00:02:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 55ms [xUnit.net 00:02:51.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.permissions/index.json 53ms [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.permissions/index.json 54ms [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.permissions/index.json 60ms [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 54ms [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 55ms [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg [xUnit.net 00:02:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 63ms [xUnit.net 00:02:51.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.windows.extensions/index.json 55ms [xUnit.net 00:02:51.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.windows.extensions/index.json 54ms [xUnit.net 00:02:51.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.windows.extensions/index.json 54ms [xUnit.net 00:02:51.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.windows.extensions/index.json 65ms [xUnit.net 00:02:51.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.drawing.common/index.json 57ms [xUnit.net 00:02:51.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.drawing.common/index.json 55ms [xUnit.net 00:02:51.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:51.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg [xUnit.net 00:02:51.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.drawing.common/index.json 64ms [xUnit.net 00:02:51.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.drawing.common/index.json 54ms [xUnit.net 00:02:51.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.drawing.common/index.json 55ms [xUnit.net 00:02:51.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.drawing.common/index.json 55ms [xUnit.net 00:02:51.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.windows.extensions/index.json 99ms [xUnit.net 00:02:51.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.systemevents/index.json 55ms [xUnit.net 00:02:51.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.systemevents/index.json 52ms [xUnit.net 00:02:51.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.systemevents/index.json 56ms [xUnit.net 00:02:51.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.systemevents/index.json 59ms [xUnit.net 00:02:51.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.systemevents/index.json 57ms [xUnit.net 00:02:51.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.systemevents/index.json 71ms [xUnit.net 00:02:51.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.windows.extensions/index.json 145ms [xUnit.net 00:02:52.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed System.Reflection.MetadataLoadContext 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0 with content hash SuK8qTHbmG3PToLo1TEq8YSfY31FiKhASBmjozUTAleDgiX4H2X4jm0VPFb+K2soSSmYPyHTpHp35TctfNtDzQ==. [xUnit.net 00:02:52.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed System.Windows.Extensions 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0 with content hash IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==. [xUnit.net 00:02:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed System.Security.Permissions 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0 with content hash T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==. [xUnit.net 00:02:52.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed System.Security.Cryptography.ProtectedData 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0 with content hash rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==. [xUnit.net 00:02:52.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed System.Drawing.Common 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0 with content hash NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==. [xUnit.net 00:02:52.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed System.Configuration.ConfigurationManager 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0 with content hash 7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==. [xUnit.net 00:02:52.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed Microsoft.Win32.SystemEvents 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0 with content hash hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==. [xUnit.net 00:02:52.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed Microsoft.Build.Framework 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1 with content hash cUlLl0HTN/sG79STW5bB9wKNC5sPjv7j7XPBKuaN6u7P67n81Jo4WXiyJ6Wd+ZQs8VtUnoccSn104GfVSbEkUw==. [xUnit.net 00:02:52.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed Microsoft.NET.StringTools 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1 with content hash 14xy4Bw8CQKFEnb7BNhyZx7Z10JNWv8KwuFVLYIWb4EuNuj7AjojEa/SY43fz0bNkoUl+dyAym11Fl+Pbd5VfA==. [xUnit.net 00:02:52.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed Microsoft.Build 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1 with content hash 80Ef2s925VGMn1Rt03N/yMft78kiy02mU3MxgR5I9EYpHlZmFDrwNsjtWb2HUUqNjVnxAVM6HQ7a1gV0I2bFmA==. [xUnit.net 00:02:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:02:53.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:02:53.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 2.13 sec). [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:53.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Installed: [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 10 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj [xUnit.net 00:02:53.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:02:53.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:53.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:53.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:02:53.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:53.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:02:53.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:02:53.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:02:53.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:02:53.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:53.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:02:53.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:53.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:53.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:53.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:02:53.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:53.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:53.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:02:53.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:53.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:53.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:53.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:53.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:53.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:53.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:53.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:53.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:53.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:02:53.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:02:53.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:53.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:02:53.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:02:53.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:02:53.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:53.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:53.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:02:53.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:02:53.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:54.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:54.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:54.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:54.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:02:54.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:54.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:02:54.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:02:54.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:02:54.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:54.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:54.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:54.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:02:54.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:02:54.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:02:54.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:54.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:54.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:54.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:54.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:54.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:04.23 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore exited with 0 in 4407 ms. [xUnit.net 00:02:54.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:02:54.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [PASS] [xUnit.net 00:02:54.21] Output: [xUnit.net 00:02:54.21] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:02:54.21] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:54.21] 》Build started 4/8/2026 2:52:12 PM. [xUnit.net 00:02:54.21] 》 [xUnit.net 00:02:54.22] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:54.22] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:54.22] 》 Determining projects to restore... [xUnit.net 00:02:54.22] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:54.22] 》AddPrunePackageReferences: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore [xUnit.net 00:02:54.22] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:02:54.22] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:02:54.22] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:02:54.22] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:02:54.22] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:02:54.22] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:54.22] 》Restore: [xUnit.net 00:02:54.22] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:54.22] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:54.22] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.build/index.json Process ID: 2756 [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build/index.json [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build/index.json 76ms [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build/index.json 99ms [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build/index.json 65ms [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build/index.json 69ms [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build/index.json 78ms [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build/index.json 78ms [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build/17.3.1/microsoft.build.17.3.1.nupkg [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build/index.json 75ms [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build/index.json 107ms [xUnit.net 00:02:54.22] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build/index.json 60ms [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build.framework/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.22] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.22] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/17.3.1/microsoft.build.framework.17.3.1.nupkg [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.net.stringtools/index.json 71ms [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build.framework/index.json 63ms [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.net.stringtools/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build.framework/index.json 70ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build.framework/index.json 67ms [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.configuration.configurationmanager/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build.framework/index.json 92ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.net.stringtools/index.json 66ms [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.stringtools/17.3.1/microsoft.net.stringtools.17.3.1.nupkg [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.net.stringtools/index.json 80ms [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build.framework/index.json 58ms [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build.framework/index.json 70ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build.framework/index.json 71ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build.framework/index.json 74ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.configuration.configurationmanager/index.json 84ms [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build.framework/index.json 81ms [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadataloadcontext/6.0.0/system.reflection.metadataloadcontext.6.0.0.nupkg [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.net.stringtools/index.json 84ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.net.stringtools/index.json 87ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.net.stringtools/index.json 79ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.net.stringtools/index.json 100ms [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.configuration.configurationmanager/index.json 109ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.net.stringtools/index.json 104ms [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.configuration.configurationmanager/index.json 68ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 134ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.configuration.configurationmanager/index.json 124ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.configuration.configurationmanager/index.json 94ms [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.configuration.configurationmanager/index.json 126ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 140ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 136ms [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.net.stringtools/index.json 90ms [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.permissions/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.23] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 123ms [xUnit.net 00:02:54.23] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 158ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 99ms [xUnit.net 00:02:54.23] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.permissions/index.json 55ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 54ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.permissions/index.json 55ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.permissions/index.json 53ms [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 56ms [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.windows.extensions/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 55ms [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.permissions/index.json 53ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.permissions/index.json 54ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.permissions/index.json 60ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 54ms [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 55ms [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.drawing.common/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 63ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.windows.extensions/index.json 55ms [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.windows.extensions/index.json 54ms [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.24] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.windows.extensions/index.json 54ms [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.24] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.24] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.25] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.windows.extensions/index.json 65ms [xUnit.net 00:02:54.25] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.drawing.common/index.json 57ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.drawing.common/index.json 55ms [xUnit.net 00:02:54.25] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.25] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.systemevents/index.json [xUnit.net 00:02:54.25] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.drawing.common/index.json 64ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.drawing.common/index.json 54ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.drawing.common/index.json 55ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.drawing.common/index.json 55ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.windows.extensions/index.json 99ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.systemevents/index.json 55ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.systemevents/index.json 52ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.systemevents/index.json 56ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.systemevents/index.json 59ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.systemevents/index.json 57ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.systemevents/index.json 71ms [xUnit.net 00:02:54.25] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.windows.extensions/index.json 145ms [xUnit.net 00:02:54.25] 》 Installed System.Reflection.MetadataLoadContext 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0 with content hash SuK8qTHbmG3PToLo1TEq8YSfY31FiKhASBmjozUTAleDgiX4H2X4jm0VPFb+K2soSSmYPyHTpHp35TctfNtDzQ==. [xUnit.net 00:02:54.26] 》 Installed System.Windows.Extensions 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0 with content hash IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==. [xUnit.net 00:02:54.26] 》 Installed System.Security.Permissions 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0 with content hash T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==. [xUnit.net 00:02:54.26] 》 Installed System.Security.Cryptography.ProtectedData 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0 with content hash rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==. [xUnit.net 00:02:54.26] 》 Installed System.Drawing.Common 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0 with content hash NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==. [xUnit.net 00:02:54.26] 》 Installed System.Configuration.ConfigurationManager 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0 with content hash 7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==. [xUnit.net 00:02:54.26] 》 Installed Microsoft.Win32.SystemEvents 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0 with content hash hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==. [xUnit.net 00:02:54.26] 》 Installed Microsoft.Build.Framework 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1 with content hash cUlLl0HTN/sG79STW5bB9wKNC5sPjv7j7XPBKuaN6u7P67n81Jo4WXiyJ6Wd+ZQs8VtUnoccSn104GfVSbEkUw==. [xUnit.net 00:02:54.26] 》 Installed Microsoft.NET.StringTools 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1 with content hash 14xy4Bw8CQKFEnb7BNhyZx7Z10JNWv8KwuFVLYIWb4EuNuj7AjojEa/SY43fz0bNkoUl+dyAym11Fl+Pbd5VfA==. [xUnit.net 00:02:54.26] 》 Installed Microsoft.Build 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1 with content hash 80Ef2s925VGMn1Rt03N/yMft78kiy02mU3MxgR5I9EYpHlZmFDrwNsjtWb2HUUqNjVnxAVM6HQ7a1gV0I2bFmA==. [xUnit.net 00:02:54.26] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:02:54.26] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:02:54.26] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:02:54.26] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 2.13 sec). [xUnit.net 00:02:54.26] 》 [xUnit.net 00:02:54.26] 》 NuGet Config files used: [xUnit.net 00:02:54.26] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:54.26] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:54.26] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:54.26] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:54.26] 》 [xUnit.net 00:02:54.26] 》 Feeds used: [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:54.26] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:54.26] 》 [xUnit.net 00:02:54.26] 》 Installed: [xUnit.net 00:02:54.26] 》 10 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj [xUnit.net 00:02:54.26] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:02:54.26] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:54.26] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:54.26] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:02:54.26] 》PrepareForBuild: [xUnit.net 00:02:54.26] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:02:54.26] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:02:54.26] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:02:54.26] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:02:54.26] 》_GenerateSourceLinkFile: [xUnit.net 00:02:54.26] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:02:54.26] 》CoreCompile: [xUnit.net 00:02:54.26] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:54.26] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:54.26] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:02:54.26] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:54.26] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:54.26] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:02:54.26] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:54.26] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:54.26] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:54.26] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:54.26] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:54.26] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:54.26] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:54.26] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:54.26] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:02:54.27] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:54.27] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:02:54.27] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:02:54.27] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:54.27] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:02:54.27] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:02:54.27] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:54.27] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:54.27] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:02:54.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:02:54.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:02:54.27] 》 [xUnit.net 00:02:54.27] 》Build succeeded. [xUnit.net 00:02:54.27] 》 0 Warning(s) [xUnit.net 00:02:54.27] 》 0 Error(s) [xUnit.net 00:02:54.27] 》 [xUnit.net 00:02:54.27] 》Time Elapsed 00:00:04.23 [xUnit.net 00:02:54.27] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:12 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build/index.json 76ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build/index.json 99ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build/index.json 78ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build/index.json 78ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build/17.3.1/microsoft.build.17.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build/index.json 75ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build/index.json 107ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build/index.json 60ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build.framework/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build.framework/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build.framework/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build.framework/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build.framework/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build.framework/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build.framework/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.build.framework/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build.framework/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build.framework/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build.framework/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/17.3.1/microsoft.build.framework.17.3.1.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.net.stringtools/index.json 71ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.build.framework/index.json 63ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.net.stringtools/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.build.framework/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.build.framework/index.json 67ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.configuration.configurationmanager/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.build.framework/index.json 92ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.net.stringtools/index.json 66ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.stringtools/17.3.1/microsoft.net.stringtools.17.3.1.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.net.stringtools/index.json 80ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.permissions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.build.framework/index.json 58ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.build.framework/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.build.framework/index.json 71ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.build.framework/index.json 74ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.configuration.configurationmanager/index.json 84ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.permissions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.build.framework/index.json 81ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.reflection.metadataloadcontext/6.0.0/system.reflection.metadataloadcontext.6.0.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.net.stringtools/index.json 84ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.net.stringtools/index.json 87ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.net.stringtools/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.net.stringtools/index.json 100ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.permissions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.configuration.configurationmanager/index.json 109ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.net.stringtools/index.json 104ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.permissions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.permissions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.permissions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.permissions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.permissions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.configuration.configurationmanager/index.json 68ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 134ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.configuration.configurationmanager/index.json 124ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.configuration.configurationmanager/index.json 94ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.permissions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.configuration.configurationmanager/index.json 126ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 140ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 136ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.permissions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.net.stringtools/index.json 90ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.permissions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.permissions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.windows.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.windows.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.windows.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.windows.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.windows.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 123ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.windows.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 158ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.reflection.metadataloadcontext/index.json 99ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.permissions/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.permissions/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.permissions/index.json 53ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.windows.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.windows.extensions/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 56ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.windows.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.windows.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.windows.extensions/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.windows.extensions/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.drawing.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.drawing.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.drawing.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.drawing.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.drawing.common/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 55ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.drawing.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.drawing.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.drawing.common/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.permissions/index.json 53ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.permissions/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.permissions/index.json 60ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 54ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.drawing.common/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 55ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.drawing.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.drawing.common/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.drawing.common/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.security.cryptography.protecteddata/index.json 63ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.windows.extensions/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.windows.extensions/index.json 54ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.windows.extensions/index.json 54ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.windows.extensions/index.json 65ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.drawing.common/index.json 57ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.drawing.common/index.json 55ms 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.systemevents/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.drawing.common/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.drawing.common/index.json 54ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.drawing.common/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.drawing.common/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.windows.extensions/index.json 99ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.win32.systemevents/index.json 55ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.win32.systemevents/index.json 52ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.win32.systemevents/index.json 56ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.win32.systemevents/index.json 59ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.win32.systemevents/index.json 57ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.win32.systemevents/index.json 71ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.windows.extensions/index.json 145ms 》 Installed System.Reflection.MetadataLoadContext 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0 with content hash SuK8qTHbmG3PToLo1TEq8YSfY31FiKhASBmjozUTAleDgiX4H2X4jm0VPFb+K2soSSmYPyHTpHp35TctfNtDzQ==. 》 Installed System.Windows.Extensions 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0 with content hash IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==. 》 Installed System.Security.Permissions 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0 with content hash T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==. 》 Installed System.Security.Cryptography.ProtectedData 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0 with content hash rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==. 》 Installed System.Drawing.Common 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0 with content hash NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==. 》 Installed System.Configuration.ConfigurationManager 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0 with content hash 7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==. 》 Installed Microsoft.Win32.SystemEvents 6.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0 with content hash hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==. 》 Installed Microsoft.Build.Framework 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1 with content hash cUlLl0HTN/sG79STW5bB9wKNC5sPjv7j7XPBKuaN6u7P67n81Jo4WXiyJ6Wd+ZQs8VtUnoccSn104GfVSbEkUw==. 》 Installed Microsoft.NET.StringTools 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1 with content hash 14xy4Bw8CQKFEnb7BNhyZx7Z10JNWv8KwuFVLYIWb4EuNuj7AjojEa/SY43fz0bNkoUl+dyAym11Fl+Pbd5VfA==. 》 Installed Microsoft.Build 17.3.1 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1 with content hash 80Ef2s925VGMn1Rt03N/yMft78kiy02mU3MxgR5I9EYpHlZmFDrwNsjtWb2HUUqNjVnxAVM6HQ7a1gV0I2bFmA==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 2.13 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 10 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:04.23 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---75224301\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:02:54.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:02:54.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:54.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:52:16 PM. [xUnit.net 00:02:54.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:02:54.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:54.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:54.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:55.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:55.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:55.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:02:55.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:02:55.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:02:55.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:02:55.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:02:55.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:55.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:02:55.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:55.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:55.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:02:56.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:02:56.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:02:56.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 569 ms). [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:56.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:56.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:02:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:56.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:02:56.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:56.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:02:56.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:02:56.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:02:56.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:02:56.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:56.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:02:56.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:56.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:56.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:56.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:02:56.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:56.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:56.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:02:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:02:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:56.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:02:56.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:56.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:02:56.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:02:56.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:02:56.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:56.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:56.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:56.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:02:56.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:02:56.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:02:56.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:02:56.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:56.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:56.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:56.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:02:56.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:02.56 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore exited with 0 in 2762 ms. [xUnit.net 00:02:56.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:02:56.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [PASS] [xUnit.net 00:02:56.98] Output: [xUnit.net 00:02:56.98] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:02:56.98] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:56.98] 》Build started 4/8/2026 2:52:16 PM. [xUnit.net 00:02:56.98] 》 [xUnit.net 00:02:56.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:56.98] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:56.98] 》 Determining projects to restore... [xUnit.net 00:02:56.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore [xUnit.net 00:02:56.98] 》AddPrunePackageReferences: > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore [xUnit.net 00:02:56.98] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:02:56.98] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:02:56.98] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:02:56.98] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:02:56.98] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:02:56.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:56.98] 》Restore: [xUnit.net 00:02:56.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:56.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:56.98] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:02:56.98] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:02:56.99] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:02:56.99] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:02:56.99] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 569 ms). [xUnit.net 00:02:56.99] 》 [xUnit.net 00:02:56.99] 》 NuGet Config files used: [xUnit.net 00:02:56.99] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:56.99] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:56.99] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config Process ID: 1196 [xUnit.net 00:02:56.99] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:56.99] 》 [xUnit.net 00:02:56.99] 》 Feeds used: [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:56.99] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:56.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:02:56.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:56.99] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:56.99] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:02:56.99] 》PrepareForBuild: [xUnit.net 00:02:56.99] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:02:56.99] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:02:56.99] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:02:56.99] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:02:56.99] 》_GenerateSourceLinkFile: [xUnit.net 00:02:56.99] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:02:56.99] 》CoreCompile: [xUnit.net 00:02:56.99] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:56.99] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:56.99] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:02:56.99] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:56.99] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:56.99] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:02:56.99] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:56.99] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:56.99] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:56.99] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.99] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.99] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.99] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.99] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:56.99] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:02:56.99] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:56.99] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:56.99] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:02:56.99] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:56.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:57.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:57.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:57.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:57.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:02:57.00] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:57.00] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:02:57.00] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:02:57.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:02:57.00] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:57.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:57.00] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:57.00] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:02:57.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:02:57.00] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:02:57.00] 》 [xUnit.net 00:02:57.00] 》Build succeeded. [xUnit.net 00:02:57.00] 》 0 Warning(s) [xUnit.net 00:02:57.00] 》 0 Error(s) [xUnit.net 00:02:57.00] 》 [xUnit.net 00:02:57.00] 》Time Elapsed 00:00:02.56 [xUnit.net 00:02:57.00] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:16 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 569 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.56 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---06C5D20E\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:02:57.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:02:57.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:57.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:52:19 PM. [xUnit.net 00:02:57.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:57.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:57.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:57.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:02:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:02:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:02:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:02:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:02:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:02:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:02:57.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:58.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:02:58.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:58.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:58.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:02:58.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:02:58.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:02:58.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:02:58.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 539 ms). [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:58.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:02:58.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:58.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:58.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:02:58.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:02:58.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:02:58.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:02:59.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:02:59.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:02:59.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:02:59.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:02:59.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:02:59.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:59.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:59.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:02:59.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:59.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:59.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:02:59.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:59.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:59.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:59.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:02:59.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:02:59.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:59.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:02:59.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:02:59.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:02:59.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:59.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:59.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:59.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:02:59.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:02:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:02:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:02:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:02:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:02:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:02:59.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:02.48 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore exited with 0 in 2671 ms. [xUnit.net 00:02:59.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:02:59.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [PASS] [xUnit.net 00:02:59.66] Output: [xUnit.net 00:02:59.66] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:02:59.66] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:59.66] 》Build started 4/8/2026 2:52:19 PM. [xUnit.net 00:02:59.66] 》 [xUnit.net 00:02:59.66] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:02:59.66] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:02:59.66] 》 Determining projects to restore... [xUnit.net 00:02:59.66] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:59.66] 》AddPrunePackageReferences: [xUnit.net 00:02:59.66] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:02:59.66] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:02:59.66] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:02:59.66] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:02:59.66] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:02:59.66] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:02:59.67] 》Restore: [xUnit.net 00:02:59.67] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:02:59.67] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:02:59.67] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:02:59.67] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore [xUnit.net 00:02:59.67] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore [xUnit.net 00:02:59.67] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:02:59.67] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 539 ms). [xUnit.net 00:02:59.67] 》 [xUnit.net 00:02:59.67] 》 NuGet Config files used: [xUnit.net 00:02:59.67] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:02:59.67] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:02:59.67] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:02:59.67] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:02:59.67] 》 [xUnit.net 00:02:59.67] 》 Feeds used: [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json Process ID: 9748 [xUnit.net 00:02:59.67] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:02:59.67] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:02:59.67] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:02:59.67] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:02:59.67] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:02:59.67] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:02:59.67] 》PrepareForBuild: [xUnit.net 00:02:59.67] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:02:59.67] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:02:59.67] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:02:59.67] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:02:59.67] 》_GenerateSourceLinkFile: [xUnit.net 00:02:59.67] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:02:59.67] 》CoreCompile: [xUnit.net 00:02:59.67] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:02:59.67] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:02:59.67] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:02:59.67] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:02:59.67] 》 CommandLine = ' /noconfig' [xUnit.net 00:02:59.67] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:02:59.68] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:59.68] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:02:59.68] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:02:59.68] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.68] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.68] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.68] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.68] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:02:59.68] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:02:59.68] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:59.68] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:02:59.68] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:59.68] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:02:59.68] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:02:59.68] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:02:59.68] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:02:59.68] 》CopyFilesToOutputDirectory: [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:59.68] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:02:59.68] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:02:59.68] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:02:59.68] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:02:59.68] 》 [xUnit.net 00:02:59.68] 》Build succeeded. [xUnit.net 00:02:59.68] 》 0 Warning(s) [xUnit.net 00:02:59.68] 》 0 Error(s) [xUnit.net 00:02:59.68] 》 [xUnit.net 00:02:59.68] 》Time Elapsed 00:00:02.48 [xUnit.net 00:02:59.68] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:19 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 539 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.48 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---7B9E69E6\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:02:59.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:02:59.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:02:59.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:52:22 PM. [xUnit.net 00:02:59.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:00.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:00.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:00.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:00.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:00.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:00.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:00.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:03:00.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:00.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:00.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:03:01.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:03:01.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:03:01.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 537 ms). [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:01.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:01.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:03:01.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:01.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:01.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:03:01.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:01.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:01.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:01.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:03:01.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:01.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:01.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:03:01.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:01.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:01.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:01.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:01.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:01.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:01.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:01.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:01.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:01.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:01.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:01.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:01.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:02.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:02.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:02.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:02.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:03:02.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:02.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:03:02.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:02.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:03:02.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:03:02.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:03:02.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:03:02.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:03:02.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:02.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:02.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:02.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:02.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:02.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:02.49 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore exited with 0 in 2672 ms. [xUnit.net 00:03:02.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:03:02.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [PASS] [xUnit.net 00:03:02.34] Output: [xUnit.net 00:03:02.34] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:03:02.34] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:02.34] 》Build started 4/8/2026 2:52:22 PM. [xUnit.net 00:03:02.34] 》 [xUnit.net 00:03:02.34] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:02.34] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:02.34] 》 Determining projects to restore... [xUnit.net 00:03:02.34] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:02.34] 》AddPrunePackageReferences: [xUnit.net 00:03:02.34] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:02.34] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:02.34] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:02.34] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:02.34] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:02.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:02.34] 》Restore: [xUnit.net 00:03:02.34] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:02.35] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:02.35] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... [xUnit.net 00:03:02.35] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:03:02.35] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:03:02.35] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:03:02.35] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 537 ms). [xUnit.net 00:03:02.35] 》 [xUnit.net 00:03:02.35] 》 NuGet Config files used: [xUnit.net 00:03:02.35] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:02.35] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:02.35] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:02.35] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:02.35] 》 Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:03:02.35] 》 Feeds used: [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:02.35] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:02.35] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:03:02.35] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:02.35] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:02.35] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] [xUnit.net 00:03:02.35] 》PrepareForBuild: Process ID: 1212 [xUnit.net 00:03:02.35] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:02.35] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:02.35] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:03:02.35] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:02.35] 》_GenerateSourceLinkFile: [xUnit.net 00:03:02.35] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:03:02.35] 》CoreCompile: [xUnit.net 00:03:02.35] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:02.35] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:02.35] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:02.35] 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:02.35] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:02.35] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:02.35] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:02.35] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:02.35] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:02.35] 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.35] 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.35] 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.35] 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.35] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) [xUnit.net 00:03:02.35] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:02.35] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:02.35] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:02.35] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:02.35] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:02.35] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:02.36] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:02.36] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:02.36] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:02.36] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:02.36] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:02.36] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". [xUnit.net 00:03:02.36] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:02.36] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". [xUnit.net 00:03:02.36] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:02.36] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:03:02.36] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". [xUnit.net 00:03:02.36] 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll [xUnit.net 00:03:02.36] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". [xUnit.net 00:03:02.36] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:03:02.36] 》 [xUnit.net 00:03:02.36] 》Build succeeded. [xUnit.net 00:03:02.36] 》 0 Warning(s) [xUnit.net 00:03:02.36] 》 0 Error(s) [xUnit.net 00:03:02.36] 》 [xUnit.net 00:03:02.36] 》Time Elapsed 00:00:02.49 [xUnit.net 00:03:02.36] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:22 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\DesktopUsingPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj (in 537 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopUsingPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithPdbAndXml.cs DesktopUsingPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopUsingPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopUsingPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopU.D1BEAC76.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopUsingPackageWithPdbAndXml.dll". 》 DesktopUsingPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\obj\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\bin\Debug\net10.0\DesktopUsingPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.49 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---E404A211\DesktopUsingPackageWithPdbAndXml\DesktopUsingPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:03:02.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:03:02.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Build started 4/8/2026 2:52:25 PM. [xUnit.net 00:03:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:03:03.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:03.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:03.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Restore: [xUnit.net 00:03:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:03.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:03:03.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.1.37/system.collections.immutable.1.1.37.nupkg [xUnit.net 00:03:03.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/1.0.3/microsoft.netframework.referenceassemblies.net452.1.0.3.nupkg [xUnit.net 00:03:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 90ms [xUnit.net 00:03:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 98ms [xUnit.net 00:03:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 86ms [xUnit.net 00:03:03.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 124ms [xUnit.net 00:03:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 89ms [xUnit.net 00:03:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 86ms [xUnit.net 00:03:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 69ms [xUnit.net 00:03:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 94ms [xUnit.net 00:03:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 93ms [xUnit.net 00:03:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 61ms [xUnit.net 00:03:03.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 64ms [xUnit.net 00:03:03.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 62ms [xUnit.net 00:03:03.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 62ms [xUnit.net 00:03:03.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 117ms [xUnit.net 00:03:03.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 137ms [xUnit.net 00:03:04.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 104ms [xUnit.net 00:03:04.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Installed System.Collections.Immutable 1.1.37 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.1.37 with content hash fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==. [xUnit.net 00:03:08.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net452 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3 with content hash kuFOgilYbs29xENHlqQ6aJYa+t56u+OqHx85P7GYLVlo7HL3nsug9IQY2DoPgkOpZ2xb9btYV2EFK7Enll8S3A==. [xUnit.net 00:03:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:03:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:03:08.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\project.assets.json [xUnit.net 00:03:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj (in 4.78 sec). [xUnit.net 00:03:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:03:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Feeds used: [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Installed: [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 2 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj [xUnit.net 00:03:08.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:03:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:08.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:03:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:03:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:03:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:08.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:03:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》CoreCompile: [xUnit.net 00:03:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:08.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:08.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:08.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:08.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:08.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:08.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:03:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:03:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:03:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:03:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:08.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:03:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:03:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:03:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:03:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:03:08.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:03:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:03:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:03:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Build succeeded. [xUnit.net 00:03:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:03:08.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] 》Time Elapsed 00:00:06.47 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore exited with 0 in 6644 ms. [xUnit.net 00:03:09.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:03:09.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [PASS] [xUnit.net 00:03:09.00] Output: [xUnit.net 00:03:09.00] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:03:09.00] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:09.00] 》Build started 4/8/2026 2:52:25 PM. [xUnit.net 00:03:09.00] 》 [xUnit.net 00:03:09.00] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:09.00] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:09.00] 》 Determining projects to restore... [xUnit.net 00:03:09.00] 》Restore: [xUnit.net 00:03:09.00] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:09.00] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:09.00] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:03:09.00] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.1.37/system.collections.immutable.1.1.37.nupkg [xUnit.net 00:03:09.01] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/1.0.3/microsoft.netframework.referenceassemblies.net452.1.0.3.nupkg Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64 [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 90ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 98ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 86ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 124ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 89ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 86ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 69ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 94ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 93ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 61ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 64ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 62ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 62ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 117ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 137ms [xUnit.net 00:03:09.01] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 104ms [xUnit.net 00:03:09.01] 》 Installed System.Collections.Immutable 1.1.37 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.1.37 with content hash fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==. [xUnit.net 00:03:09.01] 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net452 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3 with content hash kuFOgilYbs29xENHlqQ6aJYa+t56u+OqHx85P7GYLVlo7HL3nsug9IQY2DoPgkOpZ2xb9btYV2EFK7Enll8S3A==. [xUnit.net 00:03:09.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:03:09.01] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:03:09.01] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\project.assets.json [xUnit.net 00:03:09.01] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj (in 4.78 sec). [xUnit.net 00:03:09.01] 》 [xUnit.net 00:03:09.01] 》 NuGet Config files used: [xUnit.net 00:03:09.01] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:09.01] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:09.01] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:09.01] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:09.01] 》 [xUnit.net 00:03:09.01] 》 Feeds used: Process ID: 7456 [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:09.01] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:09.01] 》 [xUnit.net 00:03:09.01] 》 Installed: [xUnit.net 00:03:09.01] 》 2 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj [xUnit.net 00:03:09.01] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:03:09.01] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:09.01] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:09.01] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:03:09.01] 》PrepareForBuild: [xUnit.net 00:03:09.01] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:03:09.01] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:03:09.02] 》_GenerateSourceLinkFile: [xUnit.net 00:03:09.02] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:03:09.02] 》CoreCompile: [xUnit.net 00:03:09.02] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:09.02] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:09.02] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:09.02] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:09.02] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:09.02] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:09.02] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:09.02] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:09.02] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:09.02] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:09.02] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:09.02] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:09.02] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:09.02] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:03:09.02] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:09.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:03:09.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:03:09.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:03:09.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:03:09.02] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:09.02] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:03:09.02] 》_CopyAppConfigFile: [xUnit.net 00:03:09.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:03:09.02] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:09.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:03:09.02] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:03:09.02] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:03:09.02] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:03:09.02] 》 [xUnit.net 00:03:09.02] 》Build succeeded. [xUnit.net 00:03:09.02] 》 0 Warning(s) [xUnit.net 00:03:09.02] 》 0 Error(s) [xUnit.net 00:03:09.02] 》 [xUnit.net 00:03:09.02] 》Time Elapsed 00:00:06.47 [xUnit.net 00:03:09.02] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_require_binding_redirect [6 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:25 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj... 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/system.collections.immutable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/system.collections.immutable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/system.collections.immutable/1.1.37/system.collections.immutable.1.1.37.nupkg 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/1.0.3/microsoft.netframework.referenceassemblies.net452.1.0.3.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 90ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/system.collections.immutable/index.json 98ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 86ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 124ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 89ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 86ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/system.collections.immutable/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/system.collections.immutable/index.json 94ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 93ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 61ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/system.collections.immutable/index.json 64ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 62ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 62ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 117ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/system.collections.immutable/index.json 137ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/microsoft.netframework.referenceassemblies.net452/index.json 104ms 》 Installed System.Collections.Immutable 1.1.37 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.1.37 with content hash fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==. 》 Installed Microsoft.NETFramework.ReferenceAssemblies.net452 1.0.3 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3 with content hash kuFOgilYbs29xENHlqQ6aJYa+t56u+OqHx85P7GYLVlo7HL3nsug9IQY2DoPgkOpZ2xb9btYV2EFK7Enll8S3A==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj (in 4.78 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 2 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net452\win-x86\". 》 Creating directory "obj\Debug\net452\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopNeedsBindingRedirects (net452) 》 End writing request for DesktopNeedsBindingRedirects (net452) 》 Begin reading response for DesktopNeedsBindingRedirects (net452) 》 End reading response for DesktopNeedsBindingRedirects (net452) 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:06.47 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2D061C5B\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:03:09.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64': [xUnit.net 00:03:09.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:09.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Build started 4/8/2026 2:52:31 PM. [xUnit.net 00:03:09.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 [xUnit.net 00:03:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:09.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:09.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Restore: [xUnit.net 00:03:09.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:09.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj... [xUnit.net 00:03:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:10.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\project.assets.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj (in 513 ms). [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Feeds used: [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:10.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:10.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:10.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:10.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:10.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Creating directory "bin\Debug\net46\win-x86\". [xUnit.net 00:03:11.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:11.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-x86\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:11.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》CoreCompile: [xUnit.net 00:03:11.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:11.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:11.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:11.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:11.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:11.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:11.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:11.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:11.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:11.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:11.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:11.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 [xUnit.net 00:03:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Build succeeded. [xUnit.net 00:03:11.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:11.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:11.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》 [xUnit.net 00:03:11.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] 》Time Elapsed 00:00:01.98 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64 exited with 0 in 2145 ms. [xUnit.net 00:03:11.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64' exited with exit code 0. [xUnit.net 00:03:11.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [PASS] [xUnit.net 00:03:11.16] Output: [xUnit.net 00:03:11.16] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64': [xUnit.net 00:03:11.16] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:11.16] 》Build started 4/8/2026 2:52:31 PM. [xUnit.net 00:03:11.16] 》 [xUnit.net 00:03:11.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:11.16] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:11.16] 》 Determining projects to restore... [xUnit.net 00:03:11.16] 》Restore: [xUnit.net 00:03:11.16] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:11.16] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:11.16] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj... [xUnit.net 00:03:11.16] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:11.17] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:11.17] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\project.assets.json [xUnit.net 00:03:11.17] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj (in 513 ms). [xUnit.net 00:03:11.17] 》 [xUnit.net 00:03:11.17] 》 NuGet Config files used: [xUnit.net 00:03:11.17] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:11.17] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:11.17] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:11.17] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:11.17] 》 [xUnit.net 00:03:11.17] 》 Feeds used: [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:11.17] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:11.17] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:11.17] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:11.17] 》PrepareForBuild: [xUnit.net 00:03:11.17] 》 Creating directory "bin\Debug\net46\win-x86\". [xUnit.net 00:03:11.17] 》_GenerateSourceLinkFile: [xUnit.net 00:03:11.17] 》 Source Link is empty, file 'obj\Debug\net46\win-x86\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:11.17] 》CoreCompile: [xUnit.net 00:03:11.17] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something [xUnit.net 00:03:11.17] 》 Setting DOTNET_TieredCompilation to '0' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something [xUnit.net 00:03:11.17] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:11.17] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:11.17] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:11.17] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:11.17] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:11.17] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:11.17] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:11.17] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:11.17] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:11.17] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:11.17] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:11.17] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:11.17] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:11.17] 》 [xUnit.net 00:03:11.17] 》Build succeeded. [xUnit.net 00:03:11.17] 》 0 Warning(s) [xUnit.net 00:03:11.17] 》 0 Error(s) [xUnit.net 00:03:11.17] 》 [xUnit.net 00:03:11.17] 》Time Elapsed 00:00:01.98 Process ID: 5704 [xUnit.net 00:03:11.17] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_respects_explicit_platform_target [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:31 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj (in 513 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-x86\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.98 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_respects_e---DE79AB09\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-x86 /p:PlatformTarget=x64' exited with exit code 0. [xUnit.net 00:03:11.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something': [xUnit.net 00:03:11.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:11.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Build started 4/8/2026 2:52:33 PM. [xUnit.net 00:03:11.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:11.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:11.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:11.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:12.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Restore: [xUnit.net 00:03:12.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:12.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:12.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj... [xUnit.net 00:03:12.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:12.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:12.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\project.assets.json [xUnit.net 00:03:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj (in 515 ms). [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:13.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:13.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:13.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Creating directory "bin\Debug\net46\arm-something\". [xUnit.net 00:03:13.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:13.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\arm-something\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:13.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:13.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:13.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:13.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\arm-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\arm-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\arm-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\arm-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:13.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:13.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:13.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\arm-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\arm-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\arm-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\arm-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:13.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:13.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:13.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:13.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:13.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:13.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:13.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:13.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:13.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:13.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Time Elapsed 00:00:02.01 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something exited with 0 in 2168 ms. [xUnit.net 00:03:13.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something' exited with exit code 0. [xUnit.net 00:03:13.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [PASS] [xUnit.net 00:03:13.35] Output: [xUnit.net 00:03:13.35] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something': [xUnit.net 00:03:13.35] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:13.35] 》Build started 4/8/2026 2:52:33 PM. [xUnit.net 00:03:13.35] 》 [xUnit.net 00:03:13.35] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:13.35] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:13.35] 》 Determining projects to restore... [xUnit.net 00:03:13.35] 》Restore: [xUnit.net 00:03:13.35] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:13.35] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:13.35] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj... [xUnit.net 00:03:13.35] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:13.35] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:13.35] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\project.assets.json [xUnit.net 00:03:13.35] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj (in 515 ms). [xUnit.net 00:03:13.35] 》 [xUnit.net 00:03:13.35] 》 NuGet Config files used: [xUnit.net 00:03:13.35] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:13.35] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:13.35] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:13.35] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:13.35] 》 [xUnit.net 00:03:13.35] 》 Feeds used: [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:13.35] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:13.35] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:13.35] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:13.35] 》PrepareForBuild: [xUnit.net 00:03:13.35] 》 Creating directory "bin\Debug\net46\arm-something\". [xUnit.net 00:03:13.35] 》_GenerateSourceLinkFile: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm [xUnit.net 00:03:13.35] 》 Source Link is empty, file 'obj\Debug\net46\arm-something\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:13.35] 》CoreCompile: [xUnit.net 00:03:13.35] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:13.35] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:13.35] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\arm-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\arm-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\arm-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\arm-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:13.35] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:13.35] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:13.35] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\arm-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\arm-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\arm-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\arm-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:13.35] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:13.35] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:13.35] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:13.35] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:13.35] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:13.35] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:13.36] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:13.36] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) Process ID: 3172 [xUnit.net 00:03:13.36] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:13.36] 》 [xUnit.net 00:03:13.36] 》Build succeeded. [xUnit.net 00:03:13.36] 》 0 Warning(s) [xUnit.net 00:03:13.36] 》 0 Error(s) [xUnit.net 00:03:13.36] 》 [xUnit.net 00:03:13.36] 》Time Elapsed 00:00:02.01 [xUnit.net 00:03:13.36] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "arm-something", expectedPlatformTarget: "AnyCPU") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:33 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj (in 515 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\arm-something\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\arm-something\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\arm-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\arm-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\arm-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\arm-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\arm-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\arm-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\arm-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\arm-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.01 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3B5C8B0D\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=arm-something' exited with exit code 0. [xUnit.net 00:03:13.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm': [xUnit.net 00:03:13.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:13.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Build started 4/8/2026 2:52:36 PM. [xUnit.net 00:03:13.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:14.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:14.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Restore: [xUnit.net 00:03:14.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:14.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:14.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj... [xUnit.net 00:03:14.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:14.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:14.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\project.assets.json [xUnit.net 00:03:15.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj (in 520 ms). [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:15.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:15.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:15.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:15.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:15.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:15.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Creating directory "bin\Debug\net46\win-arm\". [xUnit.net 00:03:15.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:15.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-arm\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:15.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:15.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:15.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:15.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:15.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:15.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:15.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:15.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:15.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:15.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:15.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:15.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:15.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:15.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:15.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:15.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:15.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:15.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:15.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:15.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:15.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:15.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] 》Time Elapsed 00:00:02.10 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm exited with 0 in 2263 ms. [xUnit.net 00:03:15.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm' exited with exit code 0. [xUnit.net 00:03:15.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [PASS] [xUnit.net 00:03:15.63] Output: [xUnit.net 00:03:15.63] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm': [xUnit.net 00:03:15.63] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:15.63] 》Build started 4/8/2026 2:52:36 PM. [xUnit.net 00:03:15.63] 》 [xUnit.net 00:03:15.63] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:15.63] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:15.63] 》 Determining projects to restore... [xUnit.net 00:03:15.63] 》Restore: [xUnit.net 00:03:15.63] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:15.63] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:15.63] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj... [xUnit.net 00:03:15.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:15.63] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:15.63] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\project.assets.json [xUnit.net 00:03:15.63] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj (in 520 ms). [xUnit.net 00:03:15.63] 》 [xUnit.net 00:03:15.63] 》 NuGet Config files used: [xUnit.net 00:03:15.63] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:15.63] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:15.63] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:15.63] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:15.63] 》 [xUnit.net 00:03:15.63] 》 Feeds used: [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:15.63] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:15.63] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:15.63] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:15.63] 》PrepareForBuild: [xUnit.net 00:03:15.63] 》 Creating directory "bin\Debug\net46\win-arm\". [xUnit.net 00:03:15.63] 》_GenerateSourceLinkFile: [xUnit.net 00:03:15.63] 》 Source Link is empty, file 'obj\Debug\net46\win-arm\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:15.63] 》CoreCompile: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot [xUnit.net 00:03:15.63] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot [xUnit.net 00:03:15.63] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:15.63] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:15.63] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:15.63] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:15.63] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:15.63] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:15.63] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:15.63] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:15.63] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:15.63] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:15.63] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:15.63] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:15.63] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:15.63] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:15.63] 》 [xUnit.net 00:03:15.63] 》Build succeeded. [xUnit.net 00:03:15.63] 》 0 Warning(s) [xUnit.net 00:03:15.63] 》 0 Error(s) [xUnit.net 00:03:15.63] 》 Process ID: 4976 [xUnit.net 00:03:15.63] 》Time Elapsed 00:00:02.10 [xUnit.net 00:03:15.64] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm", expectedPlatformTarget: "arm") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:36 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj (in 520 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win-arm\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-arm\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.10 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---077551CE\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm' exited with exit code 0. [xUnit.net 00:03:15.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot': [xUnit.net 00:03:15.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:15.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Build started 4/8/2026 2:52:38 PM. [xUnit.net 00:03:15.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Restore: [xUnit.net 00:03:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:16.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj... [xUnit.net 00:03:17.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:17.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:17.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\project.assets.json [xUnit.net 00:03:17.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj (in 521 ms). [xUnit.net 00:03:17.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:17.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:17.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:17.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:17.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:17.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:17.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:17.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Creating directory "bin\Debug\net46\win8-x64-aot\". [xUnit.net 00:03:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win8-x64-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:17.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:17.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:17.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:17.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:17.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:17.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:17.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:17.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:17.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:17.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:17.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:17.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:17.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:17.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:17.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:17.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:17.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:17.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:17.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:17.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:17.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:17.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] 》Time Elapsed 00:00:01.99 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot exited with 0 in 2149 ms. [xUnit.net 00:03:17.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot' exited with exit code 0. [xUnit.net 00:03:17.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [PASS] [xUnit.net 00:03:17.79] Output: [xUnit.net 00:03:17.79] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot': [xUnit.net 00:03:17.79] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:17.79] 》Build started 4/8/2026 2:52:38 PM. [xUnit.net 00:03:17.79] 》 [xUnit.net 00:03:17.79] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:17.79] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:17.79] 》 Determining projects to restore... [xUnit.net 00:03:17.79] 》Restore: [xUnit.net 00:03:17.79] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:17.79] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:17.79] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj... [xUnit.net 00:03:17.79] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:17.79] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:17.79] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\project.assets.json [xUnit.net 00:03:17.79] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj (in 521 ms). [xUnit.net 00:03:17.79] 》 [xUnit.net 00:03:17.79] 》 NuGet Config files used: [xUnit.net 00:03:17.79] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:17.79] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:17.79] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:17.79] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:17.79] 》 [xUnit.net 00:03:17.79] 》 Feeds used: [xUnit.net 00:03:17.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:17.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:17.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:17.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:17.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:17.79] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:17.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:17.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:17.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:17.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:17.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:17.80] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:17.80] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:17.80] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:17.80] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:17.80] 》PrepareForBuild: [xUnit.net 00:03:17.80] 》 Creating directory "bin\Debug\net46\win8-x64-aot\". Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot [xUnit.net 00:03:17.80] 》_GenerateSourceLinkFile: [xUnit.net 00:03:17.80] 》 Source Link is empty, file 'obj\Debug\net46\win8-x64-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:17.80] 》CoreCompile: [xUnit.net 00:03:17.80] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:17.80] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:17.80] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:17.80] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:17.80] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:17.80] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:17.80] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:17.80] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:17.80] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:17.80] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:17.80] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:17.80] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:17.80] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:17.80] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:17.80] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:17.80] 》 Process ID: 10180 [xUnit.net 00:03:17.80] 》Build succeeded. [xUnit.net 00:03:17.80] 》 0 Warning(s) [xUnit.net 00:03:17.80] 》 0 Error(s) [xUnit.net 00:03:17.80] 》 [xUnit.net 00:03:17.80] 》Time Elapsed 00:00:01.99 [xUnit.net 00:03:17.80] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x64-aot", expectedPlatformTarget: "x64") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:38 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj (in 521 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win8-x64-aot\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win8-x64-aot\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.99 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---58AAB545\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x64-aot' exited with exit code 0. [xUnit.net 00:03:17.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot': [xUnit.net 00:03:17.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:17.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Build started 4/8/2026 2:52:40 PM. [xUnit.net 00:03:17.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:18.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:18.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:18.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:18.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Restore: [xUnit.net 00:03:18.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:18.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:18.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj... [xUnit.net 00:03:19.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:19.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:19.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\project.assets.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj (in 518 ms). [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:19.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:19.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:19.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:19.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Creating directory "bin\Debug\net46\win8-x86-aot\". [xUnit.net 00:03:19.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:19.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win8-x86-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:19.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:19.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:19.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:19.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x86-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x86-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:19.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:19.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:19.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x86-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x86-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:19.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:19.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:19.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:19.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] 》Time Elapsed 00:00:01.94 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot exited with 0 in 2101 ms. [xUnit.net 00:03:19.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot' exited with exit code 0. [xUnit.net 00:03:19.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [PASS] [xUnit.net 00:03:19.91] Output: [xUnit.net 00:03:19.91] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot': [xUnit.net 00:03:19.91] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:19.91] 》Build started 4/8/2026 2:52:40 PM. [xUnit.net 00:03:19.91] 》 [xUnit.net 00:03:19.91] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:19.91] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:19.91] 》 Determining projects to restore... [xUnit.net 00:03:19.91] 》Restore: [xUnit.net 00:03:19.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:19.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:19.91] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj... [xUnit.net 00:03:19.91] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:19.91] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:19.91] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\project.assets.json [xUnit.net 00:03:19.91] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj (in 518 ms). [xUnit.net 00:03:19.91] 》 [xUnit.net 00:03:19.91] 》 NuGet Config files used: [xUnit.net 00:03:19.91] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:19.91] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:19.91] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:19.91] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:19.91] 》 [xUnit.net 00:03:19.91] 》 Feeds used: [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:19.91] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:19.91] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:19.91] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something [xUnit.net 00:03:19.91] 》PrepareForBuild: [xUnit.net 00:03:19.91] 》 Creating directory "bin\Debug\net46\win8-x86-aot\". [xUnit.net 00:03:19.91] 》_GenerateSourceLinkFile: [xUnit.net 00:03:19.91] 》 Source Link is empty, file 'obj\Debug\net46\win8-x86-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:19.91] 》CoreCompile: [xUnit.net 00:03:19.91] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:19.91] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:19.91] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x86-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x86-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:19.91] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:19.91] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:19.91] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x86-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x86-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:19.92] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:19.92] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:19.92] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:19.92] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:19.92] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:19.92] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:19.92] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:19.92] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:19.92] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). Process ID: 6732 [xUnit.net 00:03:19.92] 》 [xUnit.net 00:03:19.92] 》Build succeeded. [xUnit.net 00:03:19.92] 》 0 Warning(s) [xUnit.net 00:03:19.92] 》 0 Error(s) [xUnit.net 00:03:19.92] 》 [xUnit.net 00:03:19.92] 》Time Elapsed 00:00:01.94 [xUnit.net 00:03:19.92] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win8-x86-aot", expectedPlatformTarget: "x86") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:40 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj (in 518 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win8-x86-aot\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win8-x86-aot\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x86-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x86-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win8-x86-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win8-x86-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win8-x86-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.94 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---63B45B8C\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win8-x86-aot' exited with exit code 0. [xUnit.net 00:03:19.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something': [xUnit.net 00:03:20.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:20.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Build started 4/8/2026 2:52:42 PM. [xUnit.net 00:03:20.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:20.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:20.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:20.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:20.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Restore: [xUnit.net 00:03:20.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:20.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:21.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj... [xUnit.net 00:03:21.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:21.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:21.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\project.assets.json [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj (in 527 ms). [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:21.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:21.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:21.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:21.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Creating directory "bin\Debug\net46\x64-something\". [xUnit.net 00:03:22.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:22.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\x64-something\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:22.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:22.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:22.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:22.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x64-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x64-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x64-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x64-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x64-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x64-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x64-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x64-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:22.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:22.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:22.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:22.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:22.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:22.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:22.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:22.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:22.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:22.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:22.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:22.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Time Elapsed 00:00:02.01 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something exited with 0 in 2170 ms. [xUnit.net 00:03:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something' exited with exit code 0. [xUnit.net 00:03:22.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [PASS] [xUnit.net 00:03:22.09] Output: [xUnit.net 00:03:22.09] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something': [xUnit.net 00:03:22.09] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:22.09] 》Build started 4/8/2026 2:52:42 PM. [xUnit.net 00:03:22.09] 》 [xUnit.net 00:03:22.09] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:22.09] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:22.09] 》 Determining projects to restore... [xUnit.net 00:03:22.09] 》Restore: [xUnit.net 00:03:22.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:22.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:22.09] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj... [xUnit.net 00:03:22.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:22.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:22.09] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\project.assets.json [xUnit.net 00:03:22.09] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj (in 527 ms). [xUnit.net 00:03:22.10] 》 [xUnit.net 00:03:22.10] 》 NuGet Config files used: [xUnit.net 00:03:22.10] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:22.10] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:22.10] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:22.10] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:22.10] 》 [xUnit.net 00:03:22.10] 》 Feeds used: [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:22.10] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:22.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:22.10] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot [xUnit.net 00:03:22.10] 》PrepareForBuild: > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot [xUnit.net 00:03:22.10] 》 Creating directory "bin\Debug\net46\x64-something\". [xUnit.net 00:03:22.10] 》_GenerateSourceLinkFile: [xUnit.net 00:03:22.10] 》 Source Link is empty, file 'obj\Debug\net46\x64-something\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:22.10] 》CoreCompile: [xUnit.net 00:03:22.10] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:22.10] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:22.10] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x64-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x64-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x64-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x64-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:22.10] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:22.10] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:22.10] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x64-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x64-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x64-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x64-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:22.10] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:22.10] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:22.10] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:22.10] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:22.10] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:22.10] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:22.10] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:22.10] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:22.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:22.10] 》 [xUnit.net 00:03:22.10] 》Build succeeded. Process ID: 6192 [xUnit.net 00:03:22.10] 》 0 Warning(s) [xUnit.net 00:03:22.10] 》 0 Error(s) [xUnit.net 00:03:22.10] 》 [xUnit.net 00:03:22.10] 》Time Elapsed 00:00:02.01 [xUnit.net 00:03:22.10] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x64-something", expectedPlatformTarget: "AnyCPU") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:42 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj (in 527 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\x64-something\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\x64-something\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x64-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x64-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x64-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x64-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x64-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x64-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x64-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x64-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.01 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---37AAB608\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x64-something' exited with exit code 0. [xUnit.net 00:03:22.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot': [xUnit.net 00:03:22.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:22.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Build started 4/8/2026 2:52:44 PM. [xUnit.net 00:03:22.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:22.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:22.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:22.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Restore: [xUnit.net 00:03:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:23.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj... [xUnit.net 00:03:23.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:23.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:23.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\project.assets.json [xUnit.net 00:03:23.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj (in 536 ms). [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:23.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:24.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:24.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:24.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Creating directory "bin\Debug\net46\win-arm-aot\". [xUnit.net 00:03:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:24.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-arm-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:24.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:24.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:24.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm-aot\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:24.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm-aot\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:24.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:24.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:24.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:24.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:24.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:24.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:24.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:24.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:24.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:24.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:24.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:24.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:24.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:24.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》 [xUnit.net 00:03:24.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] 》Time Elapsed 00:00:02.04 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot exited with 0 in 2217 ms. [xUnit.net 00:03:24.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot' exited with exit code 0. [xUnit.net 00:03:24.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [PASS] [xUnit.net 00:03:24.32] Output: [xUnit.net 00:03:24.32] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot': [xUnit.net 00:03:24.32] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:24.32] 》Build started 4/8/2026 2:52:44 PM. [xUnit.net 00:03:24.32] 》 [xUnit.net 00:03:24.32] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:24.32] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:24.32] 》 Determining projects to restore... [xUnit.net 00:03:24.32] 》Restore: [xUnit.net 00:03:24.32] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:24.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:24.33] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj... [xUnit.net 00:03:24.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:24.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:24.33] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\project.assets.json [xUnit.net 00:03:24.33] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj (in 536 ms). [xUnit.net 00:03:24.33] 》 [xUnit.net 00:03:24.33] 》 NuGet Config files used: [xUnit.net 00:03:24.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:24.33] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:24.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:24.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:24.33] 》 [xUnit.net 00:03:24.33] 》 Feeds used: [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:24.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:24.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:24.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:24.33] 》PrepareForBuild: [xUnit.net 00:03:24.33] 》 Creating directory "bin\Debug\net46\win-arm-aot\". [xUnit.net 00:03:24.33] 》_GenerateSourceLinkFile: [xUnit.net 00:03:24.33] 》 Source Link is empty, file 'obj\Debug\net46\win-arm-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:24.33] 》CoreCompile: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86 [xUnit.net 00:03:24.33] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:24.33] 》 Setting DOTNET_TieredCompilation to '0' > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86 [xUnit.net 00:03:24.33] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm-aot\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:24.33] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:24.33] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:24.33] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm-aot\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:24.33] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:24.33] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:24.33] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:24.33] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:24.33] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:24.33] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:24.33] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:24.33] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:24.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:24.33] 》 [xUnit.net 00:03:24.33] 》Build succeeded. [xUnit.net 00:03:24.33] 》 0 Warning(s) [xUnit.net 00:03:24.33] 》 0 Error(s) [xUnit.net 00:03:24.33] 》 [xUnit.net 00:03:24.33] 》Time Elapsed 00:00:02.04 [xUnit.net 00:03:24.33] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm-aot", expectedPlatformTarget: "arm") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:44 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj (in 536 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win-arm-aot\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-arm-aot\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm-aot\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm-aot\DesktopMinusRid.exe /subsystemversion:6.02 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.04 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---D18CDDAB\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm-aot' exited with exit code 0. [xUnit.net 00:03:24.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86': Process ID: 9156 [xUnit.net 00:03:24.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:24.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Build started 4/8/2026 2:52:47 PM. [xUnit.net 00:03:24.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:25.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:25.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Restore: [xUnit.net 00:03:25.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:25.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:25.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj... [xUnit.net 00:03:25.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:25.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:25.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\project.assets.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj (in 533 ms). [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:26.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:26.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:26.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:26.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Creating directory "bin\Debug\net46\win7-x86\". [xUnit.net 00:03:26.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:26.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win7-x86\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:26.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:26.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:26.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:26.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:26.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:26.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:26.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:26.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:26.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:26.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:26.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》 [xUnit.net 00:03:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] 》Time Elapsed 00:00:02.00 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86 exited with 0 in 2181 ms. [xUnit.net 00:03:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86' exited with exit code 0. [xUnit.net 00:03:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [PASS] [xUnit.net 00:03:26.52] Output: [xUnit.net 00:03:26.52] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86': [xUnit.net 00:03:26.52] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:26.52] 》Build started 4/8/2026 2:52:47 PM. [xUnit.net 00:03:26.52] 》 [xUnit.net 00:03:26.52] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:26.52] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:26.52] 》 Determining projects to restore... [xUnit.net 00:03:26.52] 》Restore: [xUnit.net 00:03:26.52] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:26.52] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:26.52] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj... [xUnit.net 00:03:26.52] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:26.52] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:26.52] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\project.assets.json [xUnit.net 00:03:26.52] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj (in 533 ms). [xUnit.net 00:03:26.52] 》 [xUnit.net 00:03:26.52] 》 NuGet Config files used: [xUnit.net 00:03:26.52] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:26.52] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:26.52] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:26.52] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:26.52] 》 [xUnit.net 00:03:26.52] 》 Feeds used: [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:26.52] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:26.52] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:26.52] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:26.52] 》PrepareForBuild: [xUnit.net 00:03:26.52] 》 Creating directory "bin\Debug\net46\win7-x86\". [xUnit.net 00:03:26.52] 》_GenerateSourceLinkFile: [xUnit.net 00:03:26.52] 》 Source Link is empty, file 'obj\Debug\net46\win7-x86\DesktopMinusRid.sourcelink.json' does not exist. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64 [xUnit.net 00:03:26.52] 》CoreCompile: > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64 [xUnit.net 00:03:26.52] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:26.53] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:26.53] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:26.53] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:26.53] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:26.53] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:26.53] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:26.53] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:26.53] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:26.53] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:26.53] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:26.53] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:26.53] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:26.53] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:26.53] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:26.53] 》 [xUnit.net 00:03:26.53] 》Build succeeded. [xUnit.net 00:03:26.53] 》 0 Warning(s) [xUnit.net 00:03:26.53] 》 0 Error(s) Process ID: 9572 [xUnit.net 00:03:26.53] 》 [xUnit.net 00:03:26.53] 》Time Elapsed 00:00:02.00 [xUnit.net 00:03:26.53] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x86", expectedPlatformTarget: "x86") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:47 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj (in 533 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win7-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win7-x86\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x86\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x86\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x86\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x86\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.00 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---13558983\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x86' exited with exit code 0. [xUnit.net 00:03:26.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64': [xUnit.net 00:03:26.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:26.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Build started 4/8/2026 2:52:49 PM. [xUnit.net 00:03:26.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:27.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:27.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:27.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:27.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Restore: [xUnit.net 00:03:27.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:27.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:27.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj... [xUnit.net 00:03:28.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:28.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:28.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\project.assets.json [xUnit.net 00:03:28.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj (in 526 ms). [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:28.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:28.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:28.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:28.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Creating directory "bin\Debug\net46\win7-x64\". [xUnit.net 00:03:28.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:28.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win7-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:28.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:28.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:28.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:28.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:28.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:28.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:28.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:28.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:28.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:28.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:28.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:28.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:28.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:28.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》 [xUnit.net 00:03:28.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] 》Time Elapsed 00:00:02.00 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64 exited with 0 in 2157 ms. [xUnit.net 00:03:28.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64' exited with exit code 0. [xUnit.net 00:03:28.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [PASS] [xUnit.net 00:03:28.69] Output: [xUnit.net 00:03:28.69] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64': [xUnit.net 00:03:28.69] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:28.69] 》Build started 4/8/2026 2:52:49 PM. [xUnit.net 00:03:28.69] 》 [xUnit.net 00:03:28.69] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:28.69] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:28.69] 》 Determining projects to restore... [xUnit.net 00:03:28.69] 》Restore: [xUnit.net 00:03:28.69] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:28.69] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:28.69] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj... [xUnit.net 00:03:28.69] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:28.69] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:28.69] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\project.assets.json [xUnit.net 00:03:28.69] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj (in 526 ms). [xUnit.net 00:03:28.69] 》 [xUnit.net 00:03:28.69] 》 NuGet Config files used: [xUnit.net 00:03:28.69] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:28.69] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:28.69] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:28.69] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:28.69] 》 [xUnit.net 00:03:28.69] 》 Feeds used: [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:28.69] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:28.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:28.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:28.70] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:28.70] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:28.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:28.70] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:28.70] 》PrepareForBuild: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot [xUnit.net 00:03:28.70] 》 Creating directory "bin\Debug\net46\win7-x64\". [xUnit.net 00:03:28.70] 》_GenerateSourceLinkFile: [xUnit.net 00:03:28.70] 》 Source Link is empty, file 'obj\Debug\net46\win7-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:28.70] 》CoreCompile: [xUnit.net 00:03:28.70] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:28.70] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:28.70] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:28.70] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:28.70] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:28.70] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:28.70] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:28.70] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:28.70] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:28.70] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:28.70] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:28.70] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:28.70] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:28.70] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:28.70] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:28.70] 》 Process ID: 4272 [xUnit.net 00:03:28.70] 》Build succeeded. [xUnit.net 00:03:28.70] 》 0 Warning(s) [xUnit.net 00:03:28.70] 》 0 Error(s) [xUnit.net 00:03:28.70] 》 [xUnit.net 00:03:28.70] 》Time Elapsed 00:00:02.00 [xUnit.net 00:03:28.70] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win7-x64", expectedPlatformTarget: "x64") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:49 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj (in 526 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win7-x64\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win7-x64\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win7-x64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win7-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win7-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win7-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.00 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---F33A81A1\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win7-x64' exited with exit code 0. [xUnit.net 00:03:28.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot': [xUnit.net 00:03:28.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Build started 4/8/2026 2:52:51 PM. [xUnit.net 00:03:28.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:29.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:29.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:29.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:29.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Restore: [xUnit.net 00:03:29.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:29.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:29.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj... [xUnit.net 00:03:30.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:30.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:30.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\project.assets.json [xUnit.net 00:03:30.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj (in 517 ms). [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Creating directory "bin\Debug\net46\win-arm64-aot\". [xUnit.net 00:03:30.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:30.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-arm64-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:30.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:30.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:30.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:30.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:30.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:30.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:30.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:30.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:30.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:30.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:30.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:30.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:30.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] 》Time Elapsed 00:00:02.02 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot exited with 0 in 2183 ms. [xUnit.net 00:03:30.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot' exited with exit code 0. [xUnit.net 00:03:30.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [PASS] [xUnit.net 00:03:30.89] Output: [xUnit.net 00:03:30.89] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot': [xUnit.net 00:03:30.89] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:30.89] 》Build started 4/8/2026 2:52:51 PM. [xUnit.net 00:03:30.89] 》 [xUnit.net 00:03:30.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:30.89] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:30.89] 》 Determining projects to restore... [xUnit.net 00:03:30.89] 》Restore: [xUnit.net 00:03:30.89] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:30.89] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:30.89] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj... [xUnit.net 00:03:30.89] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:30.89] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:30.89] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\project.assets.json [xUnit.net 00:03:30.89] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj (in 517 ms). [xUnit.net 00:03:30.89] 》 [xUnit.net 00:03:30.89] 》 NuGet Config files used: [xUnit.net 00:03:30.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:30.89] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:30.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:30.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:30.89] 》 [xUnit.net 00:03:30.89] 》 Feeds used: [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:30.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:30.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:30.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:30.89] 》PrepareForBuild: [xUnit.net 00:03:30.89] 》 Creating directory "bin\Debug\net46\win-arm64-aot\". Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64 [xUnit.net 00:03:30.89] 》_GenerateSourceLinkFile: [xUnit.net 00:03:30.89] 》 Source Link is empty, file 'obj\Debug\net46\win-arm64-aot\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:30.89] 》CoreCompile: [xUnit.net 00:03:30.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:30.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:30.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:30.89] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:30.89] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:30.89] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:30.89] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:30.90] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:30.90] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:30.90] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:30.90] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:30.90] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:30.90] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:30.90] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:30.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:30.90] 》 [xUnit.net 00:03:30.90] 》Build succeeded. Process ID: 1088 [xUnit.net 00:03:30.90] 》 0 Warning(s) [xUnit.net 00:03:30.90] 》 0 Error(s) [xUnit.net 00:03:30.90] 》 [xUnit.net 00:03:30.90] 》Time Elapsed 00:00:02.02 [xUnit.net 00:03:30.90] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64-aot", expectedPlatformTarget: "arm64") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:51 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj (in 517 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win-arm64-aot\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-arm64-aot\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64-aot\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64-aot\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64-aot\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.02 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---CF3BCD9B\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64-aot' exited with exit code 0. [xUnit.net 00:03:30.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64': [xUnit.net 00:03:31.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:31.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Build started 4/8/2026 2:52:53 PM. [xUnit.net 00:03:31.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:31.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:31.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:31.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Restore: [xUnit.net 00:03:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:31.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:32.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj... [xUnit.net 00:03:32.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:32.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:32.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\project.assets.json [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj (in 521 ms). [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:32.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:32.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:32.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:32.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Creating directory "bin\Debug\net46\win-arm64\". [xUnit.net 00:03:33.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:33.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-arm64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:33.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:33.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:33.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:33.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:33.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:33.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:33.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:33.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:33.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:33.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:33.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:33.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:33.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:33.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》 [xUnit.net 00:03:33.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] 》Time Elapsed 00:00:02.03 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64 exited with 0 in 2186 ms. [xUnit.net 00:03:33.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64' exited with exit code 0. [xUnit.net 00:03:33.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [PASS] [xUnit.net 00:03:33.09] Output: [xUnit.net 00:03:33.09] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64': [xUnit.net 00:03:33.09] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:33.09] 》Build started 4/8/2026 2:52:53 PM. [xUnit.net 00:03:33.09] 》 [xUnit.net 00:03:33.09] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:33.09] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:33.09] 》 Determining projects to restore... [xUnit.net 00:03:33.09] 》Restore: [xUnit.net 00:03:33.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:33.09] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:33.09] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj... [xUnit.net 00:03:33.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:33.09] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:33.09] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\project.assets.json [xUnit.net 00:03:33.09] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj (in 521 ms). [xUnit.net 00:03:33.09] 》 [xUnit.net 00:03:33.09] 》 NuGet Config files used: [xUnit.net 00:03:33.09] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:33.09] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:33.09] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:33.09] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:33.09] 》 [xUnit.net 00:03:33.09] 》 Feeds used: [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:33.09] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:33.09] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:33.09] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:33.09] 》PrepareForBuild: [xUnit.net 00:03:33.09] 》 Creating directory "bin\Debug\net46\win-arm64\". [xUnit.net 00:03:33.09] 》_GenerateSourceLinkFile: [xUnit.net 00:03:33.09] 》 Source Link is empty, file 'obj\Debug\net46\win-arm64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:33.09] 》CoreCompile: [xUnit.net 00:03:33.09] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:33.09] 》 Setting DOTNET_TieredCompilation to '0' Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something [xUnit.net 00:03:33.09] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something [xUnit.net 00:03:33.09] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:33.09] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:33.10] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:33.10] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:33.10] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:33.10] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:33.10] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:33.10] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:33.10] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:33.10] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:33.10] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:33.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:33.10] 》 [xUnit.net 00:03:33.10] 》Build succeeded. [xUnit.net 00:03:33.10] 》 0 Warning(s) [xUnit.net 00:03:33.10] 》 0 Error(s) [xUnit.net 00:03:33.10] 》 [xUnit.net 00:03:33.10] 》Time Elapsed 00:00:02.03 [xUnit.net 00:03:33.10] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64' exited with exit code 0. Process ID: 10076 Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "win-arm64", expectedPlatformTarget: "arm64") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:53 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj (in 521 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win-arm64\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-arm64\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:arm64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-arm64\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-arm64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-arm64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-arm64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.03 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---3EF6FD30\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=win-arm64' exited with exit code 0. [xUnit.net 00:03:33.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something': [xUnit.net 00:03:33.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:33.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Build started 4/8/2026 2:52:55 PM. [xUnit.net 00:03:33.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:33.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:33.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:33.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:34.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Restore: [xUnit.net 00:03:34.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:34.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:34.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj... [xUnit.net 00:03:34.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:34.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:34.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\project.assets.json [xUnit.net 00:03:34.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj (in 539 ms). [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:34.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:35.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:35.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:35.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Creating directory "bin\Debug\net46\x86-something\". [xUnit.net 00:03:35.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:35.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\x86-something\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:35.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:35.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:35.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x86-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x86-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x86-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x86-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:35.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x86-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x86-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x86-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x86-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:35.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:35.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:35.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:35.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:35.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:35.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》 [xUnit.net 00:03:35.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] 》Time Elapsed 00:00:02.01 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something exited with 0 in 2177 ms. [xUnit.net 00:03:35.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something' exited with exit code 0. [xUnit.net 00:03:35.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [PASS] [xUnit.net 00:03:35.28] Output: [xUnit.net 00:03:35.28] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something': [xUnit.net 00:03:35.28] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:35.28] 》Build started 4/8/2026 2:52:55 PM. [xUnit.net 00:03:35.28] 》 [xUnit.net 00:03:35.28] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:35.28] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:35.28] 》 Determining projects to restore... [xUnit.net 00:03:35.28] 》Restore: [xUnit.net 00:03:35.28] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:35.28] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:35.28] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj... [xUnit.net 00:03:35.28] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:35.28] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:35.28] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\project.assets.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal [xUnit.net 00:03:35.28] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj (in 539 ms). > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal [xUnit.net 00:03:35.28] 》 [xUnit.net 00:03:35.28] 》 NuGet Config files used: [xUnit.net 00:03:35.28] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:35.28] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:35.28] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:35.28] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:35.28] 》 [xUnit.net 00:03:35.28] 》 Feeds used: [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:35.28] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages Process ID: 8376 [xUnit.net 00:03:35.28] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:35.29] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). [xUnit.net 00:03:35.29] 》PrepareForBuild: [xUnit.net 00:03:35.29] 》 Creating directory "bin\Debug\net46\x86-something\". [xUnit.net 00:03:35.29] 》_GenerateSourceLinkFile: [xUnit.net 00:03:35.29] 》 Source Link is empty, file 'obj\Debug\net46\x86-something\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:35.29] 》CoreCompile: [xUnit.net 00:03:35.29] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:35.29] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:35.29] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x86-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x86-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x86-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x86-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:35.29] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:35.29] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:35.29] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x86-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x86-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x86-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x86-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:35.29] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:35.29] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:35.29] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:35.29] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:35.29] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:35.29] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:35.29] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:35.29] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:35.29] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). [xUnit.net 00:03:35.29] 》 [xUnit.net 00:03:35.29] 》Build succeeded. [xUnit.net 00:03:35.29] 》 0 Warning(s) [xUnit.net 00:03:35.29] 》 0 Error(s) [xUnit.net 00:03:35.29] 》 [xUnit.net 00:03:35.29] 》Time Elapsed 00:00:02.01 [xUnit.net 00:03:35.29] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_with_inferred_platform_target(runtimeIdentifier: "x86-something", expectedPlatformTarget: "AnyCPU") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:55 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj (in 539 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" on node 1 (WriteValuesToFile target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\x86-something\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\x86-something\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x86-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x86-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x86-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x86-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\x86-something\DesktopMinusRid.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\x86-something\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\x86-something\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\x86-something\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj" (WriteValuesToFile target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.01 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:WriteValuesToFile C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_wit---5E92B429\DesktopMinusRid.csproj /p:ValueName=PlatformTarget /restore /p:RuntimeIdentifier=x86-something' exited with exit code 0. [xUnit.net 00:03:35.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal': [xUnit.net 00:03:35.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:35.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Build started 4/8/2026 2:52:57 PM. [xUnit.net 00:03:35.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 [xUnit.net 00:03:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:36.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:36.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:36.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:36.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:03:36.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:36.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:36.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Restore: [xUnit.net 00:03:36.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:36.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:36.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj... [xUnit.net 00:03:36.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:36.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fluentvalidation/index.json 66ms [xUnit.net 00:03:36.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fluentvalidation/index.json 69ms [xUnit.net 00:03:36.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fluentvalidation/index.json 98ms [xUnit.net 00:03:36.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fluentvalidation/index.json 72ms [xUnit.net 00:03:36.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fluentvalidation/index.json 65ms [xUnit.net 00:03:36.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fluentvalidation/index.json 69ms [xUnit.net 00:03:36.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fluentvalidation/5.5.0/fluentvalidation.5.5.0.nupkg [xUnit.net 00:03:36.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fluentvalidation/index.json 79ms [xUnit.net 00:03:36.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fluentvalidation/index.json 80ms [xUnit.net 00:03:36.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fluentvalidation/index.json 68ms [xUnit.net 00:03:36.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fluentvalidation/index.json 70ms [xUnit.net 00:03:37.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fluentvalidation/index.json 404ms [xUnit.net 00:03:37.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Installed FluentValidation 5.5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0 with content hash W+fa5MzrvAgWLgzMujcRRsx65KtPCUW+E6pr6kQPhixP7LEylq//oP9QpKWpAnAj8lasUTOBp58YJxzduF8EHA==. [xUnit.net 00:03:37.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\DesktopUsingPackageWithSatellites_cross.csproj.nuget.g.props. [xUnit.net 00:03:37.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\DesktopUsingPackageWithSatellites_cross.csproj.nuget.g.targets. [xUnit.net 00:03:37.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\project.assets.json [xUnit.net 00:03:37.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj (in 1.07 sec). [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Installed: [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj [xUnit.net 00:03:37.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Restore target(s)). [xUnit.net 00:03:37.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:37.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:11) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:12) on node 1 (Build target(s)). [xUnit.net 00:03:37.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:37.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj::TargetFramework=net46] [xUnit.net 00:03:37.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:37.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:03:37.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:03:38.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:38.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.sourcelink.json' does not exist. [xUnit.net 00:03:38.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:03:38.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:38.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:38.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites_cross.cs DesktopUsingPackageWithSatellites_crossProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:38.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Compilation request DesktopUsingPackageWithSatellites_cross (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:38.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:38.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites_cross.cs DesktopUsingPackageWithSatellites_crossProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:38.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:38.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:38.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:38.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Begin writing request for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 End writing request for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Begin reading response for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 End reading response for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:38.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\FluentValidation.dll". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\de". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\es". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\fi". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\de\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\de\FluentValidation.resources.dll". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fi\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\fi\FluentValidation.resources.dll". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\es\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\es\FluentValidation.resources.dll". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\fr". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\it". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\da". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\fr\FluentValidation.resources.dll". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\it\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\it\FluentValidation.resources.dll". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\da\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\da\FluentValidation.resources.dll". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\pl". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\nl". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\ko". [xUnit.net 00:03:38.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\pt". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\pl\FluentValidation.resources.dll". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ko\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\ko\FluentValidation.resources.dll". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pt\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\pt\FluentValidation.resources.dll". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\ru". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\nl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\nl\FluentValidation.resources.dll". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\sv". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\tr". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ru\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\ru\FluentValidation.resources.dll". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\sv\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\sv\FluentValidation.resources.dll". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\tr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\tr\FluentValidation.resources.dll". [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopU.AAE82FE3.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:38.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopU.AAE82FE3.Up2Date". [xUnit.net 00:03:38.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:03:38.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe.config". [xUnit.net 00:03:38.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:38.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe". [xUnit.net 00:03:38.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 DesktopUsingPackageWithSatellites_cross -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe [xUnit.net 00:03:38.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.pdb". [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Build target(s)). [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Build target(s)). [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》 [xUnit.net 00:03:38.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] 》Time Elapsed 00:00:02.73 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal exited with 0 in 2887 ms. [xUnit.net 00:03:38.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:03:38.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [PASS] [xUnit.net 00:03:38.17] Output: [xUnit.net 00:03:38.17] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal': [xUnit.net 00:03:38.17] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:38.17] 》Build started 4/8/2026 2:52:57 PM. [xUnit.net 00:03:38.17] 》 [xUnit.net 00:03:38.17] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:38.17] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:38.18] 》 Determining projects to restore... [xUnit.net 00:03:38.18] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:38.18] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:38.18] 》AddPrunePackageReferences: [xUnit.net 00:03:38.18] 》 Loaded prune package data from framework packages [xUnit.net 00:03:38.18] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:38.18] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:38.18] 》Restore: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal [xUnit.net 00:03:38.18] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:38.18] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:38.18] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj... [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fluentvalidation/index.json [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fluentvalidation/index.json 66ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fluentvalidation/index.json 69ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fluentvalidation/index.json 98ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fluentvalidation/index.json 72ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fluentvalidation/index.json 65ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fluentvalidation/index.json 69ms Process ID: 792 [xUnit.net 00:03:38.18] 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fluentvalidation/5.5.0/fluentvalidation.5.5.0.nupkg [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fluentvalidation/index.json 79ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fluentvalidation/index.json 80ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fluentvalidation/index.json 68ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fluentvalidation/index.json 70ms [xUnit.net 00:03:38.18] 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fluentvalidation/index.json 404ms [xUnit.net 00:03:38.18] 》 Installed FluentValidation 5.5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0 with content hash W+fa5MzrvAgWLgzMujcRRsx65KtPCUW+E6pr6kQPhixP7LEylq//oP9QpKWpAnAj8lasUTOBp58YJxzduF8EHA==. [xUnit.net 00:03:38.18] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\DesktopUsingPackageWithSatellites_cross.csproj.nuget.g.props. [xUnit.net 00:03:38.18] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\DesktopUsingPackageWithSatellites_cross.csproj.nuget.g.targets. [xUnit.net 00:03:38.18] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\project.assets.json [xUnit.net 00:03:38.18] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj (in 1.07 sec). [xUnit.net 00:03:38.18] 》 [xUnit.net 00:03:38.18] 》 NuGet Config files used: [xUnit.net 00:03:38.18] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:38.18] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:38.18] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:38.18] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:38.18] 》 [xUnit.net 00:03:38.18] 》 Feeds used: [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:38.18] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:38.18] 》 [xUnit.net 00:03:38.18] 》 Installed: [xUnit.net 00:03:38.18] 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj [xUnit.net 00:03:38.18] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Restore target(s)). [xUnit.net 00:03:38.18] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:38.18] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:11) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:12) on node 1 (Build target(s)). [xUnit.net 00:03:38.18] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:38.18] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj::TargetFramework=net46] [xUnit.net 00:03:38.18] 》PrepareForBuild: [xUnit.net 00:03:38.18] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:03:38.18] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:03:38.18] 》_GenerateSourceLinkFile: [xUnit.net 00:03:38.18] 》 Source Link is empty, file 'obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.sourcelink.json' does not exist. [xUnit.net 00:03:38.18] 》CoreCompile: [xUnit.net 00:03:38.18] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:38.18] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:38.18] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites_cross.cs DesktopUsingPackageWithSatellites_crossProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:38.19] 》 Compilation request DesktopUsingPackageWithSatellites_cross (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:38.19] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:38.19] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites_cross.cs DesktopUsingPackageWithSatellites_crossProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:38.19] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:38.19] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:38.19] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:38.19] 》 Begin writing request for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.19] 》 End writing request for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.19] 》 Begin reading response for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.19] 》 End reading response for DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.19] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithSatellites_cross (net46) [xUnit.net 00:03:38.19] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\FluentValidation.dll". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\de". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\es". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\fi". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\de\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\de\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fi\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\fi\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\es\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\es\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\fr". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\it". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\da". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\fr\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\it\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\it\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\da\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\da\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\pl". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\nl". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\ko". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\pt". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\pl\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ko\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\ko\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pt\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\pt\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\ru". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\nl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\nl\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\sv". [xUnit.net 00:03:38.19] 》 Creating directory "bin\Debug\net46\tr". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ru\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\ru\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\sv\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\sv\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\tr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\tr\FluentValidation.resources.dll". [xUnit.net 00:03:38.19] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopU.AAE82FE3.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:38.19] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopU.AAE82FE3.Up2Date". [xUnit.net 00:03:38.19] 》_CopyAppConfigFile: [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe.config". [xUnit.net 00:03:38.19] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe". [xUnit.net 00:03:38.19] 》 DesktopUsingPackageWithSatellites_cross -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe [xUnit.net 00:03:38.19] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.pdb". [xUnit.net 00:03:38.19] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Build target(s)). [xUnit.net 00:03:38.19] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Build target(s)). [xUnit.net 00:03:38.19] 》 [xUnit.net 00:03:38.19] 》Build succeeded. [xUnit.net 00:03:38.19] 》 0 Warning(s) [xUnit.net 00:03:38.19] 》 0 Error(s) [xUnit.net 00:03:38.19] 》 [xUnit.net 00:03:38.19] 》Time Elapsed 00:00:02.73 [xUnit.net 00:03:38.19] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: True) [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:52:57 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj... 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fluentvalidation/index.json 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fluentvalidation/index.json 》 GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fluentvalidation/index.json 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/fluentvalidation/index.json 66ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/fluentvalidation/index.json 69ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/825db618-e3eb-4426-ba54-b1d6e6c944d8/nuget/v3/flat2/fluentvalidation/index.json 98ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/49e5305d-d845-4a14-9d69-6f5dbfb9570c/nuget/v3/flat2/fluentvalidation/index.json 72ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/fluentvalidation/index.json 65ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/a4e671f0-fc59-4a8d-8dab-ed07cdbccdff/nuget/v3/flat2/fluentvalidation/index.json 69ms 》 CACHE https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/fluentvalidation/5.5.0/fluentvalidation.5.5.0.nupkg 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/299b99f1-f3f1-4630-81e2-4fb223c52e70/nuget/v3/flat2/fluentvalidation/index.json 79ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/8ea23ec3-b9b2-4976-90d7-7c4a6f529fdc/nuget/v3/flat2/fluentvalidation/index.json 80ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/438ed41f-de8e-41cb-9183-cc6c25081f52/nuget/v3/flat2/fluentvalidation/index.json 68ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/fluentvalidation/index.json 70ms 》 NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/fluentvalidation/index.json 404ms 》 Installed FluentValidation 5.5.0.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0 with content hash W+fa5MzrvAgWLgzMujcRRsx65KtPCUW+E6pr6kQPhixP7LEylq//oP9QpKWpAnAj8lasUTOBp58YJxzduF8EHA==. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\DesktopUsingPackageWithSatellites_cross.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\DesktopUsingPackageWithSatellites_cross.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj (in 1.07 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 》 Installed: 》 1 package(s) to C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:11) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (1:12) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites_cross.cs DesktopUsingPackageWithSatellites_crossProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopUsingPackageWithSatellites_cross (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites_cross.cs DesktopUsingPackageWithSatellites_crossProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopUsingPackageWithSatellites_cross (net46) 》 End writing request for DesktopUsingPackageWithSatellites_cross (net46) 》 Begin reading response for DesktopUsingPackageWithSatellites_cross (net46) 》 End reading response for DesktopUsingPackageWithSatellites_cross (net46) 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithSatellites_cross (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\FluentValidation.dll". 》 Creating directory "bin\Debug\net46\de". 》 Creating directory "bin\Debug\net46\es". 》 Creating directory "bin\Debug\net46\fi". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\de\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\de\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fi\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\fi\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\es\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\es\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\fr". 》 Creating directory "bin\Debug\net46\it". 》 Creating directory "bin\Debug\net46\da". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\fr\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\it\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\it\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\da\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\da\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\pl". 》 Creating directory "bin\Debug\net46\nl". 》 Creating directory "bin\Debug\net46\ko". 》 Creating directory "bin\Debug\net46\pt". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\pl\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ko\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\ko\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pt\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\pt\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\ru". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\nl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\nl\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\sv". 》 Creating directory "bin\Debug\net46\tr". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ru\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\ru\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\sv\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\sv\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\tr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\tr\FluentValidation.resources.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopU.AAE82FE3.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopU.AAE82FE3.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe". 》 DesktopUsingPackageWithSatellites_cross -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\obj\Debug\net46\DesktopUsingPackageWithSatellites_cross.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\bin\Debug\net46\DesktopUsingPackageWithSatellites_cross.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.73 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---B0693BE4\DesktopUsingPackageWithSatellites_cross\DesktopUsingPackageWithSatellites_cross.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:03:38.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal': [xUnit.net 00:03:38.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:38.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Build started 4/8/2026 2:53:00 PM. [xUnit.net 00:03:38.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 [xUnit.net 00:03:38.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:38.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:38.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:39.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Restore: [xUnit.net 00:03:39.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:39.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:39.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj... [xUnit.net 00:03:39.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\DesktopUsingPackageWithSatellites.csproj.nuget.g.props. [xUnit.net 00:03:39.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\DesktopUsingPackageWithSatellites.csproj.nuget.g.targets. [xUnit.net 00:03:39.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\project.assets.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj (in 551 ms). [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:39.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:39.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" (Restore target(s)). [xUnit.net 00:03:40.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:40.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:40.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj] [xUnit.net 00:03:40.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:40.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:03:40.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:03:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:40.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopUsingPackageWithSatellites.sourcelink.json' does not exist. [xUnit.net 00:03:40.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:03:40.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:40.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:40.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites.cs DesktopUsingPackageWithSatellitesProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:40.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Compilation request DesktopUsingPackageWithSatellites (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:40.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:40.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites.cs DesktopUsingPackageWithSatellitesProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:40.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:40.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:40.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:40.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Begin writing request for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 End writing request for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Begin reading response for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 End reading response for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\FluentValidation.dll". [xUnit.net 00:03:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\es". [xUnit.net 00:03:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\de". [xUnit.net 00:03:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\es\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\es\FluentValidation.resources.dll". [xUnit.net 00:03:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\fi". [xUnit.net 00:03:40.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\de\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\de\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\da". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\it". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\da\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\da\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fi\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\fi\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\it\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\it\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\ko". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\fr". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ko\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\ko\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\fr\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\pl". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\pt". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\ru". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\pl\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\nl". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pt\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\pt\FluentValidation.resources.dll". [xUnit.net 00:03:40.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ru\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\ru\FluentValidation.resources.dll". [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\sv". [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\tr". [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\sv\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\sv\FluentValidation.resources.dll". [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\tr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\tr\FluentValidation.resources.dll". [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\nl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\nl\FluentValidation.resources.dll". [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopU.E6A8AF58.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopU.E6A8AF58.Up2Date". [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:03:40.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe.config". [xUnit.net 00:03:40.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:40.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe". [xUnit.net 00:03:40.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 DesktopUsingPackageWithSatellites -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe [xUnit.net 00:03:40.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.pdb". [xUnit.net 00:03:40.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" (Build target(s)). [xUnit.net 00:03:40.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 [xUnit.net 00:03:40.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:03:40.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:40.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:40.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》 [xUnit.net 00:03:40.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] 》Time Elapsed 00:00:02.17 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal exited with 0 in 2337 ms. [xUnit.net 00:03:40.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:03:40.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [PASS] [xUnit.net 00:03:40.52] Output: [xUnit.net 00:03:40.52] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal': [xUnit.net 00:03:40.52] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:40.52] 》Build started 4/8/2026 2:53:00 PM. [xUnit.net 00:03:40.52] 》 [xUnit.net 00:03:40.52] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:40.52] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:40.52] 》 Determining projects to restore... [xUnit.net 00:03:40.52] 》Restore: [xUnit.net 00:03:40.52] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:40.52] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:40.52] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj... [xUnit.net 00:03:40.52] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\DesktopUsingPackageWithSatellites.csproj.nuget.g.props. [xUnit.net 00:03:40.52] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\DesktopUsingPackageWithSatellites.csproj.nuget.g.targets. [xUnit.net 00:03:40.52] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\project.assets.json [xUnit.net 00:03:40.52] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj (in 551 ms). [xUnit.net 00:03:40.52] 》 [xUnit.net 00:03:40.52] 》 NuGet Config files used: [xUnit.net 00:03:40.52] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:40.52] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:40.52] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:40.52] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:40.52] 》 [xUnit.net 00:03:40.52] 》 Feeds used: [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:40.52] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:40.52] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" (Restore target(s)). [xUnit.net 00:03:40.52] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:40.52] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:40.52] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj] [xUnit.net 00:03:40.52] 》PrepareForBuild: [xUnit.net 00:03:40.52] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:03:40.52] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:03:40.52] 》_GenerateSourceLinkFile: [xUnit.net 00:03:40.52] 》 Source Link is empty, file 'obj\Debug\net46\DesktopUsingPackageWithSatellites.sourcelink.json' does not exist. [xUnit.net 00:03:40.52] 》CoreCompile: [xUnit.net 00:03:40.52] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:40.52] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:40.52] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites.cs DesktopUsingPackageWithSatellitesProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:40.52] 》 Compilation request DesktopUsingPackageWithSatellites (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:40.52] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:40.52] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites.cs DesktopUsingPackageWithSatellitesProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:40.52] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:40.52] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:40.52] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:40.53] 》 Begin writing request for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.53] 》 End writing request for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.53] 》 Begin reading response for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.53] 》 End reading response for DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.53] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithSatellites (net46) [xUnit.net 00:03:40.53] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\FluentValidation.dll". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\es". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\de". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\es\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\es\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\fi". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\de\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\de\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\da". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\it". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\da\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\da\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fi\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\fi\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\it\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\it\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\ko". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\fr". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ko\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\ko\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\fr\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\pl". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\pt". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\ru". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\pl\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\nl". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pt\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\pt\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ru\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\ru\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\sv". [xUnit.net 00:03:40.53] 》 Creating directory "bin\Debug\net46\tr". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\sv\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\sv\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\tr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\tr\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\nl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\nl\FluentValidation.resources.dll". [xUnit.net 00:03:40.53] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopU.E6A8AF58.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:40.53] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopU.E6A8AF58.Up2Date". [xUnit.net 00:03:40.53] 》_CopyAppConfigFile: [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe.config". [xUnit.net 00:03:40.53] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe". [xUnit.net 00:03:40.53] 》 DesktopUsingPackageWithSatellites -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe [xUnit.net 00:03:40.53] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.pdb". [xUnit.net 00:03:40.53] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" (Build target(s)). [xUnit.net 00:03:40.53] 》 [xUnit.net 00:03:40.53] 》Build succeeded. [xUnit.net 00:03:40.53] 》 0 Warning(s) [xUnit.net 00:03:40.53] 》 0 Error(s) [xUnit.net 00:03:40.53] 》 [xUnit.net 00:03:40.53] 》Time Elapsed 00:00:02.17 [xUnit.net 00:03:40.53] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_satellites_correctly(crossTarget: False) [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:00 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\DesktopUsingPackageWithSatellites.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\DesktopUsingPackageWithSatellites.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj (in 551 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopUsingPackageWithSatellites.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites.cs DesktopUsingPackageWithSatellitesProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopUsingPackageWithSatellites (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopUsingPackageWithSatellites.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopUsingPackageWithSatellites.GeneratedMSBuildEditorConfig.editorconfig DesktopUsingPackageWithSatellites.cs DesktopUsingPackageWithSatellitesProgram.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopUsingPackageWithSatellites.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopUsingPackageWithSatellites (net46) 》 End writing request for DesktopUsingPackageWithSatellites (net46) 》 Begin reading response for DesktopUsingPackageWithSatellites (net46) 》 End reading response for DesktopUsingPackageWithSatellites (net46) 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithSatellites (net46) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\FluentValidation.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\FluentValidation.dll". 》 Creating directory "bin\Debug\net46\es". 》 Creating directory "bin\Debug\net46\de". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\es\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\es\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\fi". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\de\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\de\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\da". 》 Creating directory "bin\Debug\net46\it". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\da\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\da\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fi\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\fi\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\it\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\it\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\ko". 》 Creating directory "bin\Debug\net46\fr". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ko\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\ko\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\fr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\fr\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\pl". 》 Creating directory "bin\Debug\net46\pt". 》 Creating directory "bin\Debug\net46\ru". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\pl\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\nl". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\pt\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\pt\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\ru\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\ru\FluentValidation.resources.dll". 》 Creating directory "bin\Debug\net46\sv". 》 Creating directory "bin\Debug\net46\tr". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\sv\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\sv\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\tr\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\tr\FluentValidation.resources.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\fluentvalidation\5.5.0\lib\Net40\nl\FluentValidation.resources.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\nl\FluentValidation.resources.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopU.E6A8AF58.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopU.E6A8AF58.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe". 》 DesktopUsingPackageWithSatellites -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\obj\Debug\net46\DesktopUsingPackageWithSatellites.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\bin\Debug\net46\DesktopUsingPackageWithSatellites.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.17 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---33FC39E7\DesktopUsingPackageWithSatellites\DesktopUsingPackageWithSatellites.csproj /restore /v:normal' exited with exit code 0. Assembly loaded during Evaluation: System.Diagnostics.FileVersionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: C:\h\w\A09F08CF\p\d\shared\Microsoft.NETCore.App\10.0.5\System.Diagnostics.FileVersionInfo.dll, MVID: 20067d55-82da-43f2-9f07-a780cbb31659, AssemblyLoadContext: Default) C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(63,5): message : Property reassignment: $(RuntimeIdentifier)="win-x86" (previous value: "win7-x86") at C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (63,5) The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (273,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (313,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (322,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (335,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (347,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (357,11)" does not exist in the project, and will be ignored. The target "ProcessFrameworkReferences" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (357,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (381,11)" does not exist in the project, and will be ignored. The target "CoreCompile" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (418,11)" does not exist in the project, and will be ignored. The target "ResolvePackageAssets" listed in an AfterTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (417,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (273,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (313,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (322,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (335,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (347,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (357,11)" does not exist in the project, and will be ignored. The target "ProcessFrameworkReferences" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (357,11)" does not exist in the project, and will be ignored. The target "_CheckForInvalidConfigurationAndPlatform" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (381,11)" does not exist in the project, and will be ignored. The target "CoreCompile" listed in a BeforeTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (418,11)" does not exist in the project, and will be ignored. The target "ResolvePackageAssets" listed in an AfterTargets attribute at "C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (417,11)" does not exist in the project, and will be ignored. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore [xUnit.net 00:03:40.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore': Process ID: 6116 [xUnit.net 00:03:41.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:41.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:53:03 PM. [xUnit.net 00:03:41.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:41.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:41.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:41.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:41.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:41.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:41.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:41.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:41.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.RuntimeIdentifiersInferredCorrectly(useRidGraph: False) [352 ms] Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.RuntimeIdentifiersInferredCorrectly(useRidGraph: True) [115 ms] [xUnit.net 00:03:42.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:03:42.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:42.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:42.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:42.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:42.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:42.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:42.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:42.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:42.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:42.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:42.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj (in 565 ms). [xUnit.net 00:03:42.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj (in 566 ms). [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:42.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:43.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:43.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\refint\". [xUnit.net 00:03:43.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:43.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:43.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:43.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:43.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:43.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:43.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:43.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:43.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:43.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:43.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:43.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:43.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:43.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:43.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:43.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:43.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:43.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:43.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:43.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:43.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:43.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:43.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:43.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:43.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:43.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:43.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:43.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:43.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:43.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:43.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:03:43.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:03:43.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:03:43.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:03:43.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:43.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:43.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:43.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:43.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:43.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:43.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:43.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:43.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:43.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:43.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:43.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:43.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:43.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:43.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:43.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:02.83 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore exited with 0 in 2992 ms. [xUnit.net 00:03:43.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:43.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [PASS] [xUnit.net 00:03:43.98] Output: [xUnit.net 00:03:43.98] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore': [xUnit.net 00:03:43.98] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:43.99] 》Build started 4/8/2026 2:53:03 PM. [xUnit.net 00:03:43.99] 》 [xUnit.net 00:03:43.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:43.99] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:43.99] 》 Determining projects to restore... [xUnit.net 00:03:43.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:43.99] 》AddPrunePackageReferences: [xUnit.net 00:03:43.99] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:43.99] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:43.99] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:43.99] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:43.99] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:43.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:43.99] 》Restore: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore [xUnit.net 00:03:43.99] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:43.99] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:43.99] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:43.99] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:43.99] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:43.99] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:43.99] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:43.99] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:43.99] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:43.99] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:43.99] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj (in 565 ms). [xUnit.net 00:03:43.99] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj (in 566 ms). [xUnit.net 00:03:43.99] 》 [xUnit.net 00:03:43.99] 》 NuGet Config files used: [xUnit.net 00:03:43.99] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:43.99] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:43.99] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:43.99] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:43.99] 》 [xUnit.net 00:03:43.99] 》 Feeds used: Process ID: 6164 [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:43.99] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:43.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:43.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:43.99] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:43.99] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:43.99] 》PrepareForBuild: [xUnit.net 00:03:43.99] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:43.99] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:43.99] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\refint\". [xUnit.net 00:03:43.99] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:43.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:43.99] 》PrepareForBuild: [xUnit.net 00:03:43.99] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:43.99] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:43.99] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:43.99] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:43.99] 》_GenerateSourceLinkFile: [xUnit.net 00:03:43.99] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:43.99] 》CoreCompile: [xUnit.net 00:03:43.99] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:43.99] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:43.99] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:43.99] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:43.99] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:43.99] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:44.00] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:44.00] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:44.00] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:44.00] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:44.00] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:44.00] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:44.00] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:44.00] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:44.00] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:44.00] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:44.00] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:44.00] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:44.00] 》_GenerateSourceLinkFile: [xUnit.net 00:03:44.00] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:44.00] 》CoreCompile: [xUnit.net 00:03:44.00] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:44.00] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:44.00] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:44.00] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:44.00] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:44.00] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:44.00] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:44.00] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:44.00] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:44.00] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:44.00] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:44.00] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:44.00] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:44.00] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:44.00] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:44.00] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:44.00] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:44.00] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:44.00] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:44.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:44.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:44.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:44.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:44.01] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:44.01] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:44.01] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:44.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:44.01] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:44.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:44.01] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:44.01] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:44.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:44.01] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:44.01] 》 [xUnit.net 00:03:44.01] 》Build succeeded. [xUnit.net 00:03:44.01] 》 0 Warning(s) [xUnit.net 00:03:44.01] 》 0 Error(s) [xUnit.net 00:03:44.01] 》 [xUnit.net 00:03:44.01] 》Time Elapsed 00:00:02.83 [xUnit.net 00:03:44.01] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:03 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj (in 565 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj (in 566 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ProjectWithPackage (net10.0) 》 End writing request for ProjectWithPackage (net10.0) 》 Begin reading response for ProjectWithPackage (net10.0) 》 End reading response for ProjectWithPackage (net10.0) 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ConsumerProject (net10.0) 》 End writing request for ConsumerProject (net10.0) 》 Begin reading response for ConsumerProject (net10.0) 》 End reading response for ConsumerProject (net10.0) 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.83 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjectfalsetrue\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:44.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore': [xUnit.net 00:03:44.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:44.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:53:06 PM. [xUnit.net 00:03:44.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:44.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:44.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:44.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:44.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:44.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:44.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:44.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:44.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:44.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:45.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:45.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:45.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:03:45.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:45.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:45.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:45.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:45.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:45.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj (in 622 ms). [xUnit.net 00:03:45.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj (in 622 ms). [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:46.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:46.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:46.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:46.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:46.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:46.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:46.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:46.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\refint\". [xUnit.net 00:03:46.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:46.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:46.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:46.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:46.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:46.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:46.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:46.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:46.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:46.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:46.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:46.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:46.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:46.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:46.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:46.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:46.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:46.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:46.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:46.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:46.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:46.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:46.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:46.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:46.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:46.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:46.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:46.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:46.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:46.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:46.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:46.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:46.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:46.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:46.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:46.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:46.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:46.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:46.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:46.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:47.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:47.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:03:47.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:03:47.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:47.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:47.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:47.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:47.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:47.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:47.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:47.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:47.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:47.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:47.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:02.89 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore exited with 0 in 3109 ms. [xUnit.net 00:03:47.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:47.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [PASS] [xUnit.net 00:03:47.10] Output: [xUnit.net 00:03:47.10] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore': [xUnit.net 00:03:47.10] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:47.10] 》Build started 4/8/2026 2:53:06 PM. [xUnit.net 00:03:47.10] 》 [xUnit.net 00:03:47.10] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:47.10] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:47.10] 》 Determining projects to restore... [xUnit.net 00:03:47.10] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:47.10] 》AddPrunePackageReferences: [xUnit.net 00:03:47.10] 》 Loading prune package data from PrunePackageData folder Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore [xUnit.net 00:03:47.10] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore [xUnit.net 00:03:47.10] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:47.10] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:47.10] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:47.10] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:47.10] 》Restore: [xUnit.net 00:03:47.10] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:47.10] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:47.10] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:47.10] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:47.10] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:47.10] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:47.10] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:47.10] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:47.10] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:47.10] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:47.10] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj (in 622 ms). [xUnit.net 00:03:47.10] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj (in 622 ms). [xUnit.net 00:03:47.10] 》 [xUnit.net 00:03:47.11] 》 NuGet Config files used: Process ID: 9912 [xUnit.net 00:03:47.11] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:47.11] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:47.11] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:47.11] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:47.11] 》 [xUnit.net 00:03:47.11] 》 Feeds used: [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:47.11] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:47.11] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:47.11] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:47.11] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:47.11] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:47.11] 》PrepareForBuild: [xUnit.net 00:03:47.11] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:47.11] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:47.11] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\refint\". [xUnit.net 00:03:47.11] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:47.11] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:47.11] 》PrepareForBuild: [xUnit.net 00:03:47.11] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:47.11] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:47.11] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:47.11] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:47.11] 》_GenerateSourceLinkFile: [xUnit.net 00:03:47.11] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:47.11] 》CoreCompile: [xUnit.net 00:03:47.11] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:47.11] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:47.11] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:47.11] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:47.11] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:47.11] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:47.11] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:47.11] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:47.11] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:47.11] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:47.11] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:47.11] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:47.11] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:47.11] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:47.11] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:47.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:47.11] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:47.11] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:47.11] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:47.11] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:47.11] 》_GenerateSourceLinkFile: [xUnit.net 00:03:47.11] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:47.11] 》CoreCompile: [xUnit.net 00:03:47.11] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:47.11] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:47.11] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:47.12] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:47.12] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:47.12] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:47.12] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:47.12] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:47.12] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:47.12] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:47.12] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:47.12] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:47.12] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:47.12] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:47.12] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:47.12] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:47.12] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:47.12] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:47.12] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:47.12] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:47.12] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:47.12] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:47.12] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:47.12] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:47.12] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:47.12] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:47.12] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:47.12] 》 [xUnit.net 00:03:47.12] 》Build succeeded. [xUnit.net 00:03:47.12] 》 0 Warning(s) [xUnit.net 00:03:47.12] 》 0 Error(s) [xUnit.net 00:03:47.12] 》 [xUnit.net 00:03:47.12] 》Time Elapsed 00:00:02.89 [xUnit.net 00:03:47.12] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:06 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj (in 622 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj (in 622 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ProjectWithPackage (net10.0) 》 End writing request for ProjectWithPackage (net10.0) 》 Begin reading response for ProjectWithPackage (net10.0) 》 End reading response for ProjectWithPackage (net10.0) 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ConsumerProject (net10.0) 》 End writing request for ConsumerProject (net10.0) 》 Begin reading response for ConsumerProject (net10.0) 》 End reading response for ConsumerProject (net10.0) 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.89 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruefalse\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:47.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore': [xUnit.net 00:03:47.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:53:09 PM. [xUnit.net 00:03:47.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:47.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:47.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:47.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:48.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:48.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:48.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:48.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:48.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:48.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:48.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:48.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:48.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:03:48.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:48.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:48.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:48.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:48.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:48.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:48.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:48.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:48.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:48.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:49.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj (in 568 ms). [xUnit.net 00:03:49.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj (in 568 ms). [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:49.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:49.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:49.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:49.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\refint\". [xUnit.net 00:03:49.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:49.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:49.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:49.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:49.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:49.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:49.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:49.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:49.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:49.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:49.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:49.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:49.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:49.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:49.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:49.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:49.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:49.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:49.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:49.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:49.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:49.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:49.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:49.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:49.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:49.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:50.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:50.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:03:50.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:03:50.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:03:50.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:03:50.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:50.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:50.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:50.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:50.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:50.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:50.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:50.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:03:50.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:02.89 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore exited with 0 in 3051 ms. [xUnit.net 00:03:50.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:50.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [PASS] [xUnit.net 00:03:50.16] Output: [xUnit.net 00:03:50.16] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore': [xUnit.net 00:03:50.16] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:50.16] 》Build started 4/8/2026 2:53:09 PM. [xUnit.net 00:03:50.16] 》 [xUnit.net 00:03:50.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:50.16] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:50.16] 》 Determining projects to restore... [xUnit.net 00:03:50.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:50.16] 》AddPrunePackageReferences: [xUnit.net 00:03:50.16] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:50.16] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:50.16] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore [xUnit.net 00:03:50.16] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:50.16] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:50.16] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:50.16] 》Restore: [xUnit.net 00:03:50.16] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:50.16] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:50.16] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:50.16] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:50.16] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:50.16] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:50.16] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:50.16] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:50.16] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:50.16] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:50.16] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj (in 568 ms). [xUnit.net 00:03:50.16] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj (in 568 ms). [xUnit.net 00:03:50.16] 》 [xUnit.net 00:03:50.16] 》 NuGet Config files used: [xUnit.net 00:03:50.16] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:50.16] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config Process ID: 1280 [xUnit.net 00:03:50.16] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:50.16] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:50.16] 》 [xUnit.net 00:03:50.16] 》 Feeds used: [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:50.16] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:50.16] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:50.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:50.17] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:50.17] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:50.17] 》PrepareForBuild: [xUnit.net 00:03:50.17] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:50.17] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:50.17] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\refint\". [xUnit.net 00:03:50.17] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:50.17] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:50.17] 》PrepareForBuild: [xUnit.net 00:03:50.17] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:50.17] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:50.17] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:50.17] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:50.17] 》_GenerateSourceLinkFile: [xUnit.net 00:03:50.17] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:50.17] 》CoreCompile: [xUnit.net 00:03:50.17] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:50.17] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:50.17] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:50.17] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:50.17] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:50.17] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:50.17] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:50.17] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:50.17] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:50.17] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:50.17] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:50.17] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:50.17] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:50.17] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:50.17] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:50.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:50.17] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:50.17] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:50.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:50.17] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:50.17] 》_GenerateSourceLinkFile: [xUnit.net 00:03:50.17] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:50.17] 》CoreCompile: [xUnit.net 00:03:50.17] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:50.17] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:50.17] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:50.17] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:50.17] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:50.17] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:50.18] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:50.18] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:50.18] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:50.18] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:50.18] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:50.18] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:50.18] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:50.18] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:50.18] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:50.18] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:50.18] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:50.18] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:50.18] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:50.18] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:50.18] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:50.18] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:50.18] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:50.18] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:50.18] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:50.18] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:50.18] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:50.18] 》 [xUnit.net 00:03:50.18] 》Build succeeded. [xUnit.net 00:03:50.18] 》 0 Warning(s) [xUnit.net 00:03:50.18] 》 0 Error(s) [xUnit.net 00:03:50.18] 》 [xUnit.net 00:03:50.18] 》Time Elapsed 00:00:02.89 [xUnit.net 00:03:50.18] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:09 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj (in 568 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj (in 568 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ProjectWithPackage (net10.0) 》 End writing request for ProjectWithPackage (net10.0) 》 Begin reading response for ProjectWithPackage (net10.0) 》 End reading response for ProjectWithPackage (net10.0) 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ConsumerProject (net10.0) 》 End writing request for ConsumerProject (net10.0) 》 Begin reading response for ConsumerProject (net10.0) 》 End reading response for ConsumerProject (net10.0) 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.89 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProjecttruetrue\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:50.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore': [xUnit.net 00:03:50.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:50.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:53:12 PM. [xUnit.net 00:03:50.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:50.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:50.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:50.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:51.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:51.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:51.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:51.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:51.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:51.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:51.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:51.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:51.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:03:51.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:51.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:51.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:52.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:52.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:52.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:52.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:52.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:52.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:52.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj (in 570 ms). [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj (in 570 ms). [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:52.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:52.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:52.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:52.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\refint\". [xUnit.net 00:03:52.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:52.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:52.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:52.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:52.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:52.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:52.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:52.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:52.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:52.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:52.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:52.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:52.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:52.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:52.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:52.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:52.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:52.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:52.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:52.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:52.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:52.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:52.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:52.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:52.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:52.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:52.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:52.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:52.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:52.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:52.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:52.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:52.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:53.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:53.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:53.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:53.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:53.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:53.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:53.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:53.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:03:53.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:53.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:53.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:03:53.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:02.82 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore exited with 0 in 2987 ms. [xUnit.net 00:03:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [PASS] [xUnit.net 00:03:53.15] Output: [xUnit.net 00:03:53.15] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore': [xUnit.net 00:03:53.15] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:53.15] 》Build started 4/8/2026 2:53:12 PM. [xUnit.net 00:03:53.15] 》 [xUnit.net 00:03:53.15] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:53.15] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:53.15] 》 Determining projects to restore... [xUnit.net 00:03:53.15] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:53.15] 》AddPrunePackageReferences: [xUnit.net 00:03:53.15] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:03:53.15] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:03:53.15] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:03:53.15] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:03:53.15] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:03:53.15] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:53.15] 》Restore: [xUnit.net 00:03:53.15] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:53.15] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:53.15] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj... [xUnit.net 00:03:53.15] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj... [xUnit.net 00:03:53.15] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. [xUnit.net 00:03:53.15] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. [xUnit.net 00:03:53.15] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. [xUnit.net 00:03:53.16] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. [xUnit.net 00:03:53.16] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\project.assets.json [xUnit.net 00:03:53.16] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\project.assets.json [xUnit.net 00:03:53.16] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj (in 570 ms). [xUnit.net 00:03:53.16] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj (in 570 ms). [xUnit.net 00:03:53.16] 》 [xUnit.net 00:03:53.16] 》 NuGet Config files used: [xUnit.net 00:03:53.16] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:53.16] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:53.16] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:53.16] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:53.16] 》 [xUnit.net 00:03:53.16] 》 Feeds used: [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:53.16] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:53.16] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). [xUnit.net 00:03:53.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:53.16] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:53.16] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj] [xUnit.net 00:03:53.16] 》PrepareForBuild: [xUnit.net 00:03:53.16] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:53.16] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:53.16] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\refint\". Process ID: 912 [xUnit.net 00:03:53.16] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:53.16] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). [xUnit.net 00:03:53.16] 》PrepareForBuild: [xUnit.net 00:03:53.16] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:03:53.16] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:03:53.16] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\refint\". [xUnit.net 00:03:53.16] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:03:53.16] 》_GenerateSourceLinkFile: [xUnit.net 00:03:53.16] 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. [xUnit.net 00:03:53.16] 》CoreCompile: [xUnit.net 00:03:53.16] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:53.16] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:53.16] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:53.16] 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:53.16] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:53.16] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:53.16] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:53.16] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:53.16] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:53.16] 》 Begin writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:53.16] 》 End writing request for ProjectWithPackage (net10.0) [xUnit.net 00:03:53.16] 》 Begin reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:53.16] 》 End reading response for ProjectWithPackage (net10.0) [xUnit.net 00:03:53.16] 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) [xUnit.net 00:03:53.16] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:53.16] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:53.16] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". [xUnit.net 00:03:53.16] 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll [xUnit.net 00:03:53.16] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:53.16] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). [xUnit.net 00:03:53.16] 》_GenerateSourceLinkFile: [xUnit.net 00:03:53.16] 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. [xUnit.net 00:03:53.17] 》CoreCompile: [xUnit.net 00:03:53.17] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:53.17] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:53.17] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:03:53.17] 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:53.17] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:53.17] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:03:53.17] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:53.17] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:53.17] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:53.17] 》 Begin writing request for ConsumerProject (net10.0) [xUnit.net 00:03:53.17] 》 End writing request for ConsumerProject (net10.0) [xUnit.net 00:03:53.17] 》 Begin reading response for ConsumerProject (net10.0) [xUnit.net 00:03:53.17] 》 End reading response for ConsumerProject (net10.0) [xUnit.net 00:03:53.17] 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) [xUnit.net 00:03:53.17] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:03:53.17] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:53.17] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:03:53.17] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:53.17] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:03:53.17] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:03:53.17] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". [xUnit.net 00:03:53.17] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". [xUnit.net 00:03:53.17] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". [xUnit.net 00:03:53.17] 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". [xUnit.net 00:03:53.17] 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll [xUnit.net 00:03:53.17] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". [xUnit.net 00:03:53.17] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (Build target(s)). [xUnit.net 00:03:53.17] 》 [xUnit.net 00:03:53.17] 》Build succeeded. [xUnit.net 00:03:53.17] 》 0 Warning(s) [xUnit.net 00:03:53.17] 》 0 Error(s) [xUnit.net 00:03:53.17] 》 [xUnit.net 00:03:53.17] 》Time Elapsed 00:00:02.82 [xUnit.net 00:03:53.17] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_from_project_references_in_output_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:12 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (2:4) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj... 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\ProjectWithPackage.csproj.nuget.g.targets. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\ConsumerProject.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\project.assets.json 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj (in 570 ms). 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj (in 570 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (1:7) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (2:6) on node 1 (default targets). 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ProjectWithPackage.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ProjectWithPackage (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ProjectWithPackage.dll /refout:obj\Debug\net10.0\refint\ProjectWithPackage.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ProjectWithPackage.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ProjectWithPackage.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ProjectWithPackage.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ProjectWithPackage (net10.0) 》 End writing request for ProjectWithPackage (net10.0) 》 Begin reading response for ProjectWithPackage (net10.0) 》 End reading response for ProjectWithPackage (net10.0) 》 CompilerServer: server - server processed compilation - ProjectWithPackage (net10.0) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll". 》 ProjectWithPackage -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\ProjectWithPackage.csproj" (default targets). 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\ConsumerProject.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request ConsumerProject (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\obj\Debug\net10.0\ref\ProjectWithPackage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\ConsumerProject.dll /refout:obj\Debug\net10.0\refint\ConsumerProject.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\ConsumerProject.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll ConsumerProject.cs ConsumerProjectProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\ConsumerProject.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for ConsumerProject (net10.0) 》 End writing request for ConsumerProject (net10.0) 》 Begin reading response for ConsumerProject (net10.0) 》 End reading response for ConsumerProject (net10.0) 》 CompilerServer: server - server processed compilation - ConsumerProject (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ProjectWithPackage\bin\Debug\net10.0\ProjectWithPackage.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ProjectWithPackage.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\Consumer.F7984252.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\ConsumerProject.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ref\ConsumerProject.dll". 》 ConsumerProject -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\obj\Debug\net10.0\ConsumerProject.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\bin\Debug\net10.0\ConsumerProject.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.82 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\ConsumerProje---E4E2008C\ConsumerProject\ConsumerProject.csproj /restore' exited with exit code 0. [xUnit.net 00:03:53.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution [SKIP] [xUnit.net 00:03:53.18] https://github.com/dotnet/NuGet.BuildTasks/issues/75 [xUnit.net 00:03:53.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore': [xUnit.net 00:03:53.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:53.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:15 PM. [xUnit.net 00:03:53.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:53.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:53.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:53.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:54.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:03:54.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:54.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:54.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj... Skipped Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution [1 ms] Error Message: https://github.com/dotnet/NuGet.BuildTasks/issues/75 [xUnit.net 00:03:54.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:54.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:54.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\project.assets.json [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj (in 579 ms). [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:03:54.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:54.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:55.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:55.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:55.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj] [xUnit.net 00:03:55.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:55.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:03:55.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:03:55.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:03:55.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:03:55.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:55.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:55.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:03:55.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:03:55.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:03:55.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:03:55.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:03:55.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:03:55.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:03:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:03:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:03:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:03:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:03:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:03:55.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:03:55.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:03:55.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:03:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:03:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:03:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:03:55.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:03:55.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:03:55.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:55.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:03:55.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:55.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:55.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:55.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:02.15 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore exited with 0 in 2310 ms. [xUnit.net 00:03:55.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore [xUnit.net 00:03:55.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': Process ID: 7924 [xUnit.net 00:03:55.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:55.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:18 PM. [xUnit.net 00:03:55.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:56.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:56.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:56.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:56.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:03:56.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:56.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\project.assets.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj (in 75 ms). [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:56.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:03:56.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:03:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:56.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj] [xUnit.net 00:03:56.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:03:56.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:03:56.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:03:56.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:03:56.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:03:56.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:03:56.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:03:56.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:03:56.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:03:56.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:03:56.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:03:56.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:03:56.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:03:56.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:03:56.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:03:56.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:03:56.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:03:56.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Publish: [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\ [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:56.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:01.32 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore exited with 0 in 1475 ms. [xUnit.net 00:03:56.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:03:56.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 3120 [xUnit.net 00:03:57.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 62 ms. [xUnit.net 00:03:57.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe [xUnit.net 00:03:57.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe ': Process ID: 3500 [xUnit.net 00:03:57.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe exited with 0 in 39 ms. [xUnit.net 00:03:57.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore [xUnit.net 00:03:57.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore': Process ID: 4300 [xUnit.net 00:03:57.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:03:57.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:19 PM. [xUnit.net 00:03:57.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:03:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:03:57.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:03:57.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:57.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:57.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:57.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:03:57.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:03:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:03:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:03:57.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:03:57.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:03:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:03:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:03:58.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:03:58.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj... [xUnit.net 00:03:59.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:03:59.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:03:59.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\project.assets.json [xUnit.net 00:03:59.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj (in 1.32 sec). [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:03:59.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:03:59.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:03:59.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:03:59.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:03:59.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:03:59.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:03:59.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:03:59.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:00.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:00.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:00.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:00.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:00.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:00.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:00.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:00.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:00.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:00.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:00.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:00.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:00.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:00.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:00.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:00.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:00.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:00.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:00.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:00.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:00.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:00.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:00.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:00.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:00.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:00.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:00.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:04:00.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:00.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:00.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:03.30 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore exited with 0 in 3461 ms. [xUnit.net 00:04:00.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 [xUnit.net 00:04:00.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': Process ID: 4880 [xUnit.net 00:04:00.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:00.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:23 PM. [xUnit.net 00:04:00.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:01.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:01.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:01.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:01.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:01.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:01.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:01.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:01.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:01.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:01.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:01.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:01.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:01.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj... [xUnit.net 00:04:02.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:02.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\project.assets.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj (in 570 ms). [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:02.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:02.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:02.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:02.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:02.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:02.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:02.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:02.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:02.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:02.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:02.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:02.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:02.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:02.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:02.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:02.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:02.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:02.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:02.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:02.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:02.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:02.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:02.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:02.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:04:02.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:02.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:04:02.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:02.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Publish: [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\ [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:02.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:02.11 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 exited with 0 in 2272 ms. [xUnit.net 00:04:02.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:02.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 8600 [xUnit.net 00:04:02.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 45 ms. [xUnit.net 00:04:02.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe [xUnit.net 00:04:02.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe ': Process ID: 8040 [xUnit.net 00:04:02.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe exited with 0 in 35 ms. [xUnit.net 00:04:02.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:02.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [PASS] [xUnit.net 00:04:02.88] Output: [xUnit.net 00:04:02.88] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:02.88] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:02.88] 》Build started 4/8/2026 2:53:15 PM. [xUnit.net 00:04:02.88] 》 [xUnit.net 00:04:02.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:02.88] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:02.88] 》 Determining projects to restore... [xUnit.net 00:04:02.88] 》Restore: [xUnit.net 00:04:02.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:02.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:02.88] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj... [xUnit.net 00:04:02.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:02.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:02.88] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\project.assets.json [xUnit.net 00:04:02.89] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj (in 579 ms). [xUnit.net 00:04:02.89] 》 [xUnit.net 00:04:02.89] 》 NuGet Config files used: [xUnit.net 00:04:02.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:02.89] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:02.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:02.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:02.89] 》 [xUnit.net 00:04:02.89] 》 Feeds used: [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:02.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:02.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:02.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:02.89] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:02.89] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj] [xUnit.net 00:04:02.89] 》PrepareForBuild: [xUnit.net 00:04:02.89] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:02.89] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:02.89] 》CoreResGen: [xUnit.net 00:04:02.89] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:02.89] 》_GenerateSourceLinkFile: [xUnit.net 00:04:02.89] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. Process ID: 7624 [xUnit.net 00:04:02.89] 》CoreCompile: [xUnit.net 00:04:02.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:02.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:02.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:02.89] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:02.89] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:02.89] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:02.89] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.89] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.89] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:02.89] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.89] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.89] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.89] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.89] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:02.89] 》_CopyAppConfigFile: [xUnit.net 00:04:02.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:02.89] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:02.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:02.89] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:02.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:02.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:02.89] 》 [xUnit.net 00:04:02.89] 》Build succeeded. [xUnit.net 00:04:02.89] 》 0 Warning(s) [xUnit.net 00:04:02.89] 》 0 Error(s) [xUnit.net 00:04:02.89] 》 [xUnit.net 00:04:02.89] 》Time Elapsed 00:00:02.15 [xUnit.net 00:04:02.89] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:02.89] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:04:02.89] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:02.89] 》Build started 4/8/2026 2:53:18 PM. [xUnit.net 00:04:02.89] 》 [xUnit.net 00:04:02.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:02.89] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:02.89] 》 Determining projects to restore... [xUnit.net 00:04:02.89] 》Restore: [xUnit.net 00:04:02.89] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:02.89] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:02.89] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\project.assets.json [xUnit.net 00:04:02.89] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj (in 75 ms). [xUnit.net 00:04:02.90] 》 [xUnit.net 00:04:02.90] 》 NuGet Config files used: [xUnit.net 00:04:02.90] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:02.90] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:02.90] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:02.90] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:02.90] 》 [xUnit.net 00:04:02.90] 》 Feeds used: [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:02.90] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:02.90] 》 All projects are up-to-date for restore. [xUnit.net 00:04:02.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:02.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:02.90] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:02.90] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj] [xUnit.net 00:04:02.90] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:04:02.90] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.90] 》CoreResGen: [xUnit.net 00:04:02.90] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:04:02.90] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:02.90] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.90] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:02.90] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.90] 》_GenerateSourceLinkFile: [xUnit.net 00:04:02.90] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:02.90] 》CoreCompile: [xUnit.net 00:04:02.90] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.90] 》_CopyAppConfigFile: [xUnit.net 00:04:02.90] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.90] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:02.90] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:02.90] 》PrepareForPublish: [xUnit.net 00:04:02.90] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:04:02.90] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:02.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:04:02.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:02.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:02.90] 》Publish: [xUnit.net 00:04:02.90] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\ [xUnit.net 00:04:02.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:02.90] 》 [xUnit.net 00:04:02.90] 》Build succeeded. [xUnit.net 00:04:02.90] 》 0 Warning(s) [xUnit.net 00:04:02.90] 》 0 Error(s) [xUnit.net 00:04:02.90] 》 [xUnit.net 00:04:02.90] 》Time Elapsed 00:00:01.32 [xUnit.net 00:04:02.90] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:04:02.90] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:04:02.90] 》Native code was not used (MSIL) [xUnit.net 00:04:02.90] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:02.90] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:02.90] 》Native code was not used (MSIL) [xUnit.net 00:04:02.90] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:02.90] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:02.90] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:02.90] 》Build started 4/8/2026 2:53:19 PM. [xUnit.net 00:04:02.90] 》 [xUnit.net 00:04:02.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:02.90] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:02.90] 》 Determining projects to restore... [xUnit.net 00:04:02.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:02.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:02.90] 》AddPrunePackageReferences: [xUnit.net 00:04:02.90] 》 Loaded prune package data from framework packages [xUnit.net 00:04:02.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:02.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:02.90] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:02.90] 》AddPrunePackageReferences: [xUnit.net 00:04:02.90] 》 Loaded prune package data from framework packages [xUnit.net 00:04:02.91] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:02.91] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:02.91] 》Restore: [xUnit.net 00:04:02.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:02.91] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:02.91] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj... [xUnit.net 00:04:02.91] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:02.91] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:02.91] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\project.assets.json [xUnit.net 00:04:02.91] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj (in 1.32 sec). [xUnit.net 00:04:02.91] 》 [xUnit.net 00:04:02.91] 》 NuGet Config files used: [xUnit.net 00:04:02.91] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:02.91] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:02.91] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:02.91] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:02.91] 》 [xUnit.net 00:04:02.91] 》 Feeds used: [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:02.91] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:02.91] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:02.91] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:02.91] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:04:02.91] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:02.91] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:02.91] 》PrepareForBuild: [xUnit.net 00:04:02.91] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:02.91] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:02.91] 》CoreResGen: [xUnit.net 00:04:02.91] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:02.91] 》_GenerateSourceLinkFile: [xUnit.net 00:04:02.91] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:02.91] 》CoreCompile: [xUnit.net 00:04:02.91] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:02.91] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:02.91] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:02.91] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:02.91] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:02.91] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:02.91] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.91] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.91] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:02.91] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.91] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.91] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.91] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.91] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:02.91] 》_CopyAppConfigFile: [xUnit.net 00:04:02.91] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:02.91] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:02.91] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:02.91] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:02.91] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:02.91] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:02.91] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:02.91] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:02.91] 》PrepareForBuild: [xUnit.net 00:04:02.91] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:02.91] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:02.91] 》CoreResGen: [xUnit.net 00:04:02.91] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:02.91] 》_GenerateSourceLinkFile: [xUnit.net 00:04:02.91] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:02.91] 》CoreCompile: [xUnit.net 00:04:02.91] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:02.92] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:02.92] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:02.92] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:02.92] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:02.92] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:02.92] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.92] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.92] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:02.92] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:02.92] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:02.92] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:02.92] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:02.92] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:02.92] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:02.92] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:02.92] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:02.92] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:02.92] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:02.92] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》Build succeeded. [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:02.92] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:02.92] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:02.92] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:02.92] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:02.92] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:02.92] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》 2 Warning(s) [xUnit.net 00:04:02.92] 》 0 Error(s) [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》Time Elapsed 00:00:03.30 [xUnit.net 00:04:02.92] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:02.92] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': [xUnit.net 00:04:02.92] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:02.92] 》Build started 4/8/2026 2:53:23 PM. [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:02.92] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:02.92] 》 Determining projects to restore... [xUnit.net 00:04:02.92] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:02.92] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:02.92] 》AddPrunePackageReferences: [xUnit.net 00:04:02.92] 》 Loaded prune package data from framework packages [xUnit.net 00:04:02.92] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:02.92] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:02.92] 》Restore: [xUnit.net 00:04:02.92] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:02.92] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:02.92] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj... [xUnit.net 00:04:02.92] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:02.92] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\project.assets.json [xUnit.net 00:04:02.92] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj (in 570 ms). [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》 NuGet Config files used: [xUnit.net 00:04:02.92] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:02.92] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:02.92] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:02.92] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:02.92] 》 [xUnit.net 00:04:02.92] 》 Feeds used: [xUnit.net 00:04:02.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:02.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:02.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:02.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:02.92] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:02.93] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:02.93] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:02.93] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:02.93] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:02.93] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:02.93] 》CoreResGen: [xUnit.net 00:04:02.93] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:02.93] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:02.93] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.93] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:02.93] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:02.93] 》_GenerateSourceLinkFile: [xUnit.net 00:04:02.93] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:02.93] 》CoreCompile: [xUnit.net 00:04:02.93] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:02.93] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:02.93] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:02.93] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:02.93] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:02.93] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:02.93] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.93] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:02.93] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:02.93] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.93] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:02.93] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.93] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:02.93] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:02.93] 》_CopyAppConfigFile: [xUnit.net 00:04:02.93] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:02.93] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:02.93] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:02.93] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:02.93] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:02.93] 》PrepareForPublish: [xUnit.net 00:04:02.93] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:04:02.93] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:02.93] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:04:02.93] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:02.93] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:02.93] 》Publish: [xUnit.net 00:04:02.93] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\ [xUnit.net 00:04:02.93] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:02.93] 》 [xUnit.net 00:04:02.93] 》Build succeeded. [xUnit.net 00:04:02.93] 》 0 Warning(s) [xUnit.net 00:04:02.93] 》 0 Error(s) [xUnit.net 00:04:02.93] 》 [xUnit.net 00:04:02.93] 》Time Elapsed 00:00:02.11 [xUnit.net 00:04:02.93] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. [xUnit.net 00:04:02.93] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:04:02.93] 》Native code was not used (MSIL) [xUnit.net 00:04:02.93] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:02.93] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:02.93] 》Native code was not used (MSIL) [xUnit.net 00:04:02.93] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOff", rid: "", useAppendOption: False, shouldAppend: False) [9 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:15 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj (in 579 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.15 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:18 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj (in 75 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj] 》_WriteAppConfigWithSupportedRuntime: 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. 》CoreResGen: 》 No resources are out of date with respect to their source files. Skipping resource generation. 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CopyAppConfigFile: 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.32 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---DCC62FD3\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:19 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj (in 1.32 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.30 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:23 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj (in 570 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj::TargetFramework=net46] 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.pdb". 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.11 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---9C9EEA7F\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:02.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:03.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:03.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build started 4/8/2026 2:53:25 PM. [xUnit.net 00:04:03.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:03.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Restore: [xUnit.net 00:04:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:03.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:04.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj... [xUnit.net 00:04:04.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:04.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:04.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\project.assets.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj (in 507 ms). [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:04.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:04.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:04.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:04.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:04.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj] [xUnit.net 00:04:04.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:04.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\win-x64\". [xUnit.net 00:04:04.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "obj\Debug\net46\win-x64\". [xUnit.net 00:04:04.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:04.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:04.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:04.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:04.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:05.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:05.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:05.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:05.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:05.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:05.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:05.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:05.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:05.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". [xUnit.net 00:04:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe". [xUnit.net 00:04:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:05.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". [xUnit.net 00:04:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:05.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Time Elapsed 00:00:02.00 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore exited with 0 in 2181 ms. [xUnit.net 00:04:05.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore [xUnit.net 00:04:05.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': Process ID: 6104 [xUnit.net 00:04:05.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build started 4/8/2026 2:53:27 PM. [xUnit.net 00:04:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:05.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:05.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:05.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:06.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Restore: [xUnit.net 00:04:06.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:06.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:06.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\project.assets.json [xUnit.net 00:04:06.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj (in 66 ms). [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:04:06.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:06.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:06.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:06.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj] [xUnit.net 00:04:06.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:04:06.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:06.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:06.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:04:06.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:06.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:06.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:06.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:06.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:06.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:06.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:06.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:06.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\win-x64\publish\". [xUnit.net 00:04:06.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:06.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe". [xUnit.net 00:04:06.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:06.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:06.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Publish: [xUnit.net 00:04:06.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\ [xUnit.net 00:04:06.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:06.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:06.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:06.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:06.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:06.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:06.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Time Elapsed 00:00:01.37 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore exited with 0 in 1518 ms. [xUnit.net 00:04:06.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:06.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe ': Process ID: 3384 [xUnit.net 00:04:06.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Native code was not used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe exited with 0 in 86 ms. [xUnit.net 00:04:06.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe [xUnit.net 00:04:06.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ': Process ID: 9500 [xUnit.net 00:04:06.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Native code was not used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe exited with 0 in 62 ms. [xUnit.net 00:04:06.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore [xUnit.net 00:04:06.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore': Process ID: 9120 [xUnit.net 00:04:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build started 4/8/2026 2:53:29 PM. [xUnit.net 00:04:06.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:07.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:07.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:07.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:07.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:07.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:07.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:07.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:07.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Restore: [xUnit.net 00:04:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:08.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj... [xUnit.net 00:04:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:09.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\project.assets.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj (in 1.36 sec). [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:09.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:09.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:04:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\win-x64\". [xUnit.net 00:04:09.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "obj\Debug\net46\win-x64\". [xUnit.net 00:04:09.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:09.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:09.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:09.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:09.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:09.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:09.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:09.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:09.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:09.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:09.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:09.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:09.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:09.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:09.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:09.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:09.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". [xUnit.net 00:04:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe". [xUnit.net 00:04:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". [xUnit.net 00:04:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:09.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:10.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:10.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:10.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:10.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:10.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:10.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:10.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Time Elapsed 00:00:03.39 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore exited with 0 in 3570 ms. [xUnit.net 00:04:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 [xUnit.net 00:04:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': Process ID: 1716 [xUnit.net 00:04:10.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build started 4/8/2026 2:53:33 PM. [xUnit.net 00:04:10.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:11.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:11.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:11.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:11.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:11.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:11.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:11.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:11.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:11.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:11.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Restore: [xUnit.net 00:04:11.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:11.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:11.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj... [xUnit.net 00:04:12.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:12.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\project.assets.json [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj (in 560 ms). [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:12.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:12.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:12.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:12.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:12.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:12.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:12.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:12.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:12.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:12.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:12.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:12.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:12.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:12.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:12.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:12.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:12.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:12.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:12.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:12.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:12.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:12.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". [xUnit.net 00:04:12.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:12.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe". [xUnit.net 00:04:12.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:12.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". [xUnit.net 00:04:12.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:12.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Creating directory "bin\Debug\net46\win-x64\publish\". [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe". [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Publish: [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\ [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》 [xUnit.net 00:04:12.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Time Elapsed 00:00:02.14 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 exited with 0 in 2298 ms. [xUnit.net 00:04:12.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:12.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe ': Process ID: 9616 [xUnit.net 00:04:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Native code was not used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe exited with 0 in 70 ms. [xUnit.net 00:04:12.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe [xUnit.net 00:04:12.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ': Process ID: 1432 [xUnit.net 00:04:12.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] 》Native code was not used (Amd64) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe exited with 0 in 36 ms. [xUnit.net 00:04:12.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:12.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [PASS] [xUnit.net 00:04:12.74] Output: [xUnit.net 00:04:12.74] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:12.74] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:12.74] 》Build started 4/8/2026 2:53:25 PM. [xUnit.net 00:04:12.74] 》 [xUnit.net 00:04:12.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:12.74] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:12.74] 》 Determining projects to restore... [xUnit.net 00:04:12.74] 》Restore: [xUnit.net 00:04:12.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:12.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:12.74] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj... [xUnit.net 00:04:12.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:12.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:12.74] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\project.assets.json [xUnit.net 00:04:12.74] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj (in 507 ms). [xUnit.net 00:04:12.74] 》 [xUnit.net 00:04:12.74] 》 NuGet Config files used: [xUnit.net 00:04:12.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:12.74] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:12.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:12.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:12.74] 》 [xUnit.net 00:04:12.74] 》 Feeds used: [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:12.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:12.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:12.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:12.74] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:12.74] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj] [xUnit.net 00:04:12.74] 》PrepareForBuild: [xUnit.net 00:04:12.74] 》 Creating directory "bin\Debug\net46\win-x64\". [xUnit.net 00:04:12.74] 》 Creating directory "obj\Debug\net46\win-x64\". [xUnit.net 00:04:12.74] 》CoreResGen: [xUnit.net 00:04:12.74] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:12.74] 》_GenerateSourceLinkFile: [xUnit.net 00:04:12.74] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:12.74] 》CoreCompile: [xUnit.net 00:04:12.74] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' Process ID: 4780 [xUnit.net 00:04:12.74] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:12.74] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:12.74] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:12.74] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:12.74] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:12.74] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.74] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.74] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:12.74] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.74] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.74] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.74] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.74] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:12.74] 》_CopyAppConfigFile: [xUnit.net 00:04:12.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". [xUnit.net 00:04:12.74] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:12.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe". [xUnit.net 00:04:12.75] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:12.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". [xUnit.net 00:04:12.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:12.75] 》 [xUnit.net 00:04:12.75] 》Build succeeded. [xUnit.net 00:04:12.75] 》 0 Warning(s) [xUnit.net 00:04:12.75] 》 0 Error(s) [xUnit.net 00:04:12.75] 》 [xUnit.net 00:04:12.75] 》Time Elapsed 00:00:02.00 [xUnit.net 00:04:12.75] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:12.75] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:04:12.75] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:12.75] 》Build started 4/8/2026 2:53:27 PM. [xUnit.net 00:04:12.75] 》 [xUnit.net 00:04:12.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:12.75] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:12.75] 》 Determining projects to restore... [xUnit.net 00:04:12.75] 》Restore: [xUnit.net 00:04:12.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:12.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:12.75] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\project.assets.json [xUnit.net 00:04:12.75] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj (in 66 ms). [xUnit.net 00:04:12.75] 》 [xUnit.net 00:04:12.75] 》 NuGet Config files used: [xUnit.net 00:04:12.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:12.75] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:12.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:12.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:12.75] 》 [xUnit.net 00:04:12.75] 》 Feeds used: [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:12.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:12.75] 》 All projects are up-to-date for restore. [xUnit.net 00:04:12.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:12.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:12.75] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:12.75] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj] [xUnit.net 00:04:12.75] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:04:12.75] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.75] 》CoreResGen: [xUnit.net 00:04:12.75] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:04:12.75] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:12.75] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.75] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:12.75] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.75] 》_GenerateSourceLinkFile: [xUnit.net 00:04:12.75] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:12.75] 》CoreCompile: [xUnit.net 00:04:12.75] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.75] 》_CopyAppConfigFile: [xUnit.net 00:04:12.75] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.75] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:12.75] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:12.75] 》PrepareForPublish: [xUnit.net 00:04:12.75] 》 Creating directory "bin\Debug\net46\win-x64\publish\". [xUnit.net 00:04:12.75] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:12.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe". [xUnit.net 00:04:12.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:12.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:12.75] 》Publish: [xUnit.net 00:04:12.75] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\ [xUnit.net 00:04:12.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:12.75] 》 [xUnit.net 00:04:12.75] 》Build succeeded. [xUnit.net 00:04:12.75] 》 0 Warning(s) [xUnit.net 00:04:12.75] 》 0 Error(s) [xUnit.net 00:04:12.75] 》 [xUnit.net 00:04:12.75] 》Time Elapsed 00:00:01.37 [xUnit.net 00:04:12.75] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:04:12.76] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe ': [xUnit.net 00:04:12.76] 》Native code was not used (Amd64) [xUnit.net 00:04:12.76] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:12.76] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:12.76] 》Native code was not used (Amd64) [xUnit.net 00:04:12.76] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:12.76] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:12.76] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:12.76] 》Build started 4/8/2026 2:53:29 PM. [xUnit.net 00:04:12.76] 》 [xUnit.net 00:04:12.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:12.76] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:12.76] 》 Determining projects to restore... [xUnit.net 00:04:12.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:12.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:12.76] 》AddPrunePackageReferences: [xUnit.net 00:04:12.76] 》 Loaded prune package data from framework packages [xUnit.net 00:04:12.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:12.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:12.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:12.76] 》AddPrunePackageReferences: [xUnit.net 00:04:12.76] 》 Loaded prune package data from framework packages [xUnit.net 00:04:12.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:12.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:12.76] 》Restore: [xUnit.net 00:04:12.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:12.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:12.76] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj... [xUnit.net 00:04:12.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:12.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:12.76] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\project.assets.json [xUnit.net 00:04:12.76] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj (in 1.36 sec). [xUnit.net 00:04:12.76] 》 [xUnit.net 00:04:12.76] 》 NuGet Config files used: [xUnit.net 00:04:12.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:12.76] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:12.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:12.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:12.76] 》 [xUnit.net 00:04:12.76] 》 Feeds used: [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:12.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:12.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:12.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:12.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:04:12.76] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:12.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:12.76] 》PrepareForBuild: [xUnit.net 00:04:12.76] 》 Creating directory "bin\Debug\net46\win-x64\". [xUnit.net 00:04:12.76] 》 Creating directory "obj\Debug\net46\win-x64\". [xUnit.net 00:04:12.76] 》CoreResGen: [xUnit.net 00:04:12.76] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:12.76] 》_GenerateSourceLinkFile: [xUnit.net 00:04:12.76] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:12.76] 》CoreCompile: [xUnit.net 00:04:12.76] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:12.76] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:12.76] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:12.76] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:12.76] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:12.76] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:12.76] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.76] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.77] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:12.77] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.77] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.77] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.77] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.77] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:12.77] 》_CopyAppConfigFile: [xUnit.net 00:04:12.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". [xUnit.net 00:04:12.77] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:12.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe". [xUnit.net 00:04:12.77] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:12.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". [xUnit.net 00:04:12.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:12.77] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:12.77] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:12.77] 》PrepareForBuild: [xUnit.net 00:04:12.77] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:12.77] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:12.77] 》CoreResGen: [xUnit.net 00:04:12.77] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:12.77] 》_GenerateSourceLinkFile: [xUnit.net 00:04:12.77] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:12.77] 》CoreCompile: [xUnit.net 00:04:12.77] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:12.77] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:12.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:12.77] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:12.77] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:12.77] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:12.77] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.77] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.77] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:12.77] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:12.77] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:12.77] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:12.77] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:12.77] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:12.77] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:12.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:12.77] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:12.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:12.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:12.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:12.77] 》 [xUnit.net 00:04:12.77] 》Build succeeded. [xUnit.net 00:04:12.77] 》 [xUnit.net 00:04:12.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:12.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:12.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:12.77] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:12.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:12.77] 》 [xUnit.net 00:04:12.77] 》 [xUnit.net 00:04:12.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:12.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:12.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:12.77] 》 [xUnit.net 00:04:12.77] 》 2 Warning(s) [xUnit.net 00:04:12.77] 》 0 Error(s) [xUnit.net 00:04:12.77] 》 [xUnit.net 00:04:12.77] 》Time Elapsed 00:00:03.39 [xUnit.net 00:04:12.77] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:12.77] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': [xUnit.net 00:04:12.77] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:12.78] 》Build started 4/8/2026 2:53:33 PM. [xUnit.net 00:04:12.78] 》 [xUnit.net 00:04:12.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:12.78] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:12.78] 》 Determining projects to restore... [xUnit.net 00:04:12.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:12.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:12.78] 》AddPrunePackageReferences: [xUnit.net 00:04:12.78] 》 Loaded prune package data from framework packages [xUnit.net 00:04:12.78] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:12.78] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:12.78] 》Restore: [xUnit.net 00:04:12.78] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:12.78] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:12.78] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj... [xUnit.net 00:04:12.78] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:12.78] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\project.assets.json [xUnit.net 00:04:12.78] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj (in 560 ms). [xUnit.net 00:04:12.78] 》 [xUnit.net 00:04:12.78] 》 NuGet Config files used: [xUnit.net 00:04:12.78] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:12.78] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:12.78] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:12.78] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:12.78] 》 [xUnit.net 00:04:12.78] 》 Feeds used: [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:12.78] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:12.78] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:12.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:12.78] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:12.78] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:12.78] 》CoreResGen: [xUnit.net 00:04:12.78] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:12.78] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:12.78] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.78] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:12.78] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:12.78] 》_GenerateSourceLinkFile: [xUnit.net 00:04:12.78] 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:12.78] 》CoreCompile: [xUnit.net 00:04:12.78] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:12.78] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:12.78] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:12.78] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:12.78] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:12.78] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:12.78] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.78] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:12.78] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:12.78] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.78] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:12.78] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.78] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:12.78] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:12.78] 》_CopyAppConfigFile: [xUnit.net 00:04:12.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". [xUnit.net 00:04:12.78] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:12.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe". [xUnit.net 00:04:12.78] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe [xUnit.net 00:04:12.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". [xUnit.net 00:04:12.78] 》PrepareForPublish: [xUnit.net 00:04:12.78] 》 Creating directory "bin\Debug\net46\win-x64\publish\". [xUnit.net 00:04:12.78] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:12.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe". [xUnit.net 00:04:12.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:12.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:12.79] 》Publish: [xUnit.net 00:04:12.79] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\ [xUnit.net 00:04:12.79] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:12.79] 》 [xUnit.net 00:04:12.79] 》Build succeeded. [xUnit.net 00:04:12.79] 》 0 Warning(s) [xUnit.net 00:04:12.79] 》 0 Error(s) [xUnit.net 00:04:12.79] 》 [xUnit.net 00:04:12.79] 》Time Elapsed 00:00:02.14 [xUnit.net 00:04:12.79] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. [xUnit.net 00:04:12.79] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe ': [xUnit.net 00:04:12.79] 》Native code was not used (Amd64) [xUnit.net 00:04:12.79] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:12.79] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:12.79] 》Native code was not used (Amd64) [xUnit.net 00:04:12.79] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOn", rid: "win-x64", useAppendOption: True, shouldAppend: True) [9 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:25 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj (in 507 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win-x64\". 》 Creating directory "obj\Debug\net46\win-x64\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.00 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:27 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj (in 66 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj] 》_WriteAppConfigWithSupportedRuntime: 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. 》CoreResGen: 》 No resources are out of date with respect to their source files. Skipping resource generation. 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CopyAppConfigFile: 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\win-x64\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.37 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe ': 》Native code was not used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ': 》Native code was not used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---D8B7891E\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:29 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj (in 1.36 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\win-x64\". 》 Creating directory "obj\Debug\net46\win-x64\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.39 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:33 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj (in 560 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj::TargetFramework=net46] 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources". 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\win-x64\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\win-x64\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\win-x64\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\win-x64\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\win-x64\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\win-x64\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.pdb". 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\win-x64\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\obj\Debug\net46\win-x64\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.14 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe ': 》Native code was not used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ': 》Native code was not used (Amd64) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---4CEFDEB6\bin\Debug\net46\win-x64\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:12.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:12.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:12.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:35 PM. [xUnit.net 00:04:12.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:13.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:13.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:13.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:13.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:13.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:13.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:13.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj... [xUnit.net 00:04:14.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:14.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:14.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\project.assets.json [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj (in 551 ms). [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:14.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:14.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj] [xUnit.net 00:04:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:14.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:14.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:14.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:14.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:14.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:14.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:14.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:15.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:15.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:15.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:15.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:15.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:15.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:15.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:15.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:15.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:15.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:15.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:15.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:15.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:15.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:15.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:15.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:15.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:15.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:15.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:15.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:15.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:15.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:15.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:15.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:02.13 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore exited with 0 in 2330 ms. [xUnit.net 00:04:15.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore [xUnit.net 00:04:15.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': Process ID: 1816 [xUnit.net 00:04:15.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:15.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:37 PM. [xUnit.net 00:04:15.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:15.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:16.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:16.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:16.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:16.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\project.assets.json [xUnit.net 00:04:16.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj (in 68 ms). [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:04:16.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:16.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:16.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:16.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj] [xUnit.net 00:04:16.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:04:16.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:16.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:16.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:04:16.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:16.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:16.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:16.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:16.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:16.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:16.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:16.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:16.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:16.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\win-x86\publish\". [xUnit.net 00:04:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe". [xUnit.net 00:04:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Publish: [xUnit.net 00:04:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\ [xUnit.net 00:04:16.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:16.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:16.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:16.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:16.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:16.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:16.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:01.40 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore exited with 0 in 1583 ms. [xUnit.net 00:04:16.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:16.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 6816 [xUnit.net 00:04:16.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 54 ms. [xUnit.net 00:04:16.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe [xUnit.net 00:04:16.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ': > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe Process ID: 5216 [xUnit.net 00:04:16.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe exited with 0 in 88 ms. [xUnit.net 00:04:16.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore [xUnit.net 00:04:16.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore': Process ID: 6520 [xUnit.net 00:04:16.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:16.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:39 PM. [xUnit.net 00:04:16.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:17.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:17.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:17.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:17.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:17.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:17.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:17.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:17.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:17.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:17.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:17.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:17.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:17.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:18.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj... [xUnit.net 00:04:19.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:19.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:19.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\project.assets.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj (in 1.36 sec). [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:19.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:19.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:19.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:19.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:19.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:19.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:19.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:04:19.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:19.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:19.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:19.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:19.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:19.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:19.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:19.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:19.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:19.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:19.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:19.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:19.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:19.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:19.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:19.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:19.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:19.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:19.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:19.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:19.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:19.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:19.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:19.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:19.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:19.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:19.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:19.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:19.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:19.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:19.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:19.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:20.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:20.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:20.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:20.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:20.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:20.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:20.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:20.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:20.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:20.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:20.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:20.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:03.35 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore exited with 0 in 3508 ms. [xUnit.net 00:04:20.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 [xUnit.net 00:04:20.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': Process ID: 8920 [xUnit.net 00:04:20.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:20.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:43 PM. [xUnit.net 00:04:20.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:21.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:21.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:21.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:21.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:21.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:21.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:21.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:21.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:21.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:21.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:21.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:21.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:21.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj... [xUnit.net 00:04:22.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:22.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\project.assets.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj (in 541 ms). [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:22.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:22.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:22.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:22.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:22.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:22.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:22.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:22.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:22.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:22.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:22.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:22.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:22.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:22.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:22.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:22.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:22.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:22.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:22.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:22.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:22.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:22.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:22.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:22.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:22.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:22.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:22.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\win-x86\publish\". [xUnit.net 00:04:22.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:22.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe". [xUnit.net 00:04:22.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Publish: [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\ [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:22.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:02.12 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 exited with 0 in 2272 ms. [xUnit.net 00:04:22.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:22.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 5280 [xUnit.net 00:04:22.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 61 ms. [xUnit.net 00:04:22.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe [xUnit.net 00:04:22.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ': Process ID: 2896 [xUnit.net 00:04:22.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] 》Native code was not used (X86) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe exited with 0 in 74 ms. [xUnit.net 00:04:22.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:22.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [PASS] [xUnit.net 00:04:22.74] Output: [xUnit.net 00:04:22.74] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:22.74] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:22.74] 》Build started 4/8/2026 2:53:35 PM. [xUnit.net 00:04:22.74] 》 [xUnit.net 00:04:22.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:22.74] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:22.74] 》 Determining projects to restore... [xUnit.net 00:04:22.74] 》Restore: [xUnit.net 00:04:22.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:22.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:22.74] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj... [xUnit.net 00:04:22.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:22.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:22.74] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\project.assets.json [xUnit.net 00:04:22.74] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj (in 551 ms). [xUnit.net 00:04:22.74] 》 [xUnit.net 00:04:22.74] 》 NuGet Config files used: [xUnit.net 00:04:22.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:22.74] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:22.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:22.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:22.74] 》 [xUnit.net 00:04:22.74] 》 Feeds used: [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:22.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:22.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:22.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:22.74] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:22.74] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj] [xUnit.net 00:04:22.74] 》PrepareForBuild: [xUnit.net 00:04:22.74] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:22.74] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:22.74] 》CoreResGen: [xUnit.net 00:04:22.74] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:22.74] 》_GenerateSourceLinkFile: [xUnit.net 00:04:22.74] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. Process ID: 4256 [xUnit.net 00:04:22.74] 》CoreCompile: [xUnit.net 00:04:22.74] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:22.74] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:22.74] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:22.74] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:22.74] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:22.74] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:22.75] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.75] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.75] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:22.75] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.75] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.75] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.75] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.75] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:22.75] 》_CopyAppConfigFile: [xUnit.net 00:04:22.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:22.75] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:22.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:22.75] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:22.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:22.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:22.75] 》 [xUnit.net 00:04:22.75] 》Build succeeded. [xUnit.net 00:04:22.75] 》 0 Warning(s) [xUnit.net 00:04:22.75] 》 0 Error(s) [xUnit.net 00:04:22.75] 》 [xUnit.net 00:04:22.75] 》Time Elapsed 00:00:02.13 [xUnit.net 00:04:22.75] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:22.75] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:04:22.75] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:22.75] 》Build started 4/8/2026 2:53:37 PM. [xUnit.net 00:04:22.75] 》 [xUnit.net 00:04:22.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:22.75] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:22.75] 》 Determining projects to restore... [xUnit.net 00:04:22.75] 》Restore: [xUnit.net 00:04:22.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:22.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:22.75] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\project.assets.json [xUnit.net 00:04:22.75] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj (in 68 ms). [xUnit.net 00:04:22.75] 》 [xUnit.net 00:04:22.75] 》 NuGet Config files used: [xUnit.net 00:04:22.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:22.75] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:22.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:22.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:22.75] 》 [xUnit.net 00:04:22.75] 》 Feeds used: [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:22.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:22.75] 》 All projects are up-to-date for restore. [xUnit.net 00:04:22.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:22.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:22.75] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:22.75] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj] [xUnit.net 00:04:22.75] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:04:22.75] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.75] 》CoreResGen: [xUnit.net 00:04:22.75] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:04:22.75] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:22.75] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.75] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:22.75] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.75] 》_GenerateSourceLinkFile: [xUnit.net 00:04:22.75] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:22.75] 》CoreCompile: [xUnit.net 00:04:22.75] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.75] 》_CopyAppConfigFile: [xUnit.net 00:04:22.75] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.75] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:22.75] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:22.75] 》PrepareForPublish: [xUnit.net 00:04:22.75] 》 Creating directory "bin\Debug\net46\win-x86\publish\". [xUnit.net 00:04:22.75] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:22.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe". [xUnit.net 00:04:22.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:22.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:22.76] 》Publish: [xUnit.net 00:04:22.76] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\ [xUnit.net 00:04:22.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:22.76] 》 [xUnit.net 00:04:22.76] 》Build succeeded. [xUnit.net 00:04:22.76] 》 0 Warning(s) [xUnit.net 00:04:22.76] 》 0 Error(s) [xUnit.net 00:04:22.76] 》 [xUnit.net 00:04:22.76] 》Time Elapsed 00:00:01.40 [xUnit.net 00:04:22.76] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:04:22.76] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:04:22.76] 》Native code was not used (X86) [xUnit.net 00:04:22.76] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:22.76] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:22.76] 》Native code was not used (X86) [xUnit.net 00:04:22.76] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:22.76] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:22.76] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:22.76] 》Build started 4/8/2026 2:53:39 PM. [xUnit.net 00:04:22.76] 》 [xUnit.net 00:04:22.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:22.76] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:22.76] 》 Determining projects to restore... [xUnit.net 00:04:22.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:22.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:22.76] 》AddPrunePackageReferences: [xUnit.net 00:04:22.76] 》 Loaded prune package data from framework packages [xUnit.net 00:04:22.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:22.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:22.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:22.76] 》AddPrunePackageReferences: [xUnit.net 00:04:22.76] 》 Loaded prune package data from framework packages [xUnit.net 00:04:22.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:22.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:22.76] 》Restore: [xUnit.net 00:04:22.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:22.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:22.76] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj... [xUnit.net 00:04:22.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:22.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:22.76] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\project.assets.json [xUnit.net 00:04:22.76] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj (in 1.36 sec). [xUnit.net 00:04:22.76] 》 [xUnit.net 00:04:22.76] 》 NuGet Config files used: [xUnit.net 00:04:22.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:22.76] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:22.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:22.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:22.76] 》 [xUnit.net 00:04:22.76] 》 Feeds used: [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:22.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:22.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:22.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:22.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:04:22.76] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:22.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:22.76] 》PrepareForBuild: [xUnit.net 00:04:22.76] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:22.76] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:22.76] 》CoreResGen: [xUnit.net 00:04:22.77] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:22.77] 》_GenerateSourceLinkFile: [xUnit.net 00:04:22.77] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:22.77] 》CoreCompile: [xUnit.net 00:04:22.77] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:22.77] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:22.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:22.77] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:22.77] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:22.77] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:22.77] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.77] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.77] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:22.77] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.77] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.77] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.77] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.77] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:22.77] 》_CopyAppConfigFile: [xUnit.net 00:04:22.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:22.77] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:22.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:22.77] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:22.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:22.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:22.77] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:22.77] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:22.77] 》PrepareForBuild: [xUnit.net 00:04:22.77] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:22.77] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:22.77] 》CoreResGen: [xUnit.net 00:04:22.77] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:22.77] 》_GenerateSourceLinkFile: [xUnit.net 00:04:22.77] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:22.77] 》CoreCompile: [xUnit.net 00:04:22.77] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:22.77] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:22.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:22.77] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:22.77] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:22.77] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:22.77] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.77] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.77] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:22.77] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:22.77] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:22.77] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:22.77] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:22.77] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:22.77] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:22.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:22.77] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:22.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:22.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:22.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:22.77] 》 [xUnit.net 00:04:22.77] 》Build succeeded. [xUnit.net 00:04:22.77] 》 [xUnit.net 00:04:22.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:22.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:22.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:22.77] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:22.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:22.77] 》 [xUnit.net 00:04:22.77] 》 [xUnit.net 00:04:22.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:22.77] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:22.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:22.78] 》 [xUnit.net 00:04:22.78] 》 2 Warning(s) [xUnit.net 00:04:22.78] 》 0 Error(s) [xUnit.net 00:04:22.78] 》 [xUnit.net 00:04:22.78] 》Time Elapsed 00:00:03.35 [xUnit.net 00:04:22.78] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:22.78] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': [xUnit.net 00:04:22.78] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:22.78] 》Build started 4/8/2026 2:53:43 PM. [xUnit.net 00:04:22.78] 》 [xUnit.net 00:04:22.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:22.78] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:22.78] 》 Determining projects to restore... [xUnit.net 00:04:22.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:22.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:22.78] 》AddPrunePackageReferences: [xUnit.net 00:04:22.78] 》 Loaded prune package data from framework packages [xUnit.net 00:04:22.78] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:22.78] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:22.78] 》Restore: [xUnit.net 00:04:22.78] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:22.78] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:22.78] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj... [xUnit.net 00:04:22.78] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:22.78] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\project.assets.json [xUnit.net 00:04:22.78] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj (in 541 ms). [xUnit.net 00:04:22.78] 》 [xUnit.net 00:04:22.78] 》 NuGet Config files used: [xUnit.net 00:04:22.78] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:22.78] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:22.78] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:22.78] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:22.78] 》 [xUnit.net 00:04:22.78] 》 Feeds used: [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:22.78] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:22.78] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:22.78] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:22.78] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:22.78] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:22.78] 》CoreResGen: [xUnit.net 00:04:22.78] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:22.78] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:22.78] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.78] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:22.78] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:22.78] 》_GenerateSourceLinkFile: [xUnit.net 00:04:22.78] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:22.78] 》CoreCompile: [xUnit.net 00:04:22.78] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:22.78] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:22.78] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:22.78] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:22.78] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:22.78] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:22.78] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.78] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:22.78] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:22.78] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.78] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:22.78] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.78] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:22.78] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:22.78] 》_CopyAppConfigFile: [xUnit.net 00:04:22.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:22.78] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:22.78] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:22.78] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:22.79] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:22.79] 》PrepareForPublish: [xUnit.net 00:04:22.79] 》 Creating directory "bin\Debug\net46\win-x86\publish\". [xUnit.net 00:04:22.79] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:22.79] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe". [xUnit.net 00:04:22.79] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:22.79] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:22.79] 》Publish: [xUnit.net 00:04:22.79] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\ [xUnit.net 00:04:22.79] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:22.79] 》 [xUnit.net 00:04:22.79] 》Build succeeded. [xUnit.net 00:04:22.79] 》 0 Warning(s) [xUnit.net 00:04:22.79] 》 0 Error(s) [xUnit.net 00:04:22.79] 》 [xUnit.net 00:04:22.79] 》Time Elapsed 00:00:02.12 [xUnit.net 00:04:22.79] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. [xUnit.net 00:04:22.79] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:04:22.79] 》Native code was not used (X86) [xUnit.net 00:04:22.79] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:22.79] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:22.79] 》Native code was not used (X86) [xUnit.net 00:04:22.79] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "explicitOff", rid: "win-x86", useAppendOption: False, shouldAppend: False) [10 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:35 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj (in 551 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.13 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:37 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj (in 68 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj] 》_WriteAppConfigWithSupportedRuntime: 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. 》CoreResGen: 》 No resources are out of date with respect to their source files. Skipping resource generation. 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CopyAppConfigFile: 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\win-x86\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.40 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ': 》Native code was not used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---6F38BA98\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:39 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj (in 1.36 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.35 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:43 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj (in 541 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj::TargetFramework=net46] 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.pdb". 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\win-x86\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.12 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ': 》Native code was not used (X86) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---EAEF37CB\bin\Debug\net46\win-x86\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:22.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:22.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:22.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:45 PM. [xUnit.net 00:04:22.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:23.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:23.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:23.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:23.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:23.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:23.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:23.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj... [xUnit.net 00:04:24.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:24.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:24.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\project.assets.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj (in 509 ms). [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:24.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:24.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:24.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:24.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:24.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:24.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:24.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:24.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:24.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:24.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj] [xUnit.net 00:04:24.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:24.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:24.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:24.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:24.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:24.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:24.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:24.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:24.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:24.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:24.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:24.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:24.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:24.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:24.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:24.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:24.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:24.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:24.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:24.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:24.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:24.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:24.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:24.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:24.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:24.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:24.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:24.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:24.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:24.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:24.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:24.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:24.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:24.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:24.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:01.98 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore exited with 0 in 2163 ms. [xUnit.net 00:04:24.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore [xUnit.net 00:04:24.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': Process ID: 2472 [xUnit.net 00:04:25.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:47 PM. [xUnit.net 00:04:25.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:25.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:25.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:25.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:26.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:26.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:26.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\project.assets.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj (in 65 ms). [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:26.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:04:26.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:26.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:26.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:26.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj] [xUnit.net 00:04:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:04:26.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:26.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:26.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:04:26.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:26.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:26.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:26.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:26.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:26.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:26.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Publish: [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\ [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:26.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:01.47 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore exited with 0 in 1649 ms. [xUnit.net 00:04:26.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:26.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 5540 [xUnit.net 00:04:26.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 83 ms. [xUnit.net 00:04:26.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe [xUnit.net 00:04:26.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe ': Process ID: 8128 [xUnit.net 00:04:26.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe exited with 0 in 66 ms. [xUnit.net 00:04:26.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore [xUnit.net 00:04:26.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore': Process ID: 5968 [xUnit.net 00:04:26.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:26.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:49 PM. [xUnit.net 00:04:26.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:27.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:27.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:27.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:27.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:27.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:27.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:27.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:27.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:27.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:27.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:27.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:27.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:27.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:27.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:27.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:27.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:27.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:27.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj... [xUnit.net 00:04:29.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:29.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:29.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\project.assets.json [xUnit.net 00:04:29.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj (in 1.37 sec). [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:29.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:29.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:29.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:04:29.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:29.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:29.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:29.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:29.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:29.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:29.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:29.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:29.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:29.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:29.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:29.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:29.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:29.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:29.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:29.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:29.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:29.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:29.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:29.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:29.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:29.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:29.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:29.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:29.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:29.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:29.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:29.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:29.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:29.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:29.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:29.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:29.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:30.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:30.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:30.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:30.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:30.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:30.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:30.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:30.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:30.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:30.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:30.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:30.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:30.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:30.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 2 Warning(s) [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:30.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:03.40 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore exited with 0 in 3589 ms. [xUnit.net 00:04:30.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 [xUnit.net 00:04:30.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': Process ID: 5164 [xUnit.net 00:04:30.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:30.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build started 4/8/2026 2:53:53 PM. [xUnit.net 00:04:30.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:31.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:31.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:31.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:31.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:31.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:31.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:31.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Restore: [xUnit.net 00:04:31.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:31.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:31.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj... [xUnit.net 00:04:32.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:32.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\project.assets.json [xUnit.net 00:04:32.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj (in 549 ms). [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Feeds used: [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:32.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:32.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:32.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:32.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:32.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreResGen: [xUnit.net 00:04:32.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:32.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:32.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:32.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:32.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:32.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CoreCompile: [xUnit.net 00:04:32.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:32.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:32.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:32.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:32.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:32.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:32.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:32.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:32.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:32.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:32.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Publish: [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\ [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Build succeeded. [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》 [xUnit.net 00:04:32.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Time Elapsed 00:00:02.12 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46 exited with 0 in 2307 ms. [xUnit.net 00:04:32.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:32.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe ': Process ID: 944 [xUnit.net 00:04:32.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe exited with 0 in 64 ms. [xUnit.net 00:04:32.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Running C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe > C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe [xUnit.net 00:04:32.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe ': Process ID: 3544 [xUnit.net 00:04:32.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] 》Native code was not used (MSIL) < C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe exited with 0 in 33 ms. [xUnit.net 00:04:32.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [OUTPUT] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:32.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [PASS] [xUnit.net 00:04:32.72] Output: [xUnit.net 00:04:32.72] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:32.72] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:32.72] 》Build started 4/8/2026 2:53:45 PM. [xUnit.net 00:04:32.72] 》 [xUnit.net 00:04:32.72] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:32.72] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:32.72] 》 Determining projects to restore... [xUnit.net 00:04:32.72] 》Restore: [xUnit.net 00:04:32.72] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:32.72] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:32.72] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj... [xUnit.net 00:04:32.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:32.72] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:32.72] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\project.assets.json [xUnit.net 00:04:32.72] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj (in 509 ms). [xUnit.net 00:04:32.72] 》 [xUnit.net 00:04:32.72] 》 NuGet Config files used: [xUnit.net 00:04:32.72] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:32.72] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:32.72] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:32.72] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:32.72] 》 [xUnit.net 00:04:32.72] 》 Feeds used: [xUnit.net 00:04:32.72] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:32.72] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore [xUnit.net 00:04:32.72] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:32.72] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:32.72] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:32.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:32.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:32.73] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:32.73] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj] [xUnit.net 00:04:32.73] 》PrepareForBuild: [xUnit.net 00:04:32.73] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:32.73] 》 Creating directory "obj\Debug\net46\". Process ID: 4420 [xUnit.net 00:04:32.73] 》CoreResGen: [xUnit.net 00:04:32.73] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:32.73] 》_GenerateSourceLinkFile: [xUnit.net 00:04:32.73] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:32.73] 》CoreCompile: [xUnit.net 00:04:32.73] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:32.73] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:32.73] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:32.73] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:32.73] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:32.73] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:32.73] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.73] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.73] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:32.73] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.73] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.73] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.73] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.73] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:32.73] 》_CopyAppConfigFile: [xUnit.net 00:04:32.73] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:32.73] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:32.73] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:32.73] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:32.73] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:32.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:32.73] 》 [xUnit.net 00:04:32.73] 》Build succeeded. [xUnit.net 00:04:32.73] 》 0 Warning(s) [xUnit.net 00:04:32.73] 》 0 Error(s) [xUnit.net 00:04:32.73] 》 [xUnit.net 00:04:32.73] 》Time Elapsed 00:00:01.98 [xUnit.net 00:04:32.73] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:32.73] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:04:32.73] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:32.73] 》Build started 4/8/2026 2:53:47 PM. [xUnit.net 00:04:32.73] 》 [xUnit.net 00:04:32.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:32.73] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:32.73] 》 Determining projects to restore... [xUnit.net 00:04:32.73] 》Restore: [xUnit.net 00:04:32.73] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:32.73] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:32.73] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\project.assets.json [xUnit.net 00:04:32.73] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj (in 65 ms). [xUnit.net 00:04:32.73] 》 [xUnit.net 00:04:32.73] 》 NuGet Config files used: [xUnit.net 00:04:32.73] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:32.73] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:32.73] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:32.73] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:32.73] 》 [xUnit.net 00:04:32.73] 》 Feeds used: [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:32.73] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:32.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:32.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:32.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:32.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:32.74] 》 All projects are up-to-date for restore. [xUnit.net 00:04:32.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:32.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:32.74] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:32.74] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj] [xUnit.net 00:04:32.74] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:04:32.74] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.74] 》CoreResGen: [xUnit.net 00:04:32.74] 》 No resources are out of date with respect to their source files. Skipping resource generation. [xUnit.net 00:04:32.74] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:32.74] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.74] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:32.74] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.74] 》_GenerateSourceLinkFile: [xUnit.net 00:04:32.74] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:32.74] 》CoreCompile: [xUnit.net 00:04:32.74] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.74] 》_CopyAppConfigFile: [xUnit.net 00:04:32.74] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.74] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:32.74] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:32.74] 》PrepareForPublish: [xUnit.net 00:04:32.74] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:04:32.74] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:32.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:04:32.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:32.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:32.74] 》Publish: [xUnit.net 00:04:32.74] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\ [xUnit.net 00:04:32.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:32.74] 》 [xUnit.net 00:04:32.74] 》Build succeeded. [xUnit.net 00:04:32.74] 》 0 Warning(s) [xUnit.net 00:04:32.74] 》 0 Error(s) [xUnit.net 00:04:32.74] 》 [xUnit.net 00:04:32.74] 》Time Elapsed 00:00:01.47 [xUnit.net 00:04:32.74] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:04:32.74] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:04:32.74] 》Native code was not used (MSIL) [xUnit.net 00:04:32.74] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:32.74] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:32.74] 》Native code was not used (MSIL) [xUnit.net 00:04:32.74] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:32.74] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore': [xUnit.net 00:04:32.74] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:32.74] 》Build started 4/8/2026 2:53:49 PM. [xUnit.net 00:04:32.74] 》 [xUnit.net 00:04:32.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:32.74] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:32.74] 》 Determining projects to restore... [xUnit.net 00:04:32.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:32.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:32.74] 》AddPrunePackageReferences: [xUnit.net 00:04:32.74] 》 Loaded prune package data from framework packages [xUnit.net 00:04:32.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:32.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:32.74] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:32.74] 》AddPrunePackageReferences: [xUnit.net 00:04:32.74] 》 Loaded prune package data from framework packages [xUnit.net 00:04:32.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:32.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:32.74] 》Restore: [xUnit.net 00:04:32.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:32.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:32.74] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj... [xUnit.net 00:04:32.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:32.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.targets. [xUnit.net 00:04:32.74] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\project.assets.json [xUnit.net 00:04:32.74] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj (in 1.37 sec). [xUnit.net 00:04:32.74] 》 [xUnit.net 00:04:32.74] 》 NuGet Config files used: [xUnit.net 00:04:32.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:32.74] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:32.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:32.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:32.74] 》 [xUnit.net 00:04:32.74] 》 Feeds used: [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:32.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:32.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:32.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:32.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). [xUnit.net 00:04:32.75] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:32.75] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:32.75] 》PrepareForBuild: [xUnit.net 00:04:32.75] 》 Creating directory "bin\Debug\net46\". [xUnit.net 00:04:32.75] 》 Creating directory "obj\Debug\net46\". [xUnit.net 00:04:32.75] 》CoreResGen: [xUnit.net 00:04:32.75] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:32.75] 》_GenerateSourceLinkFile: [xUnit.net 00:04:32.75] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:32.75] 》CoreCompile: [xUnit.net 00:04:32.75] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:32.75] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:32.75] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:32.75] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:32.75] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:32.75] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:32.75] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.75] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.75] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:32.75] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.75] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.75] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.75] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.75] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:32.75] 》_CopyAppConfigFile: [xUnit.net 00:04:32.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:32.75] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:32.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:32.75] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:32.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:32.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:32.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). [xUnit.net 00:04:32.75] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:32.75] 》PrepareForBuild: [xUnit.net 00:04:32.75] 》 Creating directory "bin\Debug\netcoreapp1.1\". [xUnit.net 00:04:32.75] 》 Creating directory "obj\Debug\netcoreapp1.1\". [xUnit.net 00:04:32.75] 》CoreResGen: [xUnit.net 00:04:32.75] 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:32.75] 》_GenerateSourceLinkFile: [xUnit.net 00:04:32.75] 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:32.75] 》CoreCompile: [xUnit.net 00:04:32.75] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:32.75] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:32.75] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:32.75] 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:32.75] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:32.75] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:32.75] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.75] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.75] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:32.75] 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:32.76] 》 End writing request for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:32.76] 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:32.76] 》 End reading response for DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:32.76] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) [xUnit.net 00:04:32.76] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:32.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". [xUnit.net 00:04:32.76] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll [xUnit.net 00:04:32.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". [xUnit.net 00:04:32.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:32.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》Build succeeded. [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target) (1) -> [xUnit.net 00:04:32.76] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> [xUnit.net 00:04:32.76] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> [xUnit.net 00:04:32.76] 》(_CheckForEolTargetFrameworks target) -> [xUnit.net 00:04:32.76] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target) (1:15) -> [xUnit.net 00:04:32.76] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target) (1:17) -> [xUnit.net 00:04:32.76] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》 2 Warning(s) [xUnit.net 00:04:32.76] 》 0 Error(s) [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》Time Elapsed 00:00:03.40 [xUnit.net 00:04:32.76] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore' exited with exit code 0. [xUnit.net 00:04:32.76] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': [xUnit.net 00:04:32.76] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:32.76] 》Build started 4/8/2026 2:53:53 PM. [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:32.76] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:32.76] 》 Determining projects to restore... [xUnit.net 00:04:32.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:32.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:32.76] 》AddPrunePackageReferences: [xUnit.net 00:04:32.76] 》 Loaded prune package data from framework packages [xUnit.net 00:04:32.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:32.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:32.76] 》Restore: [xUnit.net 00:04:32.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:32.76] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:32.76] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj... [xUnit.net 00:04:32.76] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.props. [xUnit.net 00:04:32.76] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\project.assets.json [xUnit.net 00:04:32.76] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj (in 549 ms). [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》 NuGet Config files used: [xUnit.net 00:04:32.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:32.76] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:32.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:32.76] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:32.76] 》 [xUnit.net 00:04:32.76] 》 Feeds used: [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:32.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:32.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target(s)). [xUnit.net 00:04:32.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:32.76] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:32.77] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=net46] [xUnit.net 00:04:32.77] 》CoreResGen: [xUnit.net 00:04:32.77] 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". [xUnit.net 00:04:32.77] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:32.77] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.77] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:32.77] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:32.77] 》_GenerateSourceLinkFile: [xUnit.net 00:04:32.77] 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. [xUnit.net 00:04:32.77] 》CoreCompile: [xUnit.net 00:04:32.77] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:32.77] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:32.77] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:32.77] 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:32.77] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:32.77] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:32.77] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.77] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:32.77] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:32.77] 》 Begin writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.77] 》 End writing request for DesktopMinusRid (net46) [xUnit.net 00:04:32.77] 》 Begin reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.77] 》 End reading response for DesktopMinusRid (net46) [xUnit.net 00:04:32.77] 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) [xUnit.net 00:04:32.77] 》_CopyAppConfigFile: [xUnit.net 00:04:32.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe.config". [xUnit.net 00:04:32.77] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:32.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe". [xUnit.net 00:04:32.77] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe [xUnit.net 00:04:32.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.pdb". [xUnit.net 00:04:32.77] 》PrepareForPublish: [xUnit.net 00:04:32.77] 》 Creating directory "bin\Debug\net46\publish\". [xUnit.net 00:04:32.77] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:32.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe". [xUnit.net 00:04:32.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe.config". [xUnit.net 00:04:32.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.pdb". [xUnit.net 00:04:32.77] 》Publish: [xUnit.net 00:04:32.77] 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\ [xUnit.net 00:04:32.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Publish target(s)). [xUnit.net 00:04:32.77] 》 [xUnit.net 00:04:32.77] 》Build succeeded. [xUnit.net 00:04:32.77] 》 0 Warning(s) [xUnit.net 00:04:32.77] 》 0 Error(s) [xUnit.net 00:04:32.77] 》 [xUnit.net 00:04:32.77] 》Time Elapsed 00:00:02.12 [xUnit.net 00:04:32.77] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. [xUnit.net 00:04:32.77] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe ': [xUnit.net 00:04:32.77] 》Native code was not used (MSIL) [xUnit.net 00:04:32.77] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:32.77] Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe ': [xUnit.net 00:04:32.77] 》Native code was not used (MSIL) [xUnit.net 00:04:32.77] Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_appends_rid_to_outdir_correctly(identifier: "implicitOn", rid: "", useAppendOption: True, shouldAppend: False) [9 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:45 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj (in 509 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.98 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:47 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj (in 65 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj] 》_WriteAppConfigWithSupportedRuntime: 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. 》CoreResGen: 》 No resources are out of date with respect to their source files. Skipping resource generation. 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CopyAppConfigFile: 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.47 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\DesktopMinusRid.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---BFE295EB\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:49 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:13) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:10) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:14) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj (in 1.37 sec). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:16) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=net46] 》PrepareForBuild: 》 Creating directory "bin\Debug\net46\". 》 Creating directory "obj\Debug\net46\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:15) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:17) on node 1 (Build target(s)). 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》PrepareForBuild: 》 Creating directory "bin\Debug\netcoreapp1.1\". 》 Creating directory "obj\Debug\netcoreapp1.1\". 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\netcoreapp1.1\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (netcoreapp1.1), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:1 /define:TRACE;DEBUG;NETCOREAPP;NETCOREAPP1_1;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.csharp\4.3.0\ref\netstandard1.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.visualbasic\10.1.0\ref\netstandard1.1\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.appcontext\4.3.0\ref\netstandard1.6\System.AppContext.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.buffers\4.3.0\lib\netstandard1.1\System.Buffers.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.concurrent\4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections\4.3.0\ref\netstandard1.3\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.3.0\lib\netstandard1.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel.annotations\4.3.0\ref\netstandard1.4\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.componentmodel\4.3.0\ref\netstandard1.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.console\4.3.0\ref\netstandard1.3\System.Console.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.3.1\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.process\4.3.0\ref\netstandard1.4\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tools\4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.tracing\4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.dynamic.runtime\4.3.0\ref\netstandard1.3\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.calendars\4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization\4.3.0\ref\netstandard1.3\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.globalization.extensions\4.3.0\ref\netstandard1.3\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression\4.3.0\ref\netstandard1.3\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.compression.zipfile\4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io\4.3.0\ref\netstandard1.5\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem\4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.primitives\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.filesystem.watcher\4.3.0\ref\netstandard1.3\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.memorymappedfiles\4.3.0\ref\netstandard1.3\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.io.unmanagedmemorystream\4.3.0\ref\netstandard1.3\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq\4.3.0\ref\netstandard1.6\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.expressions\4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.parallel\4.3.0\ref\netstandard1.1\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.linq.queryable\4.3.0\ref\netstandard1.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.2\ref\netstandard1.3\System.Net.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.nameresolution\4.3.0\ref\netstandard1.3\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.primitives\4.3.0\ref\netstandard1.3\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.requests\4.3.0\ref\netstandard1.3\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.security\4.3.1\ref\netstandard1.3\System.Net.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.sockets\4.3.0\ref\netstandard1.3\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.webheadercollection\4.3.0\ref\netstandard1.3\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.numerics.vectors\4.3.0\ref\netstandard1.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.objectmodel\4.3.0\ref\netstandard1.3\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.dispatchproxy\4.3.0\ref\netstandard1.3\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection\4.3.0\ref\netstandard1.5\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.extensions\4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.4.1\lib\netstandard1.1\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.primitives\4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.typeextensions\4.3.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.reader\4.3.0\lib\netstandard1.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.resources.resourcemanager\4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.extensions\4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.handles\4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices\4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.interopservices.runtimeinformation\4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime.numerics\4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.principal\4.3.0\ref\netstandard1.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding\4.3.0\ref\netstandard1.3\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.encoding.extensions\4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.text.regularexpressions\4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading\4.3.0\ref\netstandard1.3\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.dataflow\4.7.0\lib\netstandard1.1\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks\4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.extensions\4.3.0\lib\netstandard1.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.tasks.parallel\4.3.0\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.thread\4.3.0\ref\netstandard1.3\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.threadpool\4.3.0\ref\netstandard1.3\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.threading.timer\4.3.0\ref\netstandard1.2\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.readerwriter\4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.xml.xdocument\4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\netcoreapp1.1\DesktopMinusRid.dll /resource:obj\Debug\netcoreapp1.1\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\netcoreapp1.1\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\netcoreapp1.1\.NETCoreApp,Version=v1.1.AssemblyAttributes.cs" obj\Debug\netcoreapp1.1\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (netcoreapp1.1) 》 End writing request for DesktopMinusRid (netcoreapp1.1) 》 Begin reading response for DesktopMinusRid (netcoreapp1.1) 》 End reading response for DesktopMinusRid (netcoreapp1.1) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (netcoreapp1.1) 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\netcoreapp1.1\DesktopMinusRid.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\netcoreapp1.1\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\netcoreapp1.1\DesktopMinusRid.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target(s)). 》 》Build succeeded. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target) (1) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target) (1:10) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target) (1:14) -> 》(_CheckForEolTargetFrameworks target) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target) (1:15) -> 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Build target) (1:17) -> 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=netcoreapp1.1] 》 》 2 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.40 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:53 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:8) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:8) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (1:9) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\DesktopMinusRid.csproj.nuget.g.props. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj (in 549 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj::TargetFramework=net46] 》CoreResGen: 》 Processing resource file "Strings.resx" into "obj\Debug\net46\DesktopMinusRid.Strings.resources". 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net46\DesktopMinusRid.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopMinusRid (net46), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET46;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net46\1.0.3\build\.NETFramework\v4.6\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net46\DesktopMinusRid.exe /subsystemversion:6.00 /resource:obj\Debug\net46\DesktopMinusRid.Strings.resources /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net46\DesktopMinusRid.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net46\.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj\Debug\net46\DesktopMinusRid.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopMinusRid (net46) 》 End writing request for DesktopMinusRid (net46) 》 Begin reading response for DesktopMinusRid (net46) 》 End reading response for DesktopMinusRid (net46) 》 CompilerServer: server - server processed compilation - DesktopMinusRid (net46) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe". 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.pdb". 》PrepareForPublish: 》 Creating directory "bin\Debug\net46\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe.config". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\obj\Debug\net46\DesktopMinusRid.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.pdb". 》Publish: 》 DesktopMinusRid -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.12 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\DesktopMinusRid.csproj /p:_IsPublishing=true /restore /p:TargetFramework=net46' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\DesktopMinusRid.exe ' exited with exit code 0. Executing 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe ': 》Native code was not used (MSIL) Command 'C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_appends_ri---69771D63\bin\Debug\net46\publish\DesktopMinusRid.exe ' exited with exit code 0. [xUnit.net 00:04:32.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore': [xUnit.net 00:04:32.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:32.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Build started 4/8/2026 2:53:55 PM. [xUnit.net 00:04:32.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:04:33.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:33.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:33.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Restore: [xUnit.net 00:04:33.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:33.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:33.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj... [xUnit.net 00:04:34.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\HelloWorld.csproj.nuget.g.props. [xUnit.net 00:04:34.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\HelloWorld.csproj.nuget.g.targets. [xUnit.net 00:04:34.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\project.assets.json [xUnit.net 00:04:34.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj (in 492 ms). [xUnit.net 00:04:34.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Feeds used: [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:34.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" (Restore target(s)). [xUnit.net 00:04:34.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:34.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:34.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj] [xUnit.net 00:04:34.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:34.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Creating directory "bin\Debug\net45\". [xUnit.net 00:04:34.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Creating directory "obj\Debug\net45\". [xUnit.net 00:04:34.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:34.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net45\HelloWorld.sourcelink.json' does not exist. [xUnit.net 00:04:34.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》CoreCompile: [xUnit.net 00:04:34.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:34.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\HelloWorld.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\HelloWorld.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\HelloWorld.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Compilation request HelloWorld (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:34.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\HelloWorld.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\HelloWorld.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\HelloWorld.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:34.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Begin writing request for HelloWorld (net45) [xUnit.net 00:04:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 End writing request for HelloWorld (net45) [xUnit.net 00:04:34.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Begin reading response for HelloWorld (net45) [xUnit.net 00:04:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 End reading response for HelloWorld (net45) [xUnit.net 00:04:34.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 CompilerServer: server - server processed compilation - HelloWorld (net45) [xUnit.net 00:04:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe.config". [xUnit.net 00:04:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe". [xUnit.net 00:04:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 HelloWorld -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe [xUnit.net 00:04:34.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.pdb". [xUnit.net 00:04:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" (Build target(s)). [xUnit.net 00:04:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:04:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Build succeeded. [xUnit.net 00:04:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》 [xUnit.net 00:04:34.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] 》Time Elapsed 00:00:02.04 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore exited with 0 in 2230 ms. [xUnit.net 00:04:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore' exited with exit code 0. [xUnit.net 00:04:34.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [PASS] [xUnit.net 00:04:34.96] Output: [xUnit.net 00:04:34.96] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore': [xUnit.net 00:04:34.96] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:34.96] 》Build started 4/8/2026 2:53:55 PM. [xUnit.net 00:04:34.96] 》 [xUnit.net 00:04:34.96] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:34.96] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:34.96] 》 Determining projects to restore... [xUnit.net 00:04:34.96] 》Restore: [xUnit.net 00:04:34.96] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:34.96] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:34.96] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj... [xUnit.net 00:04:34.96] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\HelloWorld.csproj.nuget.g.props. [xUnit.net 00:04:34.96] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\HelloWorld.csproj.nuget.g.targets. [xUnit.net 00:04:34.96] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\project.assets.json [xUnit.net 00:04:34.96] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj (in 492 ms). [xUnit.net 00:04:34.96] 》 [xUnit.net 00:04:34.96] 》 NuGet Config files used: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal [xUnit.net 00:04:34.96] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal [xUnit.net 00:04:34.97] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:34.97] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:34.97] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:34.97] 》 [xUnit.net 00:04:34.97] 》 Feeds used: [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:34.97] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:34.97] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" (Restore target(s)). [xUnit.net 00:04:34.97] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" on node 1 (Build target(s)). Process ID: 9648 [xUnit.net 00:04:34.97] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:34.97] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj] [xUnit.net 00:04:34.97] 》PrepareForBuild: [xUnit.net 00:04:34.97] 》 Creating directory "bin\Debug\net45\". [xUnit.net 00:04:34.97] 》 Creating directory "obj\Debug\net45\". [xUnit.net 00:04:34.97] 》_GenerateSourceLinkFile: [xUnit.net 00:04:34.97] 》 Source Link is empty, file 'obj\Debug\net45\HelloWorld.sourcelink.json' does not exist. [xUnit.net 00:04:34.97] 》CoreCompile: [xUnit.net 00:04:34.97] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:34.97] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:34.97] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\HelloWorld.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\HelloWorld.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\HelloWorld.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:34.97] 》 Compilation request HelloWorld (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:34.97] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:34.97] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\HelloWorld.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\HelloWorld.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\HelloWorld.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:34.97] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:34.97] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:34.97] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:34.97] 》 Begin writing request for HelloWorld (net45) [xUnit.net 00:04:34.97] 》 End writing request for HelloWorld (net45) [xUnit.net 00:04:34.97] 》 Begin reading response for HelloWorld (net45) [xUnit.net 00:04:34.97] 》 End reading response for HelloWorld (net45) [xUnit.net 00:04:34.97] 》 CompilerServer: server - server processed compilation - HelloWorld (net45) [xUnit.net 00:04:34.97] 》_CopyAppConfigFile: [xUnit.net 00:04:34.97] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe.config". [xUnit.net 00:04:34.97] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:34.97] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe". [xUnit.net 00:04:34.97] 》 HelloWorld -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe [xUnit.net 00:04:34.97] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.pdb". [xUnit.net 00:04:34.97] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" (Build target(s)). [xUnit.net 00:04:34.97] 》 [xUnit.net 00:04:34.97] 》Build succeeded. [xUnit.net 00:04:34.97] 》 0 Warning(s) [xUnit.net 00:04:34.97] 》 0 Error(s) [xUnit.net 00:04:34.97] 》 [xUnit.net 00:04:34.97] 》Time Elapsed 00:00:02.04 [xUnit.net 00:04:34.97] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:55 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\HelloWorld.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\HelloWorld.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj (in 492 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net45\". 》 Creating directory "obj\Debug\net45\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net45\HelloWorld.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\HelloWorld.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\HelloWorld.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\HelloWorld.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request HelloWorld (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\HelloWorld.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\HelloWorld.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\HelloWorld.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for HelloWorld (net45) 》 End writing request for HelloWorld (net45) 》 Begin reading response for HelloWorld (net45) 》 End reading response for HelloWorld (net45) 》 CompilerServer: server - server processed compilation - HelloWorld (net45) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe". 》 HelloWorld -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\obj\Debug\net45\HelloWorld.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\bin\Debug\net45\HelloWorld.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.04 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_builds_a_s---6C76FE8C\HelloWorld.csproj /restore' exited with exit code 0. [xUnit.net 00:04:34.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal': [xUnit.net 00:04:35.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:35.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Build started 4/8/2026 2:53:57 PM. [xUnit.net 00:04:35.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 [xUnit.net 00:04:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:35.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:36.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Restore: [xUnit.net 00:04:36.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:36.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:36.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj... [xUnit.net 00:04:36.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\DesktopConflictsNuGet.csproj.nuget.g.props. [xUnit.net 00:04:36.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\DesktopConflictsNuGet.csproj.nuget.g.targets. [xUnit.net 00:04:36.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\project.assets.json [xUnit.net 00:04:36.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj (in 501 ms). [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Feeds used: [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:36.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" (Restore target(s)). [xUnit.net 00:04:36.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:36.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:36.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj] [xUnit.net 00:04:36.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:36.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:36.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:37.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:37.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsNuGet.sourcelink.json' does not exist. [xUnit.net 00:04:37.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》CoreCompile: [xUnit.net 00:04:37.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:37.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:37.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsNuGet.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsNuGet.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsNuGet.cs DesktopConflictsNuGetProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsNuGet.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Compilation request DesktopConflictsNuGet (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:37.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsNuGet.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsNuGet.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsNuGet.cs DesktopConflictsNuGetProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsNuGet.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:37.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:37.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:37.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:37.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Begin writing request for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 End writing request for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Begin reading response for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 End reading response for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\Newtonsoft.Json.dll". [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopC.FD1FC843.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopC.FD1FC843.Up2Date". [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe.config". [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:37.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe". [xUnit.net 00:04:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 DesktopConflictsNuGet -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe [xUnit.net 00:04:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.pdb". [xUnit.net 00:04:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" (Build target(s)). [xUnit.net 00:04:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 [xUnit.net 00:04:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Build succeeded. [xUnit.net 00:04:37.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》 [xUnit.net 00:04:37.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] 》Time Elapsed 00:00:02.12 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal exited with 0 in 2307 ms. [xUnit.net 00:04:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:04:37.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [PASS] [xUnit.net 00:04:37.28] Output: [xUnit.net 00:04:37.28] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal': [xUnit.net 00:04:37.28] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:37.28] 》Build started 4/8/2026 2:53:57 PM. [xUnit.net 00:04:37.28] 》 [xUnit.net 00:04:37.28] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:37.28] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:37.28] 》 Determining projects to restore... [xUnit.net 00:04:37.28] 》Restore: [xUnit.net 00:04:37.28] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:37.28] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:37.28] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj... [xUnit.net 00:04:37.28] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\DesktopConflictsNuGet.csproj.nuget.g.props. [xUnit.net 00:04:37.28] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\DesktopConflictsNuGet.csproj.nuget.g.targets. [xUnit.net 00:04:37.28] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\project.assets.json [xUnit.net 00:04:37.28] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj (in 501 ms). [xUnit.net 00:04:37.28] 》 [xUnit.net 00:04:37.28] 》 NuGet Config files used: [xUnit.net 00:04:37.28] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:37.28] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:37.28] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:37.28] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:37.28] 》 [xUnit.net 00:04:37.28] 》 Feeds used: [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:37.28] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:37.28] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" (Restore target(s)). [xUnit.net 00:04:37.28] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:37.28] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:37.28] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj] [xUnit.net 00:04:37.28] 》PrepareForBuild: [xUnit.net 00:04:37.28] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:37.28] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:37.28] 》_GenerateSourceLinkFile: [xUnit.net 00:04:37.28] 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsNuGet.sourcelink.json' does not exist. [xUnit.net 00:04:37.28] 》CoreCompile: [xUnit.net 00:04:37.28] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:37.28] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:37.28] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsNuGet.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsNuGet.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsNuGet.cs DesktopConflictsNuGetProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsNuGet.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:37.28] 》 Compilation request DesktopConflictsNuGet (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:37.28] 》 CommandLine = ' /noconfig' Process ID: 7288 [xUnit.net 00:04:37.28] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsNuGet.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsNuGet.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsNuGet.cs DesktopConflictsNuGetProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsNuGet.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:37.28] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:37.28] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:37.28] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:37.29] 》 Begin writing request for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.29] 》 End writing request for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.29] 》 Begin reading response for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.29] 》 End reading response for DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.29] 》 CompilerServer: server - server processed compilation - DesktopConflictsNuGet (net462) [xUnit.net 00:04:37.29] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:37.29] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\Newtonsoft.Json.dll". [xUnit.net 00:04:37.29] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopC.FD1FC843.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:37.29] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopC.FD1FC843.Up2Date". [xUnit.net 00:04:37.29] 》_CopyAppConfigFile: [xUnit.net 00:04:37.29] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe.config". [xUnit.net 00:04:37.29] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:37.29] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe". [xUnit.net 00:04:37.29] 》 DesktopConflictsNuGet -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe [xUnit.net 00:04:37.29] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.pdb". [xUnit.net 00:04:37.29] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" (Build target(s)). [xUnit.net 00:04:37.29] 》 [xUnit.net 00:04:37.29] 》Build succeeded. [xUnit.net 00:04:37.29] 》 0 Warning(s) [xUnit.net 00:04:37.29] 》 0 Error(s) [xUnit.net 00:04:37.29] 》 [xUnit.net 00:04:37.29] 》Time Elapsed 00:00:02.12 [xUnit.net 00:04:37.29] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_referencing_a_nuget_package [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:57 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\DesktopConflictsNuGet.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\DesktopConflictsNuGet.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj (in 501 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsNuGet.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsNuGet.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsNuGet.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsNuGet.cs DesktopConflictsNuGetProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsNuGet.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopConflictsNuGet (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsNuGet.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsNuGet.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsNuGet.cs DesktopConflictsNuGetProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsNuGet.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopConflictsNuGet (net462) 》 End writing request for DesktopConflictsNuGet (net462) 》 Begin reading response for DesktopConflictsNuGet (net462) 》 End reading response for DesktopConflictsNuGet (net462) 》 CompilerServer: server - server processed compilation - DesktopConflictsNuGet (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\newtonsoft.json\13.0.3\lib\net45\Newtonsoft.Json.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\Newtonsoft.Json.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopC.FD1FC843.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopC.FD1FC843.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe". 》 DesktopConflictsNuGet -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\obj\Debug\net462\DesktopConflictsNuGet.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\bin\Debug\net462\DesktopConflictsNuGet.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.12 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsNuGet\DesktopConflictsNuGet\DesktopConflictsNuGet.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:04:37.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore': [xUnit.net 00:04:37.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:37.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Build started 4/8/2026 2:53:59 PM. [xUnit.net 00:04:37.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:37.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:37.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:37.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:38.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:38.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:38.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:04:38.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:04:38.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:04:38.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:04:38.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:04:38.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:38.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Restore: [xUnit.net 00:04:38.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:38.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:38.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj... [xUnit.net 00:04:39.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\DesktopPackageWithXmlNotPublished.csproj.nuget.g.props. [xUnit.net 00:04:39.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\DesktopPackageWithXmlNotPublished.csproj.nuget.g.targets. [xUnit.net 00:04:39.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\project.assets.json [xUnit.net 00:04:39.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj (in 636 ms). [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Feeds used: [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:39.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:39.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Restore target(s)). [xUnit.net 00:04:39.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:39.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:39.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj] [xUnit.net 00:04:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:04:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:04:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\refint\". [xUnit.net 00:04:39.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:04:39.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:39.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.sourcelink.json' does not exist. [xUnit.net 00:04:39.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》CoreCompile: [xUnit.net 00:04:39.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:39.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll /refout:obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPackageWithXmlNotPublished.cs DesktopPackageWithXmlNotPublishedProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:04:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Compilation request DesktopPackageWithXmlNotPublished (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:39.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll /refout:obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPackageWithXmlNotPublished.cs DesktopPackageWithXmlNotPublishedProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:04:39.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:39.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:39.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:39.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Begin writing request for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:39.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 End writing request for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:39.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Begin reading response for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:39.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 End reading response for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:39.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:04:39.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:04:39.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopP.D739912E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:39.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopP.D739912E.Up2Date". [xUnit.net 00:04:39.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:04:39.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.exe". [xUnit.net 00:04:40.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:40.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll". [xUnit.net 00:04:40.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\ref\DesktopPackageWithXmlNotPublished.dll". [xUnit.net 00:04:40.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll [xUnit.net 00:04:40.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb". [xUnit.net 00:04:40.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Build target(s)). [xUnit.net 00:04:40.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:40.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Build succeeded. [xUnit.net 00:04:40.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:40.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:40.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:40.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Time Elapsed 00:00:02.71 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore exited with 0 in 2872 ms. [xUnit.net 00:04:40.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore [xUnit.net 00:04:40.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore': Process ID: 6064 [xUnit.net 00:04:40.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:40.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Build started 4/8/2026 2:54:02 PM. [xUnit.net 00:04:40.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:40.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:40.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:40.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:41.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:41.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:41.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:04:41.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:04:41.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:04:41.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:04:41.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:04:41.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:41.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Restore: [xUnit.net 00:04:41.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:41.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\project.assets.json [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj (in 72 ms). [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Feeds used: [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:41.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:04:41.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Restore target(s)). [xUnit.net 00:04:41.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:41.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:41.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj] [xUnit.net 00:04:41.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:41.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:41.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:41.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:41.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:41.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.sourcelink.json' does not exist. [xUnit.net 00:04:41.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》CoreCompile: [xUnit.net 00:04:41.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:41.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CreateAppHost: [xUnit.net 00:04:41.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:41.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:04:41.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:41.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》GenerateBuildDependencyFile: [xUnit.net 00:04:41.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:41.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:04:41.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll [xUnit.net 00:04:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》PrepareForPublish: [xUnit.net 00:04:41.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:04:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.dll". [xUnit.net 00:04:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.deps.json". [xUnit.net 00:04:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.pdb". [xUnit.net 00:04:41.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.runtimeconfig.json". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:04:41.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.exe". [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Publish: [xUnit.net 00:04:41.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\ [xUnit.net 00:04:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Publish target(s)). [xUnit.net 00:04:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Build succeeded. [xUnit.net 00:04:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》 [xUnit.net 00:04:41.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] 》Time Elapsed 00:00:01.62 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore exited with 0 in 1807 ms. [xUnit.net 00:04:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:04:41.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [PASS] [xUnit.net 00:04:41.97] Output: [xUnit.net 00:04:41.97] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore': [xUnit.net 00:04:41.97] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:41.97] 》Build started 4/8/2026 2:53:59 PM. [xUnit.net 00:04:41.97] 》 [xUnit.net 00:04:41.97] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:41.97] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:41.97] 》 Determining projects to restore... [xUnit.net 00:04:41.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:41.98] 》AddPrunePackageReferences: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary [xUnit.net 00:04:41.98] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:04:41.98] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:04:41.98] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:04:41.98] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:04:41.98] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary [xUnit.net 00:04:41.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:41.98] 》Restore: [xUnit.net 00:04:41.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:41.98] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:41.98] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj... [xUnit.net 00:04:41.98] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\DesktopPackageWithXmlNotPublished.csproj.nuget.g.props. [xUnit.net 00:04:41.98] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\DesktopPackageWithXmlNotPublished.csproj.nuget.g.targets. [xUnit.net 00:04:41.98] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\project.assets.json [xUnit.net 00:04:41.98] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj (in 636 ms). [xUnit.net 00:04:41.98] 》 [xUnit.net 00:04:41.98] 》 NuGet Config files used: [xUnit.net 00:04:41.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:41.98] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:41.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:41.98] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:41.98] 》 [xUnit.net 00:04:41.98] 》 Feeds used: [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:41.98] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:41.98] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Restore target(s)). [xUnit.net 00:04:41.98] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:41.98] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:41.98] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj] [xUnit.net 00:04:41.98] 》PrepareForBuild: [xUnit.net 00:04:41.98] 》 Creating directory "bin\Debug\net10.0\". Process ID: 3860 [xUnit.net 00:04:41.98] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:04:41.98] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\refint\". [xUnit.net 00:04:41.98] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:04:41.98] 》_GenerateSourceLinkFile: [xUnit.net 00:04:41.98] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.sourcelink.json' does not exist. [xUnit.net 00:04:41.98] 》CoreCompile: [xUnit.net 00:04:41.98] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:41.98] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:41.98] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll /refout:obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPackageWithXmlNotPublished.cs DesktopPackageWithXmlNotPublishedProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:04:41.99] 》 Compilation request DesktopPackageWithXmlNotPublished (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:41.99] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:41.99] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll /refout:obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPackageWithXmlNotPublished.cs DesktopPackageWithXmlNotPublishedProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:04:41.99] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:41.99] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:41.99] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:41.99] 》 Begin writing request for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:41.99] 》 End writing request for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:41.99] 》 Begin reading response for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:41.99] 》 End reading response for DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:41.99] 》 CompilerServer: server - server processed compilation - DesktopPackageWithXmlNotPublished (net10.0) [xUnit.net 00:04:41.99] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:04:41.99] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:04:41.99] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:41.99] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:41.99] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:41.99] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopP.D739912E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:41.99] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopP.D739912E.Up2Date". [xUnit.net 00:04:41.99] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.exe". [xUnit.net 00:04:41.99] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll". [xUnit.net 00:04:41.99] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\ref\DesktopPackageWithXmlNotPublished.dll". [xUnit.net 00:04:41.99] 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll [xUnit.net 00:04:41.99] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb". [xUnit.net 00:04:41.99] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Build target(s)). [xUnit.net 00:04:41.99] 》 [xUnit.net 00:04:41.99] 》Build succeeded. [xUnit.net 00:04:41.99] 》 0 Warning(s) [xUnit.net 00:04:41.99] 》 0 Error(s) [xUnit.net 00:04:41.99] 》 [xUnit.net 00:04:41.99] 》Time Elapsed 00:00:02.71 [xUnit.net 00:04:41.99] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore' exited with exit code 0. [xUnit.net 00:04:41.99] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:04:41.99] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:41.99] 》Build started 4/8/2026 2:54:02 PM. [xUnit.net 00:04:41.99] 》 [xUnit.net 00:04:41.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:41.99] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:41.99] 》 Determining projects to restore... [xUnit.net 00:04:41.99] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:41.99] 》AddPrunePackageReferences: [xUnit.net 00:04:41.99] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:04:41.99] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:04:42.00] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:04:42.00] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:04:42.00] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:04:42.00] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:42.00] 》Restore: [xUnit.net 00:04:42.00] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:42.00] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:42.00] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\project.assets.json [xUnit.net 00:04:42.00] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj (in 72 ms). [xUnit.net 00:04:42.00] 》 [xUnit.net 00:04:42.00] 》 NuGet Config files used: [xUnit.net 00:04:42.00] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:42.00] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:42.00] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:42.00] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:42.00] 》 [xUnit.net 00:04:42.00] 》 Feeds used: [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:42.00] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:42.00] 》 All projects are up-to-date for restore. [xUnit.net 00:04:42.00] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Restore target(s)). [xUnit.net 00:04:42.00] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Publish target(s)). [xUnit.net 00:04:42.00] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:42.00] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj] [xUnit.net 00:04:42.00] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:04:42.00] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:42.00] 》CoreGenerateAssemblyInfo: [xUnit.net 00:04:42.00] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:42.00] 》_GenerateSourceLinkFile: [xUnit.net 00:04:42.00] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.sourcelink.json' does not exist. [xUnit.net 00:04:42.00] 》CoreCompile: [xUnit.net 00:04:42.00] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:42.00] 》_CreateAppHost: [xUnit.net 00:04:42.00] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:42.00] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:04:42.00] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:42.00] 》GenerateBuildDependencyFile: [xUnit.net 00:04:42.00] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:42.00] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:04:42.00] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:04:42.00] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:42.00] 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll [xUnit.net 00:04:42.00] 》PrepareForPublish: [xUnit.net 00:04:42.00] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:04:42.00] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:04:42.00] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.deps.json". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.pdb". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.runtimeconfig.json". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:04:42.01] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:04:42.01] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:04:42.01] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:04:42.01] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:04:42.01] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:04:42.01] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.exe". [xUnit.net 00:04:42.01] 》Publish: [xUnit.net 00:04:42.01] 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\ [xUnit.net 00:04:42.01] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Publish target(s)). [xUnit.net 00:04:42.01] 》 [xUnit.net 00:04:42.01] 》Build succeeded. [xUnit.net 00:04:42.01] 》 0 Warning(s) [xUnit.net 00:04:42.01] 》 0 Error(s) [xUnit.net 00:04:42.01] 》 [xUnit.net 00:04:42.01] 》Time Elapsed 00:00:01.62 [xUnit.net 00:04:42.01] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_files_in_output_directory_but_not_in_publish [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:53:59 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\DesktopPackageWithXmlNotPublished.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\DesktopPackageWithXmlNotPublished.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj (in 636 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll /refout:obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPackageWithXmlNotPublished.cs DesktopPackageWithXmlNotPublishedProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopPackageWithXmlNotPublished (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll /refout:obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPackageWithXmlNotPublished.cs DesktopPackageWithXmlNotPublishedProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopPackageWithXmlNotPublished (net10.0) 》 End writing request for DesktopPackageWithXmlNotPublished (net10.0) 》 Begin reading response for DesktopPackageWithXmlNotPublished (net10.0) 》 End reading response for DesktopPackageWithXmlNotPublished (net10.0) 》 CompilerServer: server - server processed compilation - DesktopPackageWithXmlNotPublished (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopP.D739912E.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopP.D739912E.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\ref\DesktopPackageWithXmlNotPublished.dll". 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.71 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:02 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj (in 72 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj] 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CreateAppHost: 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. 》GenerateBuildDependencyFile: 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. 》GenerateBuildRuntimeConfigurationFiles: 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll 》PrepareForPublish: 》 Creating directory "bin\Debug\net10.0\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.deps.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\DesktopPackageWithXmlNotPublished.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\DesktopPackageWithXmlNotPublished.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.runtimeconfig.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Security.Permissions.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》_CopyResolvedFilesToPublishAlways: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\DesktopPackageWithXmlNotPublished.exe". 》Publish: 》 DesktopPackageWithXmlNotPublished -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\bin\Debug\net10.0\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.62 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPackag---741CFFCC\DesktopPackageWithXmlNotPublished\DesktopPackageWithXmlNotPublished.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:04:42.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary': [xUnit.net 00:04:42.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:42.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Build started 4/8/2026 2:54:04 PM. [xUnit.net 00:04:42.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 [xUnit.net 00:04:42.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:42.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:42.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Restore: [xUnit.net 00:04:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:43.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:43.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj... [xUnit.net 00:04:43.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\MissingReferenceAssemblies.csproj.nuget.g.props. [xUnit.net 00:04:43.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\MissingReferenceAssemblies.csproj.nuget.g.targets. [xUnit.net 00:04:43.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\project.assets.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj (in 540 ms). [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Feeds used: [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:43.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Restore target(s)). [xUnit.net 00:04:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:43.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] [xUnit.net 00:04:43.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.6.9 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] [xUnit.net 00:04:43.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》_CleanRecordFileWrites: [xUnit.net 00:04:43.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 Creating directory "obj\Debug\net469\". [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Build FAILED. [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Build target) (1:7) -> [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》(GetReferenceAssemblyPaths target) -> [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.6.9 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 1 Error(s) [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》 [xUnit.net 00:04:43.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] 》Time Elapsed 00:00:01.78 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary exited with 1 in 1960 ms. [xUnit.net 00:04:43.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary' exited with exit code 1. [xUnit.net 00:04:43.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [PASS] [xUnit.net 00:04:43.94] Output: [xUnit.net 00:04:43.94] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary': [xUnit.net 00:04:43.94] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:43.94] 》Build started 4/8/2026 2:54:04 PM. [xUnit.net 00:04:43.94] 》 [xUnit.net 00:04:43.94] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:43.94] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:43.94] 》 Determining projects to restore... [xUnit.net 00:04:43.94] 》Restore: [xUnit.net 00:04:43.94] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:43.94] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:43.94] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj... [xUnit.net 00:04:43.94] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\MissingReferenceAssemblies.csproj.nuget.g.props. [xUnit.net 00:04:43.94] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\MissingReferenceAssemblies.csproj.nuget.g.targets. [xUnit.net 00:04:43.94] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\project.assets.json [xUnit.net 00:04:43.94] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj (in 540 ms). [xUnit.net 00:04:43.94] 》 [xUnit.net 00:04:43.94] 》 NuGet Config files used: [xUnit.net 00:04:43.94] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:43.94] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:43.94] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:43.94] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:43.94] 》 [xUnit.net 00:04:43.94] 》 Feeds used: [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:43.94] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:43.94] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Restore target(s)). [xUnit.net 00:04:43.94] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:43.94] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:43.94] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] [xUnit.net 00:04:43.94] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.6.9 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] [xUnit.net 00:04:43.94] 》_CleanRecordFileWrites: [xUnit.net 00:04:43.94] 》 Creating directory "obj\Debug\net469\". [xUnit.net 00:04:43.94] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Build target(s)) -- FAILED. [xUnit.net 00:04:43.94] 》 [xUnit.net 00:04:43.95] 》Build FAILED. [xUnit.net 00:04:43.95] 》 [xUnit.net 00:04:43.95] 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Build target) (1:7) -> [xUnit.net 00:04:43.95] 》(GetReferenceAssemblyPaths target) -> [xUnit.net 00:04:43.95] 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.6.9 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] Process ID: 8136 [xUnit.net 00:04:43.95] 》 [xUnit.net 00:04:43.95] 》 0 Warning(s) [xUnit.net 00:04:43.95] 》 1 Error(s) [xUnit.net 00:04:43.95] 》 [xUnit.net 00:04:43.95] 》Time Elapsed 00:00:01.78 [xUnit.net 00:04:43.95] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary' exited with exit code 1. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_reports_a_single_failure_if_reference_assemblies_are_not_found [1 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:04 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\MissingReferenceAssemblies.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\MissingReferenceAssemblies.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj (in 540 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] 》C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.6.9 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] 》_CleanRecordFileWrites: 》 Creating directory "obj\Debug\net469\". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Build target(s)) -- FAILED. 》 》Build FAILED. 》 》"C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj" (Build target) (1:7) -> 》(GetReferenceAssemblyPaths target) -> 》 C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.6.9 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj] 》 》 0 Warning(s) 》 1 Error(s) 》 》Time Elapsed 00:00:01.78 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\MissingRefere---C53218B1\MissingReferenceAssemblies\MissingReferenceAssemblies.csproj /restore /clp:summary' exited with exit code 1. [xUnit.net 00:04:43.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:04:44.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:44.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Build started 4/8/2026 2:54:06 PM. [xUnit.net 00:04:44.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:44.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:44.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:44.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Restore: [xUnit.net 00:04:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:44.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:45.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:04:45.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:04:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:04:45.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\project.assets.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj (in 513 ms). [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Feeds used: [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:45.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:45.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:04:45.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:45.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:45.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:04:45.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:45.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:04:45.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:04:46.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:46.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:04:46.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》CoreCompile: [xUnit.net 00:04:46.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:46.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:46.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:46.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:46.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:46.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:46.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:46.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:46.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:46.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:46.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:04:46.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:46.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:04:46.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:04:46.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:04:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:04:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Build succeeded. [xUnit.net 00:04:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:46.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] 》Time Elapsed 00:00:02.09 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore exited with 0 in 2288 ms. [xUnit.net 00:04:46.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:04:46.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [PASS] [xUnit.net 00:04:46.24] Output: [xUnit.net 00:04:46.24] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:04:46.24] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:46.24] 》Build started 4/8/2026 2:54:06 PM. [xUnit.net 00:04:46.24] 》 [xUnit.net 00:04:46.24] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:46.24] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:46.24] 》 Determining projects to restore... [xUnit.net 00:04:46.24] 》Restore: [xUnit.net 00:04:46.24] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:46.24] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:46.24] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:04:46.24] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore [xUnit.net 00:04:46.24] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore [xUnit.net 00:04:46.24] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\project.assets.json [xUnit.net 00:04:46.24] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj (in 513 ms). [xUnit.net 00:04:46.24] 》 [xUnit.net 00:04:46.24] 》 NuGet Config files used: [xUnit.net 00:04:46.24] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:46.24] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:46.24] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:46.24] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:46.24] 》 [xUnit.net 00:04:46.24] 》 Feeds used: [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:46.24] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:46.25] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:46.25] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:46.25] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:46.25] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:04:46.25] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:46.25] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:46.25] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:04:46.25] 》PrepareForBuild: [xUnit.net 00:04:46.25] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:04:46.25] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:04:46.25] 》_GenerateSourceLinkFile: [xUnit.net 00:04:46.25] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:04:46.25] 》CoreCompile: [xUnit.net 00:04:46.25] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:46.25] 》 Setting DOTNET_TieredCompilation to '0' Process ID: 3160 [xUnit.net 00:04:46.25] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:46.25] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:46.25] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:46.25] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:46.25] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:46.25] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:46.25] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:46.25] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.25] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.25] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.25] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.25] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:46.25] 》_CopyAppConfigFile: [xUnit.net 00:04:46.25] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:04:46.25] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:46.25] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:04:46.25] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:04:46.25] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:04:46.25] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:04:46.25] 》 [xUnit.net 00:04:46.25] 》Build succeeded. [xUnit.net 00:04:46.25] 》 0 Warning(s) [xUnit.net 00:04:46.25] 》 0 Error(s) [xUnit.net 00:04:46.25] 》 [xUnit.net 00:04:46.25] 》Time Elapsed 00:00:02.09 [xUnit.net 00:04:46.25] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_no_appconfig_in_source_does_not_require_binding_redirect [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:06 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj (in 513 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net452\win-x86\". 》 Creating directory "obj\Debug\net452\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopNeedsBindingRedirects (net452) 》 End writing request for DesktopNeedsBindingRedirects (net452) 》 Begin reading response for DesktopNeedsBindingRedirects (net452) 》 End reading response for DesktopNeedsBindingRedirects (net452) 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.09 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---05AD9860\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:04:46.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore': [xUnit.net 00:04:46.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Build started 4/8/2026 2:54:08 PM. [xUnit.net 00:04:46.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 [xUnit.net 00:04:46.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:46.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:46.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:16) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:47.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:17) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:47.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:18) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Loaded prune package data from framework packages [xUnit.net 00:04:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:47.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:47.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Restore: [xUnit.net 00:04:47.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:47.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:47.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj... [xUnit.net 00:04:48.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\DefaultReferences.csproj.nuget.g.props. [xUnit.net 00:04:48.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\DefaultReferences.csproj.nuget.g.targets. [xUnit.net 00:04:48.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\project.assets.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj (in 522 ms). [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Feeds used: [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:48.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Restore target(s)). [xUnit.net 00:04:48.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:48.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:20) on node 1 (Build target(s)). [xUnit.net 00:04:48.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:48.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj::TargetFramework=net40] [xUnit.net 00:04:48.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:48.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Creating directory "bin\Debug\net40\". [xUnit.net 00:04:48.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Creating directory "obj\Debug\net40\". [xUnit.net 00:04:48.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:48.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net40\DefaultReferences.sourcelink.json' does not exist. [xUnit.net 00:04:48.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》CoreCompile: [xUnit.net 00:04:48.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:48.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:48.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DefaultReferences.exe /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:48.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Compilation request DefaultReferences (net40), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:48.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:48.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DefaultReferences.exe /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:48.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:48.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Begin writing request for DefaultReferences (net40) [xUnit.net 00:04:48.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 End writing request for DefaultReferences (net40) [xUnit.net 00:04:48.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Begin reading response for DefaultReferences (net40) [xUnit.net 00:04:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 End reading response for DefaultReferences (net40) [xUnit.net 00:04:48.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 CompilerServer: server - server processed compilation - DefaultReferences (net40) [xUnit.net 00:04:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe.config". [xUnit.net 00:04:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe". [xUnit.net 00:04:48.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe [xUnit.net 00:04:48.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.pdb". [xUnit.net 00:04:48.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:21) on node 1 (Build target(s)). [xUnit.net 00:04:48.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:48.66] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Creating directory "bin\Debug\net45\". [xUnit.net 00:04:48.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Creating directory "obj\Debug\net45\". [xUnit.net 00:04:48.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:48.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net45\DefaultReferences.sourcelink.json' does not exist. [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》CoreCompile: [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Compilation request DefaultReferences (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Begin writing request for DefaultReferences (net45) [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 End writing request for DefaultReferences (net45) [xUnit.net 00:04:48.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Begin reading response for DefaultReferences (net45) [xUnit.net 00:04:48.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 End reading response for DefaultReferences (net45) [xUnit.net 00:04:48.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 CompilerServer: server - server processed compilation - DefaultReferences (net45) [xUnit.net 00:04:48.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:48.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe.config". [xUnit.net 00:04:48.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:48.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe". [xUnit.net 00:04:48.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe [xUnit.net 00:04:48.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.pdb". [xUnit.net 00:04:48.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:22) on node 1 (Build target(s)). [xUnit.net 00:04:48.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:48.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:48.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:48.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:48.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\DefaultReferences.sourcelink.json' does not exist. [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》CoreCompile: [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Compilation request DefaultReferences (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Begin writing request for DefaultReferences (net462) [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 End writing request for DefaultReferences (net462) [xUnit.net 00:04:48.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Begin reading response for DefaultReferences (net462) [xUnit.net 00:04:48.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 End reading response for DefaultReferences (net462) [xUnit.net 00:04:48.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 CompilerServer: server - server processed compilation - DefaultReferences (net462) [xUnit.net 00:04:48.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:48.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe.config". [xUnit.net 00:04:48.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:48.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe". [xUnit.net 00:04:48.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.pdb". [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Build succeeded. [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》 [xUnit.net 00:04:48.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] 》Time Elapsed 00:00:02.45 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore exited with 0 in 2635 ms. [xUnit.net 00:04:48.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore' exited with exit code 0. [xUnit.net 00:04:48.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [PASS] [xUnit.net 00:04:48.88] Output: [xUnit.net 00:04:48.88] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore': [xUnit.net 00:04:48.88] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:48.88] 》Build started 4/8/2026 2:54:08 PM. [xUnit.net 00:04:48.88] 》 [xUnit.net 00:04:48.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:48.88] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:48.88] 》 Determining projects to restore... [xUnit.net 00:04:48.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:48.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:16) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:48.88] 》AddPrunePackageReferences: [xUnit.net 00:04:48.88] 》 Loaded prune package data from framework packages Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal [xUnit.net 00:04:48.88] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal [xUnit.net 00:04:48.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:17) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:48.88] 》AddPrunePackageReferences: [xUnit.net 00:04:48.88] 》 Loaded prune package data from framework packages [xUnit.net 00:04:48.88] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:48.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:18) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:48.88] 》AddPrunePackageReferences: [xUnit.net 00:04:48.88] 》 Loaded prune package data from framework packages [xUnit.net 00:04:48.88] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). [xUnit.net 00:04:48.88] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:48.88] 》Restore: [xUnit.net 00:04:48.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:48.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:48.88] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj... [xUnit.net 00:04:48.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\DefaultReferences.csproj.nuget.g.props. [xUnit.net 00:04:48.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\DefaultReferences.csproj.nuget.g.targets. [xUnit.net 00:04:48.88] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\project.assets.json [xUnit.net 00:04:48.88] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj (in 522 ms). [xUnit.net 00:04:48.88] 》 [xUnit.net 00:04:48.88] 》 NuGet Config files used: [xUnit.net 00:04:48.88] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:48.88] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config Process ID: 5076 [xUnit.net 00:04:48.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:48.89] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:48.89] 》 [xUnit.net 00:04:48.89] 》 Feeds used: [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:48.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:48.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Restore target(s)). [xUnit.net 00:04:48.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:48.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:20) on node 1 (Build target(s)). [xUnit.net 00:04:48.89] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:48.89] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj::TargetFramework=net40] [xUnit.net 00:04:48.89] 》PrepareForBuild: [xUnit.net 00:04:48.89] 》 Creating directory "bin\Debug\net40\". [xUnit.net 00:04:48.89] 》 Creating directory "obj\Debug\net40\". [xUnit.net 00:04:48.89] 》_GenerateSourceLinkFile: [xUnit.net 00:04:48.89] 》 Source Link is empty, file 'obj\Debug\net40\DefaultReferences.sourcelink.json' does not exist. [xUnit.net 00:04:48.89] 》CoreCompile: [xUnit.net 00:04:48.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:48.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:48.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DefaultReferences.exe /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:48.89] 》 Compilation request DefaultReferences (net40), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:48.89] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:48.89] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DefaultReferences.exe /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:48.89] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.89] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.89] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:48.89] 》 Begin writing request for DefaultReferences (net40) [xUnit.net 00:04:48.89] 》 End writing request for DefaultReferences (net40) [xUnit.net 00:04:48.89] 》 Begin reading response for DefaultReferences (net40) [xUnit.net 00:04:48.89] 》 End reading response for DefaultReferences (net40) [xUnit.net 00:04:48.89] 》 CompilerServer: server - server processed compilation - DefaultReferences (net40) [xUnit.net 00:04:48.89] 》_CopyAppConfigFile: [xUnit.net 00:04:48.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe.config". [xUnit.net 00:04:48.89] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:48.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe". [xUnit.net 00:04:48.89] 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe [xUnit.net 00:04:48.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.pdb". [xUnit.net 00:04:48.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:21) on node 1 (Build target(s)). [xUnit.net 00:04:48.89] 》PrepareForBuild: [xUnit.net 00:04:48.89] 》 Creating directory "bin\Debug\net45\". [xUnit.net 00:04:48.89] 》 Creating directory "obj\Debug\net45\". [xUnit.net 00:04:48.89] 》_GenerateSourceLinkFile: [xUnit.net 00:04:48.89] 》 Source Link is empty, file 'obj\Debug\net45\DefaultReferences.sourcelink.json' does not exist. [xUnit.net 00:04:48.89] 》CoreCompile: [xUnit.net 00:04:48.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:48.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:48.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:48.89] 》 Compilation request DefaultReferences (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:48.89] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:48.89] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:48.89] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.89] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.89] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:48.89] 》 Begin writing request for DefaultReferences (net45) [xUnit.net 00:04:48.89] 》 End writing request for DefaultReferences (net45) [xUnit.net 00:04:48.89] 》 Begin reading response for DefaultReferences (net45) [xUnit.net 00:04:48.89] 》 End reading response for DefaultReferences (net45) [xUnit.net 00:04:48.89] 》 CompilerServer: server - server processed compilation - DefaultReferences (net45) [xUnit.net 00:04:48.89] 》_CopyAppConfigFile: [xUnit.net 00:04:48.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe.config". [xUnit.net 00:04:48.89] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:48.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe". [xUnit.net 00:04:48.89] 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe [xUnit.net 00:04:48.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.pdb". [xUnit.net 00:04:48.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.90] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:22) on node 1 (Build target(s)). [xUnit.net 00:04:48.90] 》PrepareForBuild: [xUnit.net 00:04:48.90] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:48.90] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:48.90] 》_GenerateSourceLinkFile: [xUnit.net 00:04:48.90] 》 Source Link is empty, file 'obj\Debug\net462\DefaultReferences.sourcelink.json' does not exist. [xUnit.net 00:04:48.90] 》CoreCompile: [xUnit.net 00:04:48.90] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:48.90] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:48.90] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:48.90] 》 Compilation request DefaultReferences (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:48.90] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:48.90] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:48.90] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.90] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:48.90] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:48.90] 》 Begin writing request for DefaultReferences (net462) [xUnit.net 00:04:48.90] 》 End writing request for DefaultReferences (net462) [xUnit.net 00:04:48.90] 》 Begin reading response for DefaultReferences (net462) [xUnit.net 00:04:48.90] 》 End reading response for DefaultReferences (net462) [xUnit.net 00:04:48.90] 》 CompilerServer: server - server processed compilation - DefaultReferences (net462) [xUnit.net 00:04:48.90] 》_CopyAppConfigFile: [xUnit.net 00:04:48.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe.config". [xUnit.net 00:04:48.90] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:48.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe". [xUnit.net 00:04:48.90] 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe [xUnit.net 00:04:48.90] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.pdb". [xUnit.net 00:04:48.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.90] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). [xUnit.net 00:04:48.90] 》 [xUnit.net 00:04:48.90] 》Build succeeded. [xUnit.net 00:04:48.90] 》 0 Warning(s) [xUnit.net 00:04:48.90] 》 0 Error(s) [xUnit.net 00:04:48.90] 》 [xUnit.net 00:04:48.90] 》Time Elapsed 00:00:02.45 [xUnit.net 00:04:48.90] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_includes_default_framework_references [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:08 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) on node 1 (_GenerateProjectRestoreGraph target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:16) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:17) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:12) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:18) on node 1 (_GenerateProjectRestoreGraphPerFramework target(s)). 》AddPrunePackageReferences: 》 Loaded prune package data from framework packages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraphPerFramework target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\DefaultReferences.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\DefaultReferences.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj (in 522 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" on node 1 (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:20) on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj::TargetFramework=net40] 》PrepareForBuild: 》 Creating directory "bin\Debug\net40\". 》 Creating directory "obj\Debug\net40\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net40\DefaultReferences.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DefaultReferences.exe /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DefaultReferences (net40), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET40;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER /highentropyva- /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net40\1.0.3\build\.NETFramework\v4.0\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net40\DefaultReferences.exe /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net40\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net40\.NETFramework,Version=v4.0.AssemblyAttributes.cs" obj\Debug\net40\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DefaultReferences (net40) 》 End writing request for DefaultReferences (net40) 》 Begin reading response for DefaultReferences (net40) 》 End reading response for DefaultReferences (net40) 》 CompilerServer: server - server processed compilation - DefaultReferences (net40) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe". 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net40\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net40\DefaultReferences.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:21) on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net45\". 》 Creating directory "obj\Debug\net45\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net45\DefaultReferences.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DefaultReferences (net45), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET45;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net45\1.0.3\build\.NETFramework\v4.5\System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net45\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net45\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net45\.NETFramework,Version=v4.5.AssemblyAttributes.cs" obj\Debug\net45\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DefaultReferences (net45) 》 End writing request for DefaultReferences (net45) 》 Begin reading response for DefaultReferences (net45) 》 End reading response for DefaultReferences (net45) 》 CompilerServer: server - server processed compilation - DefaultReferences (net45) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe". 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net45\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net45\DefaultReferences.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:19) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (1:22) on node 1 (Build target(s)). 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\DefaultReferences.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DefaultReferences (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DefaultReferences.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DefaultReferences.GeneratedMSBuildEditorConfig.editorconfig TestClass.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DefaultReferences.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DefaultReferences (net462) 》 End writing request for DefaultReferences (net462) 》 Begin reading response for DefaultReferences (net462) 》 End reading response for DefaultReferences (net462) 》 CompilerServer: server - server processed compilation - DefaultReferences (net462) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe". 》 DefaultReferences -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\obj\Debug\net462\DefaultReferences.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\bin\Debug\net462\DefaultReferences.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.45 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_includes_d---9F2B29DD\DefaultReferences\DefaultReferences.csproj /restore' exited with exit code 0. [xUnit.net 00:04:48.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_allows_TargetFrameworkVersion_to_be_capitalized [SKIP] [xUnit.net 00:04:48.90] https://github.com/NuGet/Home/issues/6823 [xUnit.net 00:04:48.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal': [xUnit.net 00:04:48.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:49.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Build started 4/8/2026 2:54:11 PM. [xUnit.net 00:04:49.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 [xUnit.net 00:04:49.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:49.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:49.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:49.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Restore: [xUnit.net 00:04:49.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:49.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:50.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj... Skipped Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_allows_TargetFrameworkVersion_to_be_capitalized [1 ms] Error Message: https://github.com/NuGet/Home/issues/6823 [xUnit.net 00:04:50.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\DesktopConflictsHttp4_1.csproj.nuget.g.props. [xUnit.net 00:04:50.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\DesktopConflictsHttp4_1.csproj.nuget.g.targets. [xUnit.net 00:04:50.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\project.assets.json [xUnit.net 00:04:50.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj (in 601 ms). [xUnit.net 00:04:50.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 [xUnit.net 00:04:50.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:50.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:50.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Feeds used: [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:50.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" (Restore target(s)). [xUnit.net 00:04:50.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:50.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:50.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj] [xUnit.net 00:04:50.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:50.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:50.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:51.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:51.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsHttp4_1.sourcelink.json' does not exist. [xUnit.net 00:04:51.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》CoreCompile: [xUnit.net 00:04:51.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:51.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:51.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsHttp4_1.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsHttp4_1.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsHttp4_1.cs DesktopConflictsHttp4_1Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsHttp4_1.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:51.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Compilation request DesktopConflictsHttp4_1 (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:51.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:51.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsHttp4_1.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsHttp4_1.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsHttp4_1.cs DesktopConflictsHttp4_1Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsHttp4_1.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:51.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:51.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:51.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:51.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Begin writing request for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 End writing request for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Begin reading response for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 End reading response for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:51.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.0.1\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:04:51.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:04:51.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopC.E405066A.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopC.E405066A.Up2Date". [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:51.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe.config". [xUnit.net 00:04:51.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:51.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe". [xUnit.net 00:04:51.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 DesktopConflictsHttp4_1 -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe [xUnit.net 00:04:51.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.pdb". [xUnit.net 00:04:51.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" (Build target(s)). [xUnit.net 00:04:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 [xUnit.net 00:04:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Build succeeded. [xUnit.net 00:04:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》 [xUnit.net 00:04:51.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] 》Time Elapsed 00:00:02.20 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal exited with 0 in 2368 ms. [xUnit.net 00:04:51.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:04:51.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [PASS] [xUnit.net 00:04:51.25] Output: [xUnit.net 00:04:51.25] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal': [xUnit.net 00:04:51.26] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:51.26] 》Build started 4/8/2026 2:54:11 PM. [xUnit.net 00:04:51.26] 》 [xUnit.net 00:04:51.26] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:51.26] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:51.26] 》 Determining projects to restore... [xUnit.net 00:04:51.26] 》Restore: [xUnit.net 00:04:51.26] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:51.26] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:51.26] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj... [xUnit.net 00:04:51.26] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\DesktopConflictsHttp4_1.csproj.nuget.g.props. [xUnit.net 00:04:51.26] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\DesktopConflictsHttp4_1.csproj.nuget.g.targets. [xUnit.net 00:04:51.26] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\project.assets.json [xUnit.net 00:04:51.26] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj (in 601 ms). [xUnit.net 00:04:51.26] 》 [xUnit.net 00:04:51.26] 》 NuGet Config files used: [xUnit.net 00:04:51.26] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:51.26] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:51.26] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:51.26] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:51.26] 》 [xUnit.net 00:04:51.26] 》 Feeds used: [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:51.26] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:51.26] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" (Restore target(s)). [xUnit.net 00:04:51.26] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:51.26] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:51.26] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj] [xUnit.net 00:04:51.26] 》PrepareForBuild: [xUnit.net 00:04:51.26] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:51.26] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:51.26] 》_GenerateSourceLinkFile: [xUnit.net 00:04:51.26] 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsHttp4_1.sourcelink.json' does not exist. [xUnit.net 00:04:51.26] 》CoreCompile: [xUnit.net 00:04:51.26] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:51.26] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:51.26] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsHttp4_1.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsHttp4_1.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsHttp4_1.cs DesktopConflictsHttp4_1Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsHttp4_1.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:51.26] 》 Compilation request DesktopConflictsHttp4_1 (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:51.26] 》 CommandLine = ' /noconfig' Process ID: 6128 [xUnit.net 00:04:51.26] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsHttp4_1.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsHttp4_1.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsHttp4_1.cs DesktopConflictsHttp4_1Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsHttp4_1.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:51.26] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:51.26] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:51.26] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:51.26] 》 Begin writing request for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.26] 》 End writing request for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.26] 》 Begin reading response for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.26] 》 End reading response for DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.26] 》 CompilerServer: server - server processed compilation - DesktopConflictsHttp4_1 (net462) [xUnit.net 00:04:51.26] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:51.26] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.0.1\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\Microsoft.Win32.Primitives.dll". [xUnit.net 00:04:51.26] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Net.Http.dll". [xUnit.net 00:04:51.26] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:04:51.26] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:04:51.26] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". [xUnit.net 00:04:51.26] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:04:51.26] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". [xUnit.net 00:04:51.26] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopC.E405066A.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:51.26] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopC.E405066A.Up2Date". [xUnit.net 00:04:51.27] 》_CopyAppConfigFile: [xUnit.net 00:04:51.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe.config". [xUnit.net 00:04:51.27] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:51.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe". [xUnit.net 00:04:51.27] 》 DesktopConflictsHttp4_1 -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe [xUnit.net 00:04:51.27] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.pdb". [xUnit.net 00:04:51.27] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" (Build target(s)). [xUnit.net 00:04:51.27] 》 [xUnit.net 00:04:51.27] 》Build succeeded. [xUnit.net 00:04:51.27] 》 0 Warning(s) [xUnit.net 00:04:51.27] 》 0 Error(s) [xUnit.net 00:04:51.27] 》 [xUnit.net 00:04:51.27] 》Time Elapsed 00:00:02.20 [xUnit.net 00:04:51.27] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:04:51.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:04:51.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:51.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Build started 4/8/2026 2:54:13 PM. [xUnit.net 00:04:51.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_when_with_http_4_1_package [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:11 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\DesktopConflictsHttp4_1.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\DesktopConflictsHttp4_1.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj (in 601 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsHttp4_1.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsHttp4_1.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsHttp4_1.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsHttp4_1.cs DesktopConflictsHttp4_1Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsHttp4_1.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopConflictsHttp4_1 (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\ref\net46\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\ref\net461\System.Security.Cryptography.X509Certificates.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.IO.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Xml.XmlSerializer.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsHttp4_1.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsHttp4_1.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsHttp4_1.cs DesktopConflictsHttp4_1Program.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsHttp4_1.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopConflictsHttp4_1 (net462) 》 End writing request for DesktopConflictsHttp4_1 (net462) 》 Begin reading response for DesktopConflictsHttp4_1 (net462) 》 End reading response for DesktopConflictsHttp4_1 (net462) 》 CompilerServer: server - server processed compilation - DesktopConflictsHttp4_1 (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.primitives\4.0.1\lib\net46\Microsoft.Win32.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\Microsoft.Win32.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\runtimes\win\lib\net46\System.Net.Http.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Net.Http.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.2.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Diagnostics.DiagnosticSource.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.x509certificates\4.1.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.X509Certificates.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.encoding\4.0.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\System.Security.Cryptography.Encoding.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopC.E405066A.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopC.E405066A.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe". 》 DesktopConflictsHttp4_1 -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\obj\Debug\net462\DesktopConflictsHttp4_1.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\bin\Debug\net462\DesktopConflictsHttp4_1.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.20 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1\DesktopConflictsHttp4_1.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:04:51.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:51.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:51.98] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Restore: [xUnit.net 00:04:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:52.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:52.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:04:52.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:04:52.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:04:52.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\project.assets.json [xUnit.net 00:04:52.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj (in 568 ms). [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Feeds used: [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:53.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:04:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:53.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:04:53.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:53.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:04:53.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:04:53.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:53.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:04:53.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》CoreCompile: [xUnit.net 00:04:53.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:53.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:53.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:53.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:53.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:53.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:53.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:53.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:53.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:53.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:04:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:04:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:04:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:04:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:53.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:04:53.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:53.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:04:53.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:53.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:04:53.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:04:53.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:04:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:04:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Build succeeded. [xUnit.net 00:04:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:04:53.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Time Elapsed 00:00:02.19 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore exited with 0 in 2348 ms. [xUnit.net 00:04:53.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:04:53.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [PASS] [xUnit.net 00:04:53.62] Output: [xUnit.net 00:04:53.62] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:04:53.62] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:53.62] 》Build started 4/8/2026 2:54:13 PM. [xUnit.net 00:04:53.62] 》 [xUnit.net 00:04:53.62] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:53.62] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:53.62] 》 Determining projects to restore... [xUnit.net 00:04:53.62] 》Restore: [xUnit.net 00:04:53.62] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:53.62] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:53.62] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:04:53.62] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal [xUnit.net 00:04:53.62] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal [xUnit.net 00:04:53.62] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\project.assets.json [xUnit.net 00:04:53.62] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj (in 568 ms). [xUnit.net 00:04:53.62] 》 [xUnit.net 00:04:53.62] 》 NuGet Config files used: [xUnit.net 00:04:53.62] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:53.62] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:53.62] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:53.62] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:53.62] 》 [xUnit.net 00:04:53.62] 》 Feeds used: [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json Process ID: 1436 [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:53.62] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:53.62] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:04:53.62] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:53.62] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:53.62] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:04:53.62] 》PrepareForBuild: [xUnit.net 00:04:53.62] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:04:53.62] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:04:53.62] 》_GenerateSourceLinkFile: [xUnit.net 00:04:53.62] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:04:53.62] 》CoreCompile: [xUnit.net 00:04:53.62] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:53.62] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:53.62] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:53.63] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:53.63] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:53.63] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:53.63] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:53.63] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:53.63] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:53.63] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.63] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.63] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.63] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.63] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:04:53.63] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:53.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:04:53.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:04:53.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:04:53.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:04:53.63] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:53.63] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:04:53.63] 》_CopyAppConfigFile: [xUnit.net 00:04:53.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:04:53.63] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:53.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:04:53.63] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:04:53.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:04:53.63] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:04:53.63] 》 [xUnit.net 00:04:53.63] 》Build succeeded. [xUnit.net 00:04:53.63] 》 0 Warning(s) [xUnit.net 00:04:53.63] 》 0 Error(s) [xUnit.net 00:04:53.63] 》 [xUnit.net 00:04:53.63] 》Time Elapsed 00:00:02.19 [xUnit.net 00:04:53.63] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_with_supportedRuntime_in_source_require_binding_redirect [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:13 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj (in 568 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net452\win-x86\". 》 Creating directory "obj\Debug\net452\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopNeedsBindingRedirects (net452) 》 End writing request for DesktopNeedsBindingRedirects (net452) 》 Begin reading response for DesktopNeedsBindingRedirects (net452) 》 End reading response for DesktopNeedsBindingRedirects (net452) 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.19 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---CC169BC7\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:04:53.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal': [xUnit.net 00:04:53.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:53.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Build started 4/8/2026 2:54:16 PM. [xUnit.net 00:04:53.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 [xUnit.net 00:04:54.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:54.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:54.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:54.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Restore: [xUnit.net 00:04:54.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:54.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:54.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj... [xUnit.net 00:04:55.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\DesktopConflictsRuntimeTargets.csproj.nuget.g.props. [xUnit.net 00:04:55.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\DesktopConflictsRuntimeTargets.csproj.nuget.g.targets. [xUnit.net 00:04:55.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\project.assets.json [xUnit.net 00:04:55.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj (in 503 ms). [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Feeds used: [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:55.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" (Restore target(s)). [xUnit.net 00:04:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:55.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj] [xUnit.net 00:04:55.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:55.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:55.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:55.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:55.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsRuntimeTargets.sourcelink.json' does not exist. [xUnit.net 00:04:55.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》CoreCompile: [xUnit.net 00:04:55.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:55.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:55.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsRuntimeTargets.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsRuntimeTargets.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsRuntimeTargets.cs DesktopConflictsRuntimeTargetsProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsRuntimeTargets.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:55.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Compilation request DesktopConflictsRuntimeTargets (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:55.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:55.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsRuntimeTargets.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsRuntimeTargets.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsRuntimeTargets.cs DesktopConflictsRuntimeTargetsProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsRuntimeTargets.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:55.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:55.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:55.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:55.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Begin writing request for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 End writing request for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Begin reading response for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 End reading response for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:55.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:04:55.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:04:55.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopC.A7E811CA.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:55.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopC.A7E811CA.Up2Date". [xUnit.net 00:04:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:04:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe.config". [xUnit.net 00:04:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe". [xUnit.net 00:04:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 DesktopConflictsRuntimeTargets -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe [xUnit.net 00:04:55.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.pdb". [xUnit.net 00:04:55.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" (Build target(s)). [xUnit.net 00:04:55.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 [xUnit.net 00:04:55.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Build succeeded. [xUnit.net 00:04:55.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:55.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:55.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》 [xUnit.net 00:04:55.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] 》Time Elapsed 00:00:02.09 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal exited with 0 in 2257 ms. [xUnit.net 00:04:55.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:04:55.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [PASS] [xUnit.net 00:04:55.88] Output: [xUnit.net 00:04:55.88] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal': [xUnit.net 00:04:55.88] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:55.88] 》Build started 4/8/2026 2:54:16 PM. [xUnit.net 00:04:55.88] 》 [xUnit.net 00:04:55.88] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:55.88] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:55.88] 》 Determining projects to restore... [xUnit.net 00:04:55.88] 》Restore: [xUnit.net 00:04:55.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:55.88] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:55.88] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj... [xUnit.net 00:04:55.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\DesktopConflictsRuntimeTargets.csproj.nuget.g.props. [xUnit.net 00:04:55.88] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\DesktopConflictsRuntimeTargets.csproj.nuget.g.targets. [xUnit.net 00:04:55.88] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\project.assets.json [xUnit.net 00:04:55.88] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj (in 503 ms). [xUnit.net 00:04:55.88] 》 [xUnit.net 00:04:55.88] 》 NuGet Config files used: [xUnit.net 00:04:55.88] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:55.88] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:55.88] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:55.88] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:55.88] 》 [xUnit.net 00:04:55.88] 》 Feeds used: [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:55.89] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:55.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" (Restore target(s)). [xUnit.net 00:04:55.89] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:55.89] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:55.89] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj] [xUnit.net 00:04:55.89] 》PrepareForBuild: [xUnit.net 00:04:55.89] 》 Creating directory "bin\Debug\net462\". [xUnit.net 00:04:55.89] 》 Creating directory "obj\Debug\net462\". [xUnit.net 00:04:55.89] 》_GenerateSourceLinkFile: [xUnit.net 00:04:55.89] 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsRuntimeTargets.sourcelink.json' does not exist. [xUnit.net 00:04:55.89] 》CoreCompile: [xUnit.net 00:04:55.89] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:55.89] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:55.89] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsRuntimeTargets.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsRuntimeTargets.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsRuntimeTargets.cs DesktopConflictsRuntimeTargetsProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsRuntimeTargets.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:04:55.89] 》 Compilation request DesktopConflictsRuntimeTargets (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:55.89] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:55.89] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsRuntimeTargets.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsRuntimeTargets.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsRuntimeTargets.cs DesktopConflictsRuntimeTargetsProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsRuntimeTargets.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:04:55.89] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:55.89] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:55.89] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:55.89] 》 Begin writing request for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.89] 》 End writing request for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.89] 》 Begin reading response for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.89] 》 End reading response for DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.89] 》 CompilerServer: server - server processed compilation - DesktopConflictsRuntimeTargets (net462) [xUnit.net 00:04:55.89] 》_CopyFilesMarkedCopyLocal: Process ID: 4272 [xUnit.net 00:04:55.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". [xUnit.net 00:04:55.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". [xUnit.net 00:04:55.89] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopC.A7E811CA.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:55.89] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopC.A7E811CA.Up2Date". [xUnit.net 00:04:55.89] 》_CopyAppConfigFile: [xUnit.net 00:04:55.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe.config". [xUnit.net 00:04:55.89] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:55.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe". [xUnit.net 00:04:55.89] 》 DesktopConflictsRuntimeTargets -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe [xUnit.net 00:04:55.89] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.pdb". [xUnit.net 00:04:55.89] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" (Build target(s)). [xUnit.net 00:04:55.89] 》 [xUnit.net 00:04:55.89] 》Build succeeded. [xUnit.net 00:04:55.89] 》 0 Warning(s) [xUnit.net 00:04:55.89] 》 0 Error(s) [xUnit.net 00:04:55.89] 》 [xUnit.net 00:04:55.89] 》Time Elapsed 00:00:02.09 [xUnit.net 00:04:55.89] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_report_conflicts_with_runtime_specific_items [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:16 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\DesktopConflictsRuntimeTargets.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\DesktopConflictsRuntimeTargets.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj (in 503 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net462\". 》 Creating directory "obj\Debug\net462\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net462\DesktopConflictsRuntimeTargets.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsRuntimeTargets.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsRuntimeTargets.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsRuntimeTargets.cs DesktopConflictsRuntimeTargetsProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsRuntimeTargets.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopConflictsRuntimeTargets (net462), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net462\DesktopConflictsRuntimeTargets.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net462\DesktopConflictsRuntimeTargets.GeneratedMSBuildEditorConfig.editorconfig DesktopConflictsRuntimeTargets.cs DesktopConflictsRuntimeTargetsProgram.cs "obj\Debug\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" obj\Debug\net462\DesktopConflictsRuntimeTargets.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopConflictsRuntimeTargets (net462) 》 End writing request for DesktopConflictsRuntimeTargets (net462) 》 Begin reading response for DesktopConflictsRuntimeTargets (net462) 》 End reading response for DesktopConflictsRuntimeTargets (net462) 》 CompilerServer: server - server processed compilation - DesktopConflictsRuntimeTargets (net462) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.algorithms\4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\System.Security.Cryptography.Algorithms.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.primitives\4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\System.Security.Cryptography.Primitives.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopC.A7E811CA.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopC.A7E811CA.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe". 》 DesktopConflictsRuntimeTargets -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\obj\Debug\net462\DesktopConflictsRuntimeTargets.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\bin\Debug\net462\DesktopConflictsRuntimeTargets.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.09 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopConfli---3E0E9BA4\DesktopConflictsRuntimeTargets\DesktopConflictsRuntimeTargets.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:04:55.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:04:56.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:56.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:54:18 PM. [xUnit.net 00:04:56.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:56.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:56.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:56.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:56.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:56.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:56.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:04:56.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:04:56.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:04:56.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:04:56.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:04:56.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:57.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:04:57.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:57.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:57.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:04:57.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:04:57.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:04:57.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:04:57.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 551 ms). [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:57.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:04:57.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:04:57.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:04:57.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:04:57.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:04:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:04:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:04:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:04:57.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:04:58.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:04:58.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:04:58.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:04:58.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:04:58.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:04:58.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:04:58.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:04:58.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:04:58.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:04:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:04:58.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:04:58.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:04:58.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:04:58.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:04:58.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:04:58.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:04:58.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:04:58.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:04:58.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:04:58.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:04:58.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:04:58.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:04:58.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:04:58.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:04:58.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:04:58.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:04:58.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:04:58.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:04:58.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:04:58.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:04:58.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:04:58.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:04:58.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:04:58.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:04:58.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:58.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:04:58.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:04:58.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:04:58.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:58.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:02.56 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore exited with 0 in 2748 ms. [xUnit.net 00:04:58.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore [xUnit.net 00:04:58.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': Process ID: 7800 [xUnit.net 00:04:58.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:04:58.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:54:21 PM. [xUnit.net 00:04:58.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:59.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:04:59.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:04:59.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:04:59.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:59.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:04:59.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:04:59.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:04:59.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:04:59.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:04:59.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:04:59.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:04:59.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:04:59.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:04:59.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:04:59.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:04:59.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 65 ms). [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:04:59.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:00.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:00.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:00.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:00.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:00.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:00.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:00.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:00.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:00.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CreateAppHost: [xUnit.net 00:05:00.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》GenerateBuildDependencyFile: [xUnit.net 00:05:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:00.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:00.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:00.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForPublish: [xUnit.net 00:05:00.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:00.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:00.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.xml". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.xml". [xUnit.net 00:05:00.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:00.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Publish: [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:00.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:01.58 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore exited with 0 in 1737 ms. [xUnit.net 00:05:00.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:00.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [PASS] [xUnit.net 00:05:00.38] Output: [xUnit.net 00:05:00.38] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:05:00.38] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:00.38] 》Build started 4/8/2026 2:54:18 PM. [xUnit.net 00:05:00.38] 》 [xUnit.net 00:05:00.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:00.38] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:00.38] 》 Determining projects to restore... [xUnit.net 00:05:00.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:00.38] 》AddPrunePackageReferences: [xUnit.net 00:05:00.38] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:00.38] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore [xUnit.net 00:05:00.38] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore [xUnit.net 00:05:00.38] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:00.38] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:00.38] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:00.38] 》Restore: [xUnit.net 00:05:00.38] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:00.38] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:00.38] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:05:00.38] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:05:00.38] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:05:00.38] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:00.38] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 551 ms). [xUnit.net 00:05:00.38] 》 [xUnit.net 00:05:00.38] 》 NuGet Config files used: [xUnit.net 00:05:00.38] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:00.38] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:00.38] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:00.38] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:00.38] 》 [xUnit.net 00:05:00.38] 》 Feeds used: [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json Process ID: 6332 [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:00.38] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:00.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:00.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:00.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:00.39] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:00.39] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:00.39] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:00.39] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:00.39] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:00.39] 》PrepareForBuild: [xUnit.net 00:05:00.39] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:00.39] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:00.39] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:05:00.39] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:00.39] 》_GenerateSourceLinkFile: [xUnit.net 00:05:00.39] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:00.39] 》CoreCompile: [xUnit.net 00:05:00.39] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:00.39] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:00.39] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:00.39] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:00.39] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:00.39] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:00.39] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:00.39] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:00.39] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:00.39] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:00.39] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:00.39] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:00.39] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:00.39] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:00.39] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:05:00.39] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:05:00.39] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:05:00.39] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:00.39] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:00.39] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:05:00.39] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:00.39] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:00.39] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:00.39] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:00.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:00.39] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:05:00.39] 》 [xUnit.net 00:05:00.40] 》Build succeeded. [xUnit.net 00:05:00.40] 》 0 Warning(s) [xUnit.net 00:05:00.40] 》 0 Error(s) [xUnit.net 00:05:00.40] 》 [xUnit.net 00:05:00.40] 》Time Elapsed 00:00:02.56 [xUnit.net 00:05:00.40] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:05:00.40] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:05:00.40] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:00.40] 》Build started 4/8/2026 2:54:21 PM. [xUnit.net 00:05:00.40] 》 [xUnit.net 00:05:00.40] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:00.40] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:00.40] 》 Determining projects to restore... [xUnit.net 00:05:00.40] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:00.40] 》AddPrunePackageReferences: [xUnit.net 00:05:00.40] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:00.40] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:00.40] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:00.40] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:00.40] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:00.40] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:00.40] 》Restore: [xUnit.net 00:05:00.40] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:00.40] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:00.40] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:00.40] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 65 ms). [xUnit.net 00:05:00.40] 》 [xUnit.net 00:05:00.40] 》 NuGet Config files used: [xUnit.net 00:05:00.40] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:00.40] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:00.40] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:00.40] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:00.40] 》 [xUnit.net 00:05:00.40] 》 Feeds used: [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:00.40] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:00.40] 》 All projects are up-to-date for restore. [xUnit.net 00:05:00.40] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:00.40] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:00.40] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:00.40] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:00.40] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:00.40] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.40] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:00.40] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.40] 》_GenerateSourceLinkFile: [xUnit.net 00:05:00.40] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:00.40] 》CoreCompile: [xUnit.net 00:05:00.40] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.40] 》_CreateAppHost: [xUnit.net 00:05:00.40] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.40] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:00.40] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.40] 》GenerateBuildDependencyFile: [xUnit.net 00:05:00.40] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.40] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:00.40] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:00.40] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:00.40] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:00.40] 》PrepareForPublish: [xUnit.net 00:05:00.40] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:00.40] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:00.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:00.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:00.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:00.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:00.41] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:00.41] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:00.41] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.xml". [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:05:00.41] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:00.41] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:00.41] 》Publish: [xUnit.net 00:05:00.41] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:00.41] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:00.41] 》 [xUnit.net 00:05:00.41] 》Build succeeded. [xUnit.net 00:05:00.41] 》 0 Warning(s) [xUnit.net 00:05:00.41] 》 0 Error(s) [xUnit.net 00:05:00.41] 》 [xUnit.net 00:05:00.41] 》Time Elapsed 00:00:01.58 [xUnit.net 00:05:00.41] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "true") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:18 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 551 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.56 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:21 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 65 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CreateAppHost: 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. 》GenerateBuildDependencyFile: 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. 》GenerateBuildRuntimeConfigurationFiles: 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》PrepareForPublish: 》 Creating directory "bin\Debug\net10.0\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.xml". 》_CopyResolvedFilesToPublishAlways: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". 》Publish: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.58 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---50EB03FA\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:00.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:05:00.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:00.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:54:23 PM. [xUnit.net 00:05:00.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:01.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:01.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:01.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:01.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:01.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:05:01.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:01.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:01.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:01.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:01.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:01.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:01.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:05:01.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:01.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:01.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:05:02.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:05:02.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:05:02.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 664 ms). [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:02.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:02.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:02.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:02.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:02.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:02.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:02.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:02.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:02.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:05:02.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:03.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:03.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:03.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:03.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:03.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:03.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:03.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:03.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:03.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:03.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:03.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:03.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:03.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:03.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:03.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:03.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:05:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:05:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:05:03.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:03.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:03.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:03.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:03.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:03.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:03.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:03.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:05:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:03.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:03.03 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore exited with 0 in 3222 ms. [xUnit.net 00:05:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore [xUnit.net 00:05:03.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': Process ID: 3264 [xUnit.net 00:05:03.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:03.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:54:26 PM. [xUnit.net 00:05:03.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:04.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:04.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:04.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:04.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:04.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:05:04.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:04.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:04.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:04.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:04.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:04.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:05:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:04.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 103 ms). [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:05.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:05:05.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:05.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:05.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:05.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:05.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:05.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:05.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:05.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CreateAppHost: [xUnit.net 00:05:05.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》GenerateBuildDependencyFile: [xUnit.net 00:05:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:05.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForPublish: [xUnit.net 00:05:05.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:05.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:05.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Publish: [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:05.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:01.94 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore exited with 0 in 2126 ms. [xUnit.net 00:05:05.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:05.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [PASS] [xUnit.net 00:05:05.74] Output: [xUnit.net 00:05:05.74] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:05:05.74] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:05.74] 》Build started 4/8/2026 2:54:23 PM. [xUnit.net 00:05:05.74] 》 [xUnit.net 00:05:05.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:05.74] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:05.74] 》 Determining projects to restore... [xUnit.net 00:05:05.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore [xUnit.net 00:05:05.74] 》AddPrunePackageReferences: > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore [xUnit.net 00:05:05.74] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:05.74] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:05.74] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:05.74] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:05.74] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:05.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:05.74] 》Restore: [xUnit.net 00:05:05.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:05.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:05.74] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:05:05.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:05:05.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:05:05.74] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:05.74] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 664 ms). [xUnit.net 00:05:05.74] 》 [xUnit.net 00:05:05.74] 》 NuGet Config files used: [xUnit.net 00:05:05.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:05.74] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:05.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:05.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Process ID: 1768 [xUnit.net 00:05:05.74] 》 [xUnit.net 00:05:05.74] 》 Feeds used: [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:05.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:05.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:05.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:05.74] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:05.74] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:05.74] 》PrepareForBuild: [xUnit.net 00:05:05.74] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:05.74] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:05.74] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:05:05.74] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:05.74] 》_GenerateSourceLinkFile: [xUnit.net 00:05:05.74] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:05.74] 》CoreCompile: [xUnit.net 00:05:05.74] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:05.74] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:05.74] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:05.74] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:05.74] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:05.74] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:05.75] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:05.75] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:05.75] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:05.75] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:05.75] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:05.75] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:05.75] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:05.75] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:05.75] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:05:05.75] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:05:05.75] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:05.75] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:05.75] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:05.75] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:05:05.75] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:05.75] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:05.75] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:05.75] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:05.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:05.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:05:05.75] 》 [xUnit.net 00:05:05.75] 》Build succeeded. [xUnit.net 00:05:05.75] 》 0 Warning(s) [xUnit.net 00:05:05.75] 》 0 Error(s) [xUnit.net 00:05:05.75] 》 [xUnit.net 00:05:05.75] 》Time Elapsed 00:00:03.03 [xUnit.net 00:05:05.75] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:05:05.75] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:05:05.75] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:05.75] 》Build started 4/8/2026 2:54:26 PM. [xUnit.net 00:05:05.75] 》 [xUnit.net 00:05:05.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:05.75] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:05.75] 》 Determining projects to restore... [xUnit.net 00:05:05.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:05.75] 》AddPrunePackageReferences: [xUnit.net 00:05:05.75] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:05.75] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:05.75] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:05.75] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:05.75] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:05.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:05.75] 》Restore: [xUnit.net 00:05:05.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:05.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:05.75] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:05.75] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 103 ms). [xUnit.net 00:05:05.75] 》 [xUnit.net 00:05:05.75] 》 NuGet Config files used: [xUnit.net 00:05:05.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:05.75] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:05.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:05.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:05.75] 》 [xUnit.net 00:05:05.75] 》 Feeds used: [xUnit.net 00:05:05.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:05.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:05.75] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:05.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:05.76] 》 All projects are up-to-date for restore. [xUnit.net 00:05:05.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:05.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:05.76] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:05.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:05.76] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:05.76] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.76] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:05.76] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.76] 》_GenerateSourceLinkFile: [xUnit.net 00:05:05.76] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:05.76] 》CoreCompile: [xUnit.net 00:05:05.76] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.76] 》_CreateAppHost: [xUnit.net 00:05:05.76] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.76] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:05.76] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.76] 》GenerateBuildDependencyFile: [xUnit.net 00:05:05.76] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.76] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:05.76] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:05.76] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:05.76] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:05.76] 》PrepareForPublish: [xUnit.net 00:05:05.76] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:05.76] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:05.76] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:05.76] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:05.76] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:05.76] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:05.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:05.76] 》Publish: [xUnit.net 00:05:05.76] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:05.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:05.76] 》 [xUnit.net 00:05:05.76] 》Build succeeded. [xUnit.net 00:05:05.76] 》 0 Warning(s) [xUnit.net 00:05:05.76] 》 0 Error(s) [xUnit.net 00:05:05.76] 》 [xUnit.net 00:05:05.76] 》Time Elapsed 00:00:01.94 [xUnit.net 00:05:05.76] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "false", enableDocumentationFilesFromPackages: "false") [5 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:23 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 664 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:03.03 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:26 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 103 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CreateAppHost: 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. 》GenerateBuildDependencyFile: 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. 》GenerateBuildRuntimeConfigurationFiles: 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》PrepareForPublish: 》 Creating directory "bin\Debug\net10.0\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》_CopyResolvedFilesToPublishAlways: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". 》Publish: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.94 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---8D8643DF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:05.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:05:05.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:54:28 PM. [xUnit.net 00:05:05.96] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:06.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:06.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:06.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:06.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:05:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:06.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:06.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:06.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:06.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:07.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:05:07.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:07.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:07.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:05:07.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:05:07.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:05:07.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 550 ms). [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:07.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:07.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:07.99] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:08.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:08.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:08.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:05:08.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:08.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:08.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:08.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:08.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:08.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:08.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:08.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:08.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:08.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:05:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:08.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:08.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:08.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:05:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:08.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:02.69 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore exited with 0 in 2930 ms. [xUnit.net 00:05:08.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore [xUnit.net 00:05:08.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': Process ID: 9984 [xUnit.net 00:05:08.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build started 4/8/2026 2:54:31 PM. [xUnit.net 00:05:08.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:09.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:09.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:09.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:05:09.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:09.56] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:09.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:09.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:09.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Restore: [xUnit.net 00:05:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:09.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:09.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 60 ms). [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:09.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:05:09.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:10.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:10.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:10.09] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:10.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:10.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:10.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CreateAppHost: [xUnit.net 00:05:10.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》GenerateBuildDependencyFile: [xUnit.net 00:05:10.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》PrepareForPublish: [xUnit.net 00:05:10.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:10.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:10.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:10.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:10.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.pdb". [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Publish: [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:10.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》 [xUnit.net 00:05:10.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] 》Time Elapsed 00:00:01.53 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore exited with 0 in 1697 ms. [xUnit.net 00:05:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:10.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [PASS] [xUnit.net 00:05:10.37] Output: [xUnit.net 00:05:10.37] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:05:10.37] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:10.37] 》Build started 4/8/2026 2:54:28 PM. [xUnit.net 00:05:10.37] 》 [xUnit.net 00:05:10.37] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:10.37] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:10.37] 》 Determining projects to restore... [xUnit.net 00:05:10.37] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:10.37] 》AddPrunePackageReferences: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore [xUnit.net 00:05:10.37] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:10.37] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:10.37] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:10.37] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:10.37] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:10.37] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:10.37] 》Restore: [xUnit.net 00:05:10.37] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:10.37] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:10.37] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:05:10.37] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:05:10.37] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:05:10.37] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:10.37] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 550 ms). [xUnit.net 00:05:10.37] 》 [xUnit.net 00:05:10.37] 》 NuGet Config files used: [xUnit.net 00:05:10.37] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config Process ID: 6040 [xUnit.net 00:05:10.37] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:10.37] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:10.37] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:10.37] 》 [xUnit.net 00:05:10.37] 》 Feeds used: [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:10.37] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:10.38] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:10.38] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:10.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:10.38] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:10.38] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:10.38] 》PrepareForBuild: [xUnit.net 00:05:10.38] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:10.38] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:10.38] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:05:10.38] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:10.38] 》_GenerateSourceLinkFile: [xUnit.net 00:05:10.38] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:10.38] 》CoreCompile: [xUnit.net 00:05:10.38] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:10.38] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:10.38] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:10.38] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:10.38] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:10.38] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:10.38] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:10.38] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:10.38] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:10.38] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:10.38] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:10.38] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:10.38] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:10.38] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:10.38] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:10.38] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:05:10.38] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:10.38] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:10.38] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:05:10.38] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:10.38] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:10.38] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:10.38] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:10.38] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:10.38] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:05:10.38] 》 [xUnit.net 00:05:10.38] 》Build succeeded. [xUnit.net 00:05:10.38] 》 0 Warning(s) [xUnit.net 00:05:10.38] 》 0 Error(s) [xUnit.net 00:05:10.38] 》 [xUnit.net 00:05:10.38] 》Time Elapsed 00:00:02.69 [xUnit.net 00:05:10.38] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:05:10.38] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:05:10.38] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:10.38] 》Build started 4/8/2026 2:54:31 PM. [xUnit.net 00:05:10.38] 》 [xUnit.net 00:05:10.38] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:10.39] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:10.39] 》 Determining projects to restore... [xUnit.net 00:05:10.39] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:10.39] 》AddPrunePackageReferences: [xUnit.net 00:05:10.39] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:10.39] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:10.39] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:10.39] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:10.39] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:10.39] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:10.39] 》Restore: [xUnit.net 00:05:10.39] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:10.39] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:10.39] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:10.39] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 60 ms). [xUnit.net 00:05:10.39] 》 [xUnit.net 00:05:10.39] 》 NuGet Config files used: [xUnit.net 00:05:10.39] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:10.39] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:10.39] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:10.39] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:10.39] 》 [xUnit.net 00:05:10.39] 》 Feeds used: [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:10.39] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:10.39] 》 All projects are up-to-date for restore. [xUnit.net 00:05:10.39] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:10.39] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:10.39] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:10.39] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:10.39] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:10.39] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.39] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:10.39] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.39] 》_GenerateSourceLinkFile: [xUnit.net 00:05:10.39] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:10.39] 》CoreCompile: [xUnit.net 00:05:10.39] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.39] 》_CreateAppHost: [xUnit.net 00:05:10.39] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.39] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:10.39] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.39] 》GenerateBuildDependencyFile: [xUnit.net 00:05:10.39] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.39] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:10.39] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:10.39] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:10.39] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:10.39] 》PrepareForPublish: [xUnit.net 00:05:10.39] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:10.39] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:10.39] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:10.40] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:10.40] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:10.40] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:10.40] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.pdb". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:10.40] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:10.40] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:10.40] 》Publish: [xUnit.net 00:05:10.40] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:10.40] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:10.40] 》 [xUnit.net 00:05:10.40] 》Build succeeded. [xUnit.net 00:05:10.40] 》 0 Warning(s) [xUnit.net 00:05:10.40] 》 0 Error(s) [xUnit.net 00:05:10.40] 》 [xUnit.net 00:05:10.40] 》Time Elapsed 00:00:01.53 [xUnit.net 00:05:10.40] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "false") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:28 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 550 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.69 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:31 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 60 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CreateAppHost: 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. 》GenerateBuildDependencyFile: 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. 》GenerateBuildRuntimeConfigurationFiles: 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》PrepareForPublish: 》 Creating directory "bin\Debug\net10.0\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.pdb". 》_CopyResolvedFilesToPublishAlways: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". 》Publish: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.53 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---45850EEF\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:10.40] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:05:10.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:54:33 PM. [xUnit.net 00:05:10.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:11.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:11.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:11.05] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:11.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:11.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:05:11.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:11.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:11.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:11.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:11.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:11.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:11.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:05:11.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:11.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:11.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:05:12.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:05:12.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:05:12.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:12.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 539 ms). [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:12.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:12.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:12.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:12.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:12.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:12.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:12.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:12.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:05:12.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:12.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:12.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:12.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:12.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:12.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:12.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:12.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:12.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:12.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:12.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:12.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:12.76] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:05:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:12.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:05:12.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:12.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:05:12.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:12.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:13.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:13.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:13.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:13.01] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:02.48 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore exited with 0 in 2659 ms. [xUnit.net 00:05:13.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore [xUnit.net 00:05:13.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': Process ID: 2116 [xUnit.net 00:05:13.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:13.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build started 4/8/2026 2:54:35 PM. [xUnit.net 00:05:13.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:13.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:13.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:13.65] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:13.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:13.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》AddPrunePackageReferences: [xUnit.net 00:05:13.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:13.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:13.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:13.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:14.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Restore: [xUnit.net 00:05:14.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:14.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:14.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:14.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 66 ms). [xUnit.net 00:05:14.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:14.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:14.27] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:05:14.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:14.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:14.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:14.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:14.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:14.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:14.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:14.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:14.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:14.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CreateAppHost: [xUnit.net 00:05:14.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:14.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》GenerateBuildDependencyFile: [xUnit.net 00:05:14.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:14.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:14.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:14.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》PrepareForPublish: [xUnit.net 00:05:14.64] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:14.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:14.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:14.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:14.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:14.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:14.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.pdb". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.xml". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.xml". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.xml". [xUnit.net 00:05:14.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.xml". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.xml". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.xml". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Publish: [xUnit.net 00:05:14.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:14.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:14.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:14.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:14.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:14.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:14.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》 [xUnit.net 00:05:14.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] 》Time Elapsed 00:00:01.54 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore exited with 0 in 1698 ms. [xUnit.net 00:05:14.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:14.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [PASS] [xUnit.net 00:05:14.73] Output: [xUnit.net 00:05:14.73] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': [xUnit.net 00:05:14.73] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:14.73] 》Build started 4/8/2026 2:54:33 PM. [xUnit.net 00:05:14.73] 》 [xUnit.net 00:05:14.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:14.73] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:14.73] 》 Determining projects to restore... [xUnit.net 00:05:14.73] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:14.73] 》AddPrunePackageReferences: [xUnit.net 00:05:14.73] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:14.73] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:14.73] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:14.73] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:14.73] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:14.73] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:14.74] 》Restore: [xUnit.net 00:05:14.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:14.74] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:14.74] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... [xUnit.net 00:05:14.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. [xUnit.net 00:05:14.74] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. [xUnit.net 00:05:14.74] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:14.74] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 539 ms). [xUnit.net 00:05:14.74] 》 [xUnit.net 00:05:14.74] 》 NuGet Config files used: [xUnit.net 00:05:14.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:14.74] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:14.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:14.74] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:14.74] 》 [xUnit.net 00:05:14.74] 》 Feeds used: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:14.74] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:14.74] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:14.74] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:14.74] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:14.74] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:14.74] 》PrepareForBuild: [xUnit.net 00:05:14.74] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:14.74] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:14.74] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". [xUnit.net 00:05:14.74] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:14.74] 》_GenerateSourceLinkFile: [xUnit.net 00:05:14.74] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:14.74] 》CoreCompile: [xUnit.net 00:05:14.74] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:14.74] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:14.74] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:14.74] 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:14.74] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:14.74] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:14.74] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:14.74] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' Process ID: 7648 [xUnit.net 00:05:14.74] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:14.74] 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:14.74] 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:14.74] 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:14.74] 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:14.74] 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) [xUnit.net 00:05:14.74] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". [xUnit.net 00:05:14.74] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". [xUnit.net 00:05:14.75] 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". [xUnit.net 00:05:14.75] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.75] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.75] 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:14.75] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:14.75] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". [xUnit.net 00:05:14.75] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:14.75] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:14.75] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:14.75] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:14.75] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:14.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). [xUnit.net 00:05:14.75] 》 [xUnit.net 00:05:14.75] 》Build succeeded. [xUnit.net 00:05:14.75] 》 0 Warning(s) [xUnit.net 00:05:14.75] 》 0 Error(s) [xUnit.net 00:05:14.75] 》 [xUnit.net 00:05:14.75] 》Time Elapsed 00:00:02.48 [xUnit.net 00:05:14.75] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. [xUnit.net 00:05:14.75] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': [xUnit.net 00:05:14.75] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:14.75] 》Build started 4/8/2026 2:54:35 PM. [xUnit.net 00:05:14.75] 》 [xUnit.net 00:05:14.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:14.75] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:14.75] 》 Determining projects to restore... [xUnit.net 00:05:14.75] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:14.75] 》AddPrunePackageReferences: [xUnit.net 00:05:14.75] 》 Loading prune package data from PrunePackageData folder [xUnit.net 00:05:14.75] 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead [xUnit.net 00:05:14.75] 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref [xUnit.net 00:05:14.75] 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 [xUnit.net 00:05:14.75] 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt [xUnit.net 00:05:14.75] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). [xUnit.net 00:05:14.75] 》Restore: [xUnit.net 00:05:14.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:14.75] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:14.75] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json [xUnit.net 00:05:14.75] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 66 ms). [xUnit.net 00:05:14.75] 》 [xUnit.net 00:05:14.75] 》 NuGet Config files used: [xUnit.net 00:05:14.75] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:14.75] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:14.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:14.75] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:14.75] 》 [xUnit.net 00:05:14.76] 》 Feeds used: [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:14.76] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:14.76] 》 All projects are up-to-date for restore. [xUnit.net 00:05:14.76] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). [xUnit.net 00:05:14.76] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). [xUnit.net 00:05:14.76] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:14.76] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] [xUnit.net 00:05:14.76] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:14.76] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.76] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:14.76] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.76] 》_GenerateSourceLinkFile: [xUnit.net 00:05:14.76] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. [xUnit.net 00:05:14.76] 》CoreCompile: [xUnit.net 00:05:14.76] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.76] 》_CreateAppHost: [xUnit.net 00:05:14.76] 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.76] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:14.76] 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.76] 》GenerateBuildDependencyFile: [xUnit.net 00:05:14.76] 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.76] 》GenerateBuildRuntimeConfigurationFiles: [xUnit.net 00:05:14.76] 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:14.76] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:14.76] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll [xUnit.net 00:05:14.76] 》PrepareForPublish: [xUnit.net 00:05:14.76] 》 Creating directory "bin\Debug\net10.0\publish\". [xUnit.net 00:05:14.76] 》_CopyResolvedFilesToPublishPreserveNewest: [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:14.76] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". [xUnit.net 00:05:14.76] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". [xUnit.net 00:05:14.76] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.76] 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.pdb". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.xml". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.pdb". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.xml". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.pdb". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.xml". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.xml". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.xml". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.xml". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.xml". [xUnit.net 00:05:14.76] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.xml". [xUnit.net 00:05:14.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.xml". [xUnit.net 00:05:14.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.xml". [xUnit.net 00:05:14.77] 》_CopyResolvedFilesToPublishAlways: [xUnit.net 00:05:14.77] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". [xUnit.net 00:05:14.77] 》Publish: [xUnit.net 00:05:14.77] 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ [xUnit.net 00:05:14.77] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). [xUnit.net 00:05:14.77] 》 [xUnit.net 00:05:14.77] 》Build succeeded. [xUnit.net 00:05:14.77] 》 0 Warning(s) [xUnit.net 00:05:14.77] 》 0 Error(s) [xUnit.net 00:05:14.77] 》 [xUnit.net 00:05:14.77] 》Time Elapsed 00:00:01.54 [xUnit.net 00:05:14.77] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_pdb_and_xml_files_in_publish_directory(enableCopyDebugSymbolFilesFromPackages: "true", enableDocumentationFilesFromPackages: "true") [4 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:33 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\DesktopPublishPackageWithPdbAndXml.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 539 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopPublishPackageWithPdbAndXml (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll /refout:obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopPublishPackageWithPdbAndXml.cs DesktopPublishPackageWithPdbAndXmlProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End writing request for DesktopPublishPackageWithPdbAndXml (net10.0) 》 Begin reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 End reading response for DesktopPublishPackageWithPdbAndXml (net10.0) 》 CompilerServer: server - server processed compilation - DesktopPublishPackageWithPdbAndXml (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Security.Permissions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\System.Windows.Extensions.dll". 》 Creating directory "bin\Debug\net10.0\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopP.3C1B5E59.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\ref\DesktopPublishPackageWithPdbAndXml.dll". 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.48 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:35 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1) is building "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)). 》AddPrunePackageReferences: 》 Loading prune package data from PrunePackageData folder 》 Failed to load prune package data from PrunePackageData folder, loading from targeting packs instead 》 Looking for targeting packs in C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref 》 Pack directories found: C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5 》 Found package overrides file C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\data\PackageOverrides.txt 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (_GenerateProjectRestoreGraph target(s)). 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj (in 66 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" on node 1 (Publish target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj] 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CreateAppHost: 》Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files. 》_CopyOutOfDateSourceItemsToOutputDirectory: 》Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. 》GenerateBuildDependencyFile: 》Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files. 》GenerateBuildRuntimeConfigurationFiles: 》Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll 》PrepareForPublish: 》 Creating directory "bin\Debug\net10.0\publish\". 》_CopyResolvedFilesToPublishPreserveNewest: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.deps.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.deps.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.runtimeconfig.json". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.dll". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Creating directory "bin\Debug\net10.0\publish\runtimes\win\lib\net6.0". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\unix\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Drawing.Common.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\lib\net6.0\Microsoft.Build.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\runtimes\win\lib\net6.0\System.Windows.Extensions.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build\17.3.1\ref\net6.0\Microsoft.Build.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\lib\net6.0\Microsoft.NET.StringTools.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\ref\net6.0\Microsoft.Build.Framework.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.build.framework\17.3.1\lib\net6.0\Microsoft.Build.Framework.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Build.Framework.pdb". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.net.stringtools\17.3.1\ref\net6.0\Microsoft.NET.StringTools.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.NET.StringTools.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.configuration.configurationmanager\6.0.0\lib\net6.0\System.Configuration.ConfigurationManager.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Configuration.ConfigurationManager.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadataloadcontext\6.0.0\lib\net6.0\System.Reflection.MetadataLoadContext.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Reflection.MetadataLoadContext.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Drawing.Common.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.cryptography.protecteddata\6.0.0\lib\net6.0\System.Security.Cryptography.ProtectedData.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Cryptography.ProtectedData.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.security.permissions\6.0.0\lib\net6.0\System.Security.Permissions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Security.Permissions.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.win32.systemevents\6.0.0\lib\net6.0\Microsoft.Win32.SystemEvents.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\Microsoft.Win32.SystemEvents.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.windows.extensions\6.0.0\lib\net6.0\System.Windows.Extensions.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\System.Windows.Extensions.xml". 》_CopyResolvedFilesToPublishAlways: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\DesktopPublishPackageWithPdbAndXml.exe". 》Publish: 》 DesktopPublishPackageWithPdbAndXml -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\bin\Debug\net10.0\publish\ 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj" (Publish target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.54 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Publish C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopPublis---0CC0E73E\DesktopPublishPackageWithPdbAndXml\DesktopPublishPackageWithPdbAndXml.csproj /p:_IsPublishing=true /restore' exited with exit code 0. [xUnit.net 00:05:14.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:05:14.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:14.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Build started 4/8/2026 2:54:37 PM. [xUnit.net 00:05:14.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:05:15.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:15.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:15.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:15.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Restore: [xUnit.net 00:05:15.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:15.75] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:15.95] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:05:16.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:05:16.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:05:16.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\project.assets.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj (in 644 ms). [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Feeds used: [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:16.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:16.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:16.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:16.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:16.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:16.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:16.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:16.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:16.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:05:16.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:05:17.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:17.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:17.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》CoreCompile: [xUnit.net 00:05:17.10] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:17.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:17.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:17.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:17.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:17.13] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:17.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:17.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:17.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:17.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.17] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:17.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:05:17.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:05:17.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:05:17.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:05:17.18] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:17.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:05:17.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:05:17.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:05:17.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:17.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:05:17.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:17.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:05:17.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:17.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:05:17.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Build succeeded. [xUnit.net 00:05:17.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:17.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:17.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》 [xUnit.net 00:05:17.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] 》Time Elapsed 00:00:02.29 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore exited with 0 in 2474 ms. [xUnit.net 00:05:17.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:05:17.22] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [PASS] [xUnit.net 00:05:17.22] Output: [xUnit.net 00:05:17.22] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:05:17.22] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:17.22] 》Build started 4/8/2026 2:54:37 PM. [xUnit.net 00:05:17.22] 》 [xUnit.net 00:05:17.22] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:17.22] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:17.22] 》 Determining projects to restore... [xUnit.net 00:05:17.22] 》Restore: [xUnit.net 00:05:17.22] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:17.22] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:17.22] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:05:17.22] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:05:17.22] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:05:17.22] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\project.assets.json [xUnit.net 00:05:17.22] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj (in 644 ms). [xUnit.net 00:05:17.22] 》 [xUnit.net 00:05:17.22] 》 NuGet Config files used: [xUnit.net 00:05:17.22] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:17.22] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:17.22] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:17.22] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:17.22] 》 [xUnit.net 00:05:17.22] 》 Feeds used: [xUnit.net 00:05:17.22] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:17.22] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:17.22] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:17.22] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:05:17.22] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:17.23] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:17.23] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:17.23] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:17.23] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:17.23] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:17.23] 》PrepareForBuild: [xUnit.net 00:05:17.23] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:05:17.23] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:05:17.23] 》_GenerateSourceLinkFile: [xUnit.net 00:05:17.23] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:17.23] 》CoreCompile: [xUnit.net 00:05:17.23] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:17.23] 》 Setting DOTNET_TieredCompilation to '0' Process ID: 5768 [xUnit.net 00:05:17.23] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:17.23] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:17.23] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:17.23] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:17.23] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:17.23] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:17.23] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:17.23] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.23] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.23] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.23] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.23] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:17.23] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:17.23] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:05:17.23] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:05:17.23] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:05:17.23] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:05:17.23] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:17.23] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:05:17.23] 》_CopyAppConfigFile: [xUnit.net 00:05:17.23] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:05:17.23] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:17.23] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:05:17.23] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:17.23] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:05:17.23] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:17.23] 》 [xUnit.net 00:05:17.23] 》Build succeeded. [xUnit.net 00:05:17.23] 》 0 Warning(s) [xUnit.net 00:05:17.23] 》 0 Error(s) [xUnit.net 00:05:17.23] 》 [xUnit.net 00:05:17.23] 》Time Elapsed 00:00:02.29 [xUnit.net 00:05:17.23] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_supportedRuntime_when_there_is_appconfig_without_supportedRuntime_in_source_require_binding_redirect [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:37 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj (in 644 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net452\win-x86\". 》 Creating directory "obj\Debug\net452\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopNeedsBindingRedirects (net452) 》 End writing request for DesktopNeedsBindingRedirects (net452) 》 Begin reading response for DesktopNeedsBindingRedirects (net452) 》 End reading response for DesktopNeedsBindingRedirects (net452) 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.29 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---D80473C6\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:05:17.24] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:05:17.32] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:17.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Build started 4/8/2026 2:54:39 PM. [xUnit.net 00:05:17.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 [xUnit.net 00:05:17.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:17.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:17.92] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:18.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Restore: [xUnit.net 00:05:18.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:18.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:18.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:05:18.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:05:18.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:05:18.90] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\project.assets.json [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj (in 575 ms). [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 [xUnit.net 00:05:18.93] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Feeds used: [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:18.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:19.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:19.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:19.11] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:19.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:19.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:05:19.12] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:05:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:19.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》CoreCompile: [xUnit.net 00:05:19.49] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:19.50] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:19.51] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:19.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:19.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:19.52] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:19.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:19.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:19.53] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:19.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.54] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:05:19.58] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:05:19.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:05:19.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:19.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:05:19.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:19.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:05:19.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:19.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 [xUnit.net 00:05:19.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Build succeeded. [xUnit.net 00:05:19.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:19.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:19.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》 [xUnit.net 00:05:19.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] 》Time Elapsed 00:00:02.23 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore exited with 0 in 2383 ms. [xUnit.net 00:05:19.61] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:05:19.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [PASS] [xUnit.net 00:05:19.62] Output: [xUnit.net 00:05:19.62] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:05:19.62] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:19.62] 》Build started 4/8/2026 2:54:39 PM. [xUnit.net 00:05:19.62] 》 [xUnit.net 00:05:19.62] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:19.62] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:19.62] 》 Determining projects to restore... [xUnit.net 00:05:19.62] 》Restore: [xUnit.net 00:05:19.62] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:19.62] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:19.62] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:05:19.62] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:05:19.62] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:05:19.62] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\project.assets.json [xUnit.net 00:05:19.62] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj (in 575 ms). [xUnit.net 00:05:19.62] 》 [xUnit.net 00:05:19.62] 》 NuGet Config files used: [xUnit.net 00:05:19.62] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:19.62] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:19.62] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:19.62] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:19.62] 》 [xUnit.net 00:05:19.62] 》 Feeds used: [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:19.62] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:19.62] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:19.62] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:19.62] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:19.62] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:19.62] 》PrepareForBuild: [xUnit.net 00:05:19.62] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:05:19.62] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:05:19.62] 》_GenerateSourceLinkFile: [xUnit.net 00:05:19.62] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:19.62] 》CoreCompile: [xUnit.net 00:05:19.62] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:19.62] 》 Setting DOTNET_TieredCompilation to '0' Process ID: 6192 [xUnit.net 00:05:19.62] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:19.62] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:19.62] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:19.62] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:19.62] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:19.62] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:19.62] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:19.62] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.62] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.63] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.63] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.63] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:19.63] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:19.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:05:19.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:05:19.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:05:19.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:05:19.63] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:19.63] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:05:19.63] 》_CopyAppConfigFile: [xUnit.net 00:05:19.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:05:19.63] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:19.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:05:19.63] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:19.63] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:05:19.63] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:19.63] 》 [xUnit.net 00:05:19.63] 》Build succeeded. [xUnit.net 00:05:19.63] 》 0 Warning(s) [xUnit.net 00:05:19.63] 》 0 Error(s) [xUnit.net 00:05:19.63] 》 [xUnit.net 00:05:19.63] 》Time Elapsed 00:00:02.23 [xUnit.net 00:05:19.63] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_binding_redirects_if_needed [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:39 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj (in 575 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net452\win-x86\". 》 Creating directory "obj\Debug\net452\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopNeedsBindingRedirects (net452) 》 End writing request for DesktopNeedsBindingRedirects (net452) 》 Begin reading response for DesktopNeedsBindingRedirects (net452) 》 End reading response for DesktopNeedsBindingRedirects (net452) 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.23 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---2AE0E73B\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:05:19.63] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:05:19.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:19.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Build started 4/8/2026 2:54:42 PM. [xUnit.net 00:05:19.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:20.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:20.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:20.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:20.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Restore: [xUnit.net 00:05:20.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:20.57] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:20.77] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:05:21.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:05:21.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:05:21.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\project.assets.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj (in 550 ms). [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Feeds used: [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:21.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:21.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:21.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:21.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:21.45] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:21.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:21.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:05:21.46] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:05:21.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:21.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:21.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》CoreCompile: [xUnit.net 00:05:21.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:21.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:21.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:21.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:21.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:21.82] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:21.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:21.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:21.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:21.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:21.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:21.84] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:21.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:21.86] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:21.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:21.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:05:21.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:05:21.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:05:21.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:21.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:05:21.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:21.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:21.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Build succeeded. [xUnit.net 00:05:21.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:21.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:21.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:21.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Time Elapsed 00:00:02.12 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore exited with 0 in 2282 ms. [xUnit.net 00:05:21.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore [xUnit.net 00:05:21.91] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore': Process ID: 5176 [xUnit.net 00:05:22.00] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Build started 4/8/2026 2:54:44 PM. [xUnit.net 00:05:22.04] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:22.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:22.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:22.60] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:22.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Restore: [xUnit.net 00:05:22.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:22.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:23.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\project.assets.json [xUnit.net 00:05:23.06] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj (in 66 ms). [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Feeds used: [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 All projects are up-to-date for restore. [xUnit.net 00:05:23.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:23.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:23.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:05:23.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》GenerateBindingRedirects: [xUnit.net 00:05:23.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Skipping target "GenerateBindingRedirects" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:23.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:23.39] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》CoreCompile: [xUnit.net 00:05:23.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:05:23.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:23.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:23.42] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:23.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:23.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Build succeeded. [xUnit.net 00:05:23.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:23.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:23.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》 [xUnit.net 00:05:23.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] 》Time Elapsed 00:00:01.38 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore exited with 0 in 1532 ms. [xUnit.net 00:05:23.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:05:23.44] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [PASS] [xUnit.net 00:05:23.44] Output: [xUnit.net 00:05:23.44] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:05:23.44] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:23.44] 》Build started 4/8/2026 2:54:42 PM. [xUnit.net 00:05:23.44] 》 [xUnit.net 00:05:23.44] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:23.44] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:23.44] 》 Determining projects to restore... [xUnit.net 00:05:23.45] 》Restore: Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal [xUnit.net 00:05:23.45] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal [xUnit.net 00:05:23.45] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:23.45] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj... [xUnit.net 00:05:23.45] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. [xUnit.net 00:05:23.45] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. [xUnit.net 00:05:23.45] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\project.assets.json [xUnit.net 00:05:23.45] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj (in 550 ms). [xUnit.net 00:05:23.45] 》 [xUnit.net 00:05:23.45] 》 NuGet Config files used: [xUnit.net 00:05:23.45] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:23.45] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:23.45] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:23.45] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:23.45] 》 [xUnit.net 00:05:23.45] 》 Feeds used: [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json Process ID: 7616 [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:23.45] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:23.45] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:23.45] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:23.45] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:23.45] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:23.45] 》PrepareForBuild: [xUnit.net 00:05:23.45] 》 Creating directory "bin\Debug\net452\win-x86\". [xUnit.net 00:05:23.45] 》 Creating directory "obj\Debug\net452\win-x86\". [xUnit.net 00:05:23.45] 》_GenerateSourceLinkFile: [xUnit.net 00:05:23.45] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:23.45] 》CoreCompile: [xUnit.net 00:05:23.45] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:23.45] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:23.45] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:23.45] 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:23.45] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:23.45] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:23.45] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:23.45] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:23.45] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:23.45] 》 Begin writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:23.45] 》 End writing request for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:23.45] 》 Begin reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:23.45] 》 End reading response for DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:23.45] 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) [xUnit.net 00:05:23.45] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:23.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". [xUnit.net 00:05:23.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". [xUnit.net 00:05:23.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". [xUnit.net 00:05:23.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". [xUnit.net 00:05:23.45] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:23.45] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". [xUnit.net 00:05:23.45] 》_CopyAppConfigFile: [xUnit.net 00:05:23.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". [xUnit.net 00:05:23.45] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:23.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". [xUnit.net 00:05:23.45] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:23.45] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". [xUnit.net 00:05:23.45] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:23.45] 》 [xUnit.net 00:05:23.45] 》Build succeeded. [xUnit.net 00:05:23.45] 》 0 Warning(s) [xUnit.net 00:05:23.46] 》 0 Error(s) [xUnit.net 00:05:23.46] 》 [xUnit.net 00:05:23.46] 》Time Elapsed 00:00:02.12 [xUnit.net 00:05:23.46] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:05:23.46] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore': [xUnit.net 00:05:23.46] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:23.46] 》Build started 4/8/2026 2:54:44 PM. [xUnit.net 00:05:23.46] 》 [xUnit.net 00:05:23.46] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:23.46] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:23.46] 》 Determining projects to restore... [xUnit.net 00:05:23.46] 》Restore: [xUnit.net 00:05:23.46] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:23.46] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:23.46] 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\project.assets.json [xUnit.net 00:05:23.46] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj (in 66 ms). [xUnit.net 00:05:23.46] 》 [xUnit.net 00:05:23.46] 》 NuGet Config files used: [xUnit.net 00:05:23.46] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:23.46] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:23.46] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:23.46] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:23.46] 》 [xUnit.net 00:05:23.46] 》 Feeds used: [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:23.46] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:23.46] 》 All projects are up-to-date for restore. [xUnit.net 00:05:23.46] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). [xUnit.net 00:05:23.46] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:23.46] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:23.46] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj] [xUnit.net 00:05:23.46] 》_WriteAppConfigWithSupportedRuntime: [xUnit.net 00:05:23.46] 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.46] 》GenerateBindingRedirects: [xUnit.net 00:05:23.46] 》Skipping target "GenerateBindingRedirects" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.46] 》GenerateTargetFrameworkMonikerAttribute: [xUnit.net 00:05:23.46] 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.46] 》CoreGenerateAssemblyInfo: [xUnit.net 00:05:23.46] 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.46] 》_GenerateSourceLinkFile: [xUnit.net 00:05:23.46] 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. [xUnit.net 00:05:23.46] 》CoreCompile: [xUnit.net 00:05:23.46] 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.46] 》_CopyAppConfigFile: [xUnit.net 00:05:23.46] 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. [xUnit.net 00:05:23.46] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:23.46] 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe [xUnit.net 00:05:23.46] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Build target(s)). [xUnit.net 00:05:23.46] 》 [xUnit.net 00:05:23.46] 》Build succeeded. [xUnit.net 00:05:23.46] 》 0 Warning(s) [xUnit.net 00:05:23.46] 》 0 Error(s) [xUnit.net 00:05:23.46] 》 [xUnit.net 00:05:23.46] 》Time Elapsed 00:00:01.38 [xUnit.net 00:05:23.46] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_generates_appconfig_incrementally [3 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:42 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\DesktopNeedsBindingRedirects.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj (in 550 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net452\win-x86\". 》 Creating directory "obj\Debug\net452\win-x86\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopNeedsBindingRedirects (net452), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET452;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\mscorlib.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Core.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Data.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Drawing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Collections.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Globalization.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.IO.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Duplex.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Http.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.NetTcp.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Primitives.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.ServiceModel.Security.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.netframework.referenceassemblies.net452\1.0.3\build\.NETFramework\v4.5.2\Facades\System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.GeneratedMSBuildEditorConfig.editorconfig /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs "obj\Debug\net452\win-x86\.NETFramework,Version=v4.5.2.AssemblyAttributes.cs" obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopNeedsBindingRedirects (net452) 》 End writing request for DesktopNeedsBindingRedirects (net452) 》 Begin reading response for DesktopNeedsBindingRedirects (net452) 》 End reading response for DesktopNeedsBindingRedirects (net452) 》 CompilerServer: server - server processed compilation - DesktopNeedsBindingRedirects (net452) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.common\1.3.0\lib\net45\Microsoft.CodeAnalysis.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.collections.immutable\1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\System.Collections.Immutable.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.reflection.metadata\1.3.0\lib\portable-net45+win8\System.Reflection.Metadata.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\System.Reflection.Metadata.dll". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\microsoft.codeanalysis.csharp\1.3.0\lib\net45\Microsoft.CodeAnalysis.CSharp.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\Microsoft.CodeAnalysis.CSharp.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopN.B5F98FDF.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe". 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.12 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:44 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Assets file has not changed. Skipping assets file writing. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj (in 66 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》 All projects are up-to-date for restore. 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj] 》_WriteAppConfigWithSupportedRuntime: 》Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files. 》GenerateBindingRedirects: 》Skipping target "GenerateBindingRedirects" because all output files are up-to-date with respect to the input files. 》GenerateTargetFrameworkMonikerAttribute: 》Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. 》CoreGenerateAssemblyInfo: 》Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net452\win-x86\DesktopNeedsBindingRedirects.sourcelink.json' does not exist. 》CoreCompile: 》Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. 》_CopyAppConfigFile: 》Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. 》CopyFilesToOutputDirectory: 》 DesktopNeedsBindingRedirects -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\bin\Debug\net452\win-x86\DesktopNeedsBindingRedirects.exe 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:01.38 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\It_generates_---92E11192\DesktopNeedsBindingRedirects.csproj /restore' exited with exit code 0. [xUnit.net 00:05:23.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:05:23.55] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:23.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Build started 4/8/2026 2:54:46 PM. [xUnit.net 00:05:23.59] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:05:24.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:24.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:24.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:24.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Restore: [xUnit.net 00:05:24.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:24.41] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:24.62] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:05:25.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:05:25.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:05:25.16] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 599 ms). [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:25.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:25.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:05:25.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:25.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:25.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:05:25.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:25.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:05:25.35] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:05:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:25.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:05:25.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:25.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:25.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:25.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:25.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:25.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:25.70] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:25.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:25.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:25.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:25.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.78] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:05:25.79] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". [xUnit.net 00:05:25.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:25.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:05:25.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:05:25.80] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:05:25.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:05:25.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:05:25.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:25.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:25.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:25.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》 [xUnit.net 00:05:25.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] 》Time Elapsed 00:00:02.21 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal exited with 0 in 2385 ms. [xUnit.net 00:05:25.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:05:25.83] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [PASS] [xUnit.net 00:05:25.83] Output: [xUnit.net 00:05:25.83] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:05:25.83] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:25.83] 》Build started 4/8/2026 2:54:46 PM. [xUnit.net 00:05:25.83] 》 [xUnit.net 00:05:25.84] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:25.84] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:25.84] 》 Determining projects to restore... [xUnit.net 00:05:25.84] 》Restore: [xUnit.net 00:05:25.84] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:25.84] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:25.84] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:05:25.84] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:05:25.84] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:05:25.84] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:05:25.84] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 599 ms). [xUnit.net 00:05:25.84] 》 [xUnit.net 00:05:25.84] 》 NuGet Config files used: [xUnit.net 00:05:25.84] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:25.84] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:25.84] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:25.84] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:25.84] 》 [xUnit.net 00:05:25.84] 》 Feeds used: [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:25.84] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:25.84] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:05:25.84] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:25.84] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:25.84] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:05:25.84] 》PrepareForBuild: [xUnit.net 00:05:25.84] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:05:25.84] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:05:25.84] 》_GenerateSourceLinkFile: [xUnit.net 00:05:25.84] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:05:25.84] 》CoreCompile: [xUnit.net 00:05:25.84] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:25.84] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:25.84] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:25.84] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:25.84] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:25.84] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:25.84] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:25.84] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:25.84] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:25.84] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.84] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.84] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.84] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.84] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:25.84] 》_CopyAppConfigFile: [xUnit.net 00:05:25.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". [xUnit.net 00:05:25.84] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:25.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:05:25.84] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:05:25.84] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:05:25.84] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:05:25.84] 》 [xUnit.net 00:05:25.84] 》Build succeeded. [xUnit.net 00:05:25.84] 》 0 Warning(s) [xUnit.net 00:05:25.84] 》 0 Error(s) [xUnit.net 00:05:25.84] 》 [xUnit.net 00:05:25.84] 》Time Elapsed 00:00:02.21 [xUnit.net 00:05:25.84] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.3.3") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:46 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 599 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.3.3\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopInBoxConflictResolution (net472) 》 End writing request for DesktopInBoxConflictResolution (net472) 》 Begin reading response for DesktopInBoxConflictResolution (net472) 》 End reading response for DesktopInBoxConflictResolution (net472) 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.21 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---8F100261\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:05:25.85] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal Process ID: 3724 [xUnit.net 00:05:25.97] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Build started 4/8/2026 2:54:48 PM. [xUnit.net 00:05:26.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:05:26.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:26.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:26.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:26.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Restore: [xUnit.net 00:05:26.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:26.94] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:27.14] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:05:27.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:05:27.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:05:27.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 615 ms). [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Feeds used: [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:27.72] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:27.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:05:27.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:27.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:27.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:05:27.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:27.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:05:27.89] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:05:28.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:28.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:05:28.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》CoreCompile: [xUnit.net 00:05:28.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:28.21] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:28.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:28.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:28.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:28.23] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:28.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:28.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:28.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:28.25] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.26] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.28] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:28.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:05:28.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:28.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date". [xUnit.net 00:05:28.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》_CopyAppConfigFile: [xUnit.net 00:05:28.29] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". [xUnit.net 00:05:28.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:28.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:05:28.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:05:28.30] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:05:28.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:05:28.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:05:28.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Build succeeded. [xUnit.net 00:05:28.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:28.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:28.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》 [xUnit.net 00:05:28.31] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] 》Time Elapsed 00:00:02.28 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal exited with 0 in 2483 ms. [xUnit.net 00:05:28.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:05:28.33] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [PASS] [xUnit.net 00:05:28.33] Output: [xUnit.net 00:05:28.33] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': [xUnit.net 00:05:28.33] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:28.33] 》Build started 4/8/2026 2:54:48 PM. [xUnit.net 00:05:28.33] 》 [xUnit.net 00:05:28.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:28.33] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:28.33] 》 Determining projects to restore... [xUnit.net 00:05:28.33] 》Restore: [xUnit.net 00:05:28.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. Running C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog > C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog [xUnit.net 00:05:28.33] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:28.33] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... [xUnit.net 00:05:28.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. [xUnit.net 00:05:28.33] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. [xUnit.net 00:05:28.33] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\project.assets.json [xUnit.net 00:05:28.33] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 615 ms). [xUnit.net 00:05:28.33] 》 [xUnit.net 00:05:28.33] 》 NuGet Config files used: [xUnit.net 00:05:28.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:28.33] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:28.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:28.33] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:28.33] 》 [xUnit.net 00:05:28.33] 》 Feeds used: [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json Process ID: 8840 [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:28.33] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:28.33] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). [xUnit.net 00:05:28.33] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:28.33] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:28.33] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] [xUnit.net 00:05:28.33] 》PrepareForBuild: [xUnit.net 00:05:28.33] 》 Creating directory "bin\Debug\net472\". [xUnit.net 00:05:28.33] 》 Creating directory "obj\Debug\net472\". [xUnit.net 00:05:28.33] 》_GenerateSourceLinkFile: [xUnit.net 00:05:28.33] 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. [xUnit.net 00:05:28.33] 》CoreCompile: [xUnit.net 00:05:28.33] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:28.33] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:28.33] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 [xUnit.net 00:05:28.33] 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:28.33] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:28.33] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' [xUnit.net 00:05:28.33] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:28.33] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:28.33] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:28.33] 》 Begin writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.33] 》 End writing request for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.33] 》 Begin reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.33] 》 End reading response for DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.33] 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) [xUnit.net 00:05:28.33] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:28.33] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\System.Diagnostics.DiagnosticSource.dll". [xUnit.net 00:05:28.33] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:28.33] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date". [xUnit.net 00:05:28.34] 》_CopyAppConfigFile: [xUnit.net 00:05:28.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". [xUnit.net 00:05:28.34] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:28.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". [xUnit.net 00:05:28.34] 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe [xUnit.net 00:05:28.34] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". [xUnit.net 00:05:28.34] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). [xUnit.net 00:05:28.34] 》 [xUnit.net 00:05:28.34] 》Build succeeded. [xUnit.net 00:05:28.34] 》 0 Warning(s) [xUnit.net 00:05:28.34] 》 0 Error(s) [xUnit.net 00:05:28.34] 》 [xUnit.net 00:05:28.34] 》Time Elapsed 00:00:02.28 [xUnit.net 00:05:28.34] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.Aliases_are_preserved_if_inbox_assembly_wins_conflict_resolution_sdk(httpPackageVersion: "4.1.0") [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:48 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\DesktopInBoxConflictResolution.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj (in 615 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net472\". 》 Creating directory "obj\Debug\net472\". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net472\DesktopInBoxConflictResolution.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605 》 Compilation request DesktopInBoxConflictResolution (net472), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER;NET47_OR_GREATER;NET471_OR_GREATER;NET472_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.dll" /reference:snh=C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.net.http\4.1.0\ref\net46\System.Net.Http.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.AppContext.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Http.Rtc.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ServiceModel.Security.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\System.Xml.XPath.XDocument.dll" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net472\DesktopInBoxConflictResolution.exe /subsystemversion:6.00 /target:exe /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:obj\Debug\net472\DesktopInBoxConflictResolution.GeneratedMSBuildEditorConfig.editorconfig Program.cs "obj\Debug\net472\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj\Debug\net472\DesktopInBoxConflictResolution.AssemblyInfo.cs /warnaserror+:NU1605' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopInBoxConflictResolution (net472) 》 End writing request for DesktopInBoxConflictResolution (net472) 》 Begin reading response for DesktopInBoxConflictResolution (net472) 》 End reading response for DesktopInBoxConflictResolution (net472) 》 CompilerServer: server - server processed compilation - DesktopInBoxConflictResolution (net472) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.diagnosticsource\4.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\System.Diagnostics.DiagnosticSource.dll". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopI.2C8EB365.Up2Date". 》_CopyAppConfigFile: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe.withSupportedRuntime.config" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe.config". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe". 》 DesktopInBoxConflictResolution -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.exe 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\obj\Debug\net472\DesktopInBoxConflictResolution.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\bin\Debug\net472\DesktopInBoxConflictResolution.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.28 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopInBoxC---977CBF57\DesktopInBoxConflictResolution\DesktopInBoxConflictResolution.csproj /restore /v:normal' exited with exit code 0. [xUnit.net 00:05:28.34] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog': [xUnit.net 00:05:28.43] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:28.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Build started 4/8/2026 2:54:51 PM. [xUnit.net 00:05:28.48] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 [xUnit.net 00:05:29.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:29.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:29.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:05:29.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Restore: [xUnit.net 00:05:29.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:29.47] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:29.67] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj... [xUnit.net 00:05:30.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\DesktopUsingPackageWithdXmlInRefFolder.csproj.nuget.g.props. [xUnit.net 00:05:30.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\DesktopUsingPackageWithdXmlInRefFolder.csproj.nuget.g.targets. [xUnit.net 00:05:30.15] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\project.assets.json [xUnit.net 00:05:30.19] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj (in 542 ms). [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 NuGet Config files used: [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Feeds used: [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:30.20] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" (Restore target(s)). [xUnit.net 00:05:30.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:30.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:30.36] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj] [xUnit.net 00:05:30.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》PrepareForBuild: [xUnit.net 00:05:30.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:30.37] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\refint\". [xUnit.net 00:05:30.38] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:30.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》_GenerateSourceLinkFile: [xUnit.net 00:05:30.68] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.sourcelink.json' does not exist. [xUnit.net 00:05:30.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》CoreCompile: [xUnit.net 00:05:30.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:30.69] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithdXmlInRefFolder.cs DesktopUsingPackageWithdXmlInRefFolderProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Compilation request DesktopUsingPackageWithdXmlInRefFolder (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:30.71] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithdXmlInRefFolder.cs DesktopUsingPackageWithdXmlInRefFolderProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:30.73] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Begin writing request for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:30.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 End writing request for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:30.74] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Begin reading response for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 End reading response for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:30.81] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\System.Diagnostics.Debug.xml". [xUnit.net 00:05:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\System.Runtime.xml". [xUnit.net 00:05:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopU.50E8245E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:30.87] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopU.50E8245E.Up2Date". [xUnit.net 00:05:30.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:30.88] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.exe". [xUnit.net 00:05:31.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:31.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll". [xUnit.net 00:05:31.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\ref\DesktopUsingPackageWithdXmlInRefFolder.dll". [xUnit.net 00:05:31.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 DesktopUsingPackageWithdXmlInRefFolder -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll [xUnit.net 00:05:31.02] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.pdb". [xUnit.net 00:05:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" (Build target(s)). [xUnit.net 00:05:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 [xUnit.net 00:05:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Build succeeded. [xUnit.net 00:05:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 0 Warning(s) [xUnit.net 00:05:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 0 Error(s) [xUnit.net 00:05:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》 [xUnit.net 00:05:31.03] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] 》Time Elapsed 00:00:02.55 < C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog exited with 0 in 2737 ms. [xUnit.net 00:05:31.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [OUTPUT] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog' exited with exit code 0. [xUnit.net 00:05:31.07] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [PASS] [xUnit.net 00:05:31.07] Output: [xUnit.net 00:05:31.07] Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog': [xUnit.net 00:05:31.07] 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework [xUnit.net 00:05:31.07] 》Build started 4/8/2026 2:54:51 PM. [xUnit.net 00:05:31.07] 》 [xUnit.net 00:05:31.07] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" on node 1 (Restore target(s)). [xUnit.net 00:05:31.07] 》_GetAllRestoreProjectPathItems: [xUnit.net 00:05:31.07] 》 Determining projects to restore... [xUnit.net 00:05:31.07] 》Restore: [xUnit.net 00:05:31.07] 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. [xUnit.net 00:05:31.07] 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. [xUnit.net 00:05:31.07] 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj... [xUnit.net 00:05:31.07] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\DesktopUsingPackageWithdXmlInRefFolder.csproj.nuget.g.props. [xUnit.net 00:05:31.07] 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\DesktopUsingPackageWithdXmlInRefFolder.csproj.nuget.g.targets. [xUnit.net 00:05:31.07] 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\project.assets.json [xUnit.net 00:05:31.07] 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj (in 542 ms). [xUnit.net 00:05:31.07] 》 [xUnit.net 00:05:31.07] 》 NuGet Config files used: [xUnit.net 00:05:31.07] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config [xUnit.net 00:05:31.07] 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config [xUnit.net 00:05:31.07] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config [xUnit.net 00:05:31.07] 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config [xUnit.net 00:05:31.07] 》 [xUnit.net 00:05:31.07] 》 Feeds used: [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json [xUnit.net 00:05:31.07] 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages [xUnit.net 00:05:31.07] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" (Restore target(s)). [xUnit.net 00:05:31.07] 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" on node 1 (Build target(s)). [xUnit.net 00:05:31.07] 》_CheckForNETCoreSdkIsPreview: [xUnit.net 00:05:31.08] 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj] [xUnit.net 00:05:31.08] 》PrepareForBuild: [xUnit.net 00:05:31.08] 》 Creating directory "bin\Debug\net10.0\". [xUnit.net 00:05:31.08] 》 Creating directory "obj\Debug\net10.0\". [xUnit.net 00:05:31.08] 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\refint\". [xUnit.net 00:05:31.08] 》 Creating directory "obj\Debug\net10.0\ref". [xUnit.net 00:05:31.08] 》_GenerateSourceLinkFile: [xUnit.net 00:05:31.08] 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.sourcelink.json' does not exist. [xUnit.net 00:05:31.08] 》CoreCompile: [xUnit.net 00:05:31.08] 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' [xUnit.net 00:05:31.08] 》 Setting DOTNET_TieredCompilation to '0' [xUnit.net 00:05:31.08] 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithdXmlInRefFolder.cs DesktopUsingPackageWithdXmlInRefFolderProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 [xUnit.net 00:05:31.08] 》 Compilation request DesktopUsingPackageWithdXmlInRefFolder (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe [xUnit.net 00:05:31.08] 》 CommandLine = ' /noconfig' [xUnit.net 00:05:31.08] 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithdXmlInRefFolder.cs DesktopUsingPackageWithdXmlInRefFolderProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' [xUnit.net 00:05:31.08] 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:31.08] 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' [xUnit.net 00:05:31.08] 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected [xUnit.net 00:05:31.08] 》 Begin writing request for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:31.08] 》 End writing request for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:31.08] 》 Begin reading response for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:31.08] 》 End reading response for DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:31.08] 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithdXmlInRefFolder (net10.0) [xUnit.net 00:05:31.08] 》_CopyFilesMarkedCopyLocal: [xUnit.net 00:05:31.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\System.Diagnostics.Debug.xml". [xUnit.net 00:05:31.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\System.Runtime.xml". [xUnit.net 00:05:31.08] 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopU.50E8245E.Up2Date" because "AlwaysCreate" was specified. [xUnit.net 00:05:31.08] 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopU.50E8245E.Up2Date". [xUnit.net 00:05:31.08] 》_CopyOutOfDateSourceItemsToOutputDirectory: [xUnit.net 00:05:31.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.exe". [xUnit.net 00:05:31.08] 》CopyFilesToOutputDirectory: [xUnit.net 00:05:31.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll". [xUnit.net 00:05:31.08] 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\ref\DesktopUsingPackageWithdXmlInRefFolder.dll". [xUnit.net 00:05:31.08] 》 DesktopUsingPackageWithdXmlInRefFolder -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll [xUnit.net 00:05:31.08] 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.pdb". [xUnit.net 00:05:31.08] 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" (Build target(s)). [xUnit.net 00:05:31.08] 》 [xUnit.net 00:05:31.08] 》Build succeeded. [xUnit.net 00:05:31.08] 》 0 Warning(s) [xUnit.net 00:05:31.08] 》 0 Error(s) [xUnit.net 00:05:31.08] 》 [xUnit.net 00:05:31.08] 》Time Elapsed 00:00:02.55 [xUnit.net 00:05:31.08] Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog' exited with exit code 0. Passed Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_places_package_xml_in_ref_folder_in_output_directory [2 s] Standard Output Messages: Executing 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog': 》MSBuild version 18.5.3+60a3d41e9 for .NET Framework 》Build started 4/8/2026 2:54:51 PM. 》 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" on node 1 (Restore target(s)). 》_GetAllRestoreProjectPathItems: 》 Determining projects to restore... 》Restore: 》 X.509 certificate chain validation will use the default trust store selected by .NET for code signing. 》 X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. 》 Restoring packages for C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj... 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\DesktopUsingPackageWithdXmlInRefFolder.csproj.nuget.g.props. 》 Generating MSBuild file C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\DesktopUsingPackageWithdXmlInRefFolder.csproj.nuget.g.targets. 》 Writing assets file to disk. Path: C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\project.assets.json 》 Restored C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj (in 542 ms). 》 》 NuGet Config files used: 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\NuGet.Config 》 C:\Users\vsagent\AppData\Roaming\NuGet\NuGet.Config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.FallbackLocation.config 》 C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config 》 》 Feeds used: 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 》 https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 》 C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\Testpackages 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" (Restore target(s)). 》Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" on node 1 (Build target(s)). 》_CheckForNETCoreSdkIsPreview: 》C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(383,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj] 》PrepareForBuild: 》 Creating directory "bin\Debug\net10.0\". 》 Creating directory "obj\Debug\net10.0\". 》 Creating directory "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\refint\". 》 Creating directory "obj\Debug\net10.0\ref". 》_GenerateSourceLinkFile: 》 Source Link is empty, file 'obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.sourcelink.json' does not exist. 》CoreCompile: 》 Setting DOTNET_ROOT to 'C:\h\w\A09F08CF\p\d' 》 Setting DOTNET_TieredCompilation to '0' 》 C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe /noconfig /sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithdXmlInRefFolder.cs DesktopUsingPackageWithdXmlInRefFolderProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011 》 Compilation request DesktopUsingPackageWithdXmlInRefFolder (net10.0), PathToTool=C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Roslyn\binfx\..\bincore\csc.exe 》 CommandLine = ' /noconfig' 》 BuildResponseFile = '/sdkpath:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ /unsafe- /checked- /nowarn:1701,1702,1701,1702,8002 /fullpaths /nostdlib+ /errorreport:prompt /warn:10 /define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.CSharp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.VisualBasic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\Microsoft.Win32.Registry.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\mscorlib.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\netstandard.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.AppContext.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Buffers.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Concurrent.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Immutable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.NonGeneric.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Collections.Specialized.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Annotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.DataAnnotations.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.EventBasedAsync.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ComponentModel.TypeConverter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Configuration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Console.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Core.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.Common.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.DataSetExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Data.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Contracts.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Debug.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.DiagnosticSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.FileVersionInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Process.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.StackTrace.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TextWriterTraceListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tools.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.TraceSource.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Diagnostics.Tracing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Drawing.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Dynamic.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Asn1.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Formats.Tar.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Calendars.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Globalization.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.Brotli.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Compression.ZipFile.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.DriveInfo.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.FileSystem.Watcher.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.IsolatedStorage.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.MemoryMappedFiles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipelines.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.Pipes.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.IO.UnmanagedMemoryStream.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.AsyncEnumerable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Expressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Linq.Queryable.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Memory.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Http.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.HttpListener.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Mail.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NameResolution.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.NetworkInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Ping.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Quic.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Requests.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServerSentEvents.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.ServicePoint.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.Sockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebClient.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebHeaderCollection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.Client.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Net.WebSockets.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Numerics.Vectors.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ObjectModel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.DispatchProxy.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.ILGeneration.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Emit.Lightweight.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Metadata.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Reflection.TypeExtensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Reader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.ResourceManager.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Resources.Writer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.Unsafe.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.CompilerServices.VisualC.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Handles.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.JavaScript.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.InteropServices.RuntimeInformation.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Intrinsics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Loader.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Numerics.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Formatters.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Runtime.Serialization.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Claims.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Algorithms.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Cng.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Csp.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.OpenSsl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.Primitives.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Cryptography.X509Certificates.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.Principal.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Security.SecureString.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceModel.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ServiceProcess.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.CodePages.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encoding.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Encodings.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.Json.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Text.RegularExpressions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.AccessControl.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Channels.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Overlapped.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Dataflow.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Extensions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Tasks.Parallel.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Thread.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.ThreadPool.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Threading.Timer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Transactions.Local.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.ValueTuple.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Web.HttpUtility.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Windows.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Linq.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.ReaderWriter.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.Serialization.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XmlSerializer.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\System.Xml.XPath.XDocument.dll /reference:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\ref\net10.0\WindowsBase.dll /features:"InterceptorsNamespaces=;Microsoft.Extensions.Validation.Generated" /debug+ /debug:portable /filealign:512 /optimize- /out:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll /refout:obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:14.0 /analyzerconfig:obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_10_default.globalconfig /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\sdk\10.0.300-ci\Sdks\Microsoft.NET.Sdk\targets\..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:C:\h\w\A09F08CF\p\d\packs\Microsoft.NETCore.App.Ref\10.0.5\analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll DesktopUsingPackageWithdXmlInRefFolder.cs DesktopUsingPackageWithdXmlInRefFolderProgram.cs "obj\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011' 》 Attempt to open named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Attempt to connect named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' 》 Named pipe 'ZVfCmwdpaYE9Fgw4i528pK5AXNTAz8oKrKSKakM8PHI' connected 》 Begin writing request for DesktopUsingPackageWithdXmlInRefFolder (net10.0) 》 End writing request for DesktopUsingPackageWithdXmlInRefFolder (net10.0) 》 Begin reading response for DesktopUsingPackageWithdXmlInRefFolder (net10.0) 》 End reading response for DesktopUsingPackageWithdXmlInRefFolder (net10.0) 》 CompilerServer: server - server processed compilation - DesktopUsingPackageWithdXmlInRefFolder (net10.0) 》_CopyFilesMarkedCopyLocal: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.diagnostics.debug\4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\System.Diagnostics.Debug.xml". 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\.nuget\packages\system.runtime\4.3.0\ref\netstandard1.5\System.Runtime.xml" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\System.Runtime.xml". 》 Creating "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopU.50E8245E.Up2Date" because "AlwaysCreate" was specified. 》 Touching "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopU.50E8245E.Up2Date". 》_CopyOutOfDateSourceItemsToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\apphost.exe" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.exe". 》CopyFilesToOutputDirectory: 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll". 》 Copying reference assembly from "obj\Debug\net10.0\refint\DesktopUsingPackageWithdXmlInRefFolder.dll" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\ref\DesktopUsingPackageWithdXmlInRefFolder.dll". 》 DesktopUsingPackageWithdXmlInRefFolder -> C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.dll 》 Copying file from "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\obj\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.pdb" to "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\bin\Debug\net10.0\DesktopUsingPackageWithdXmlInRefFolder.pdb". 》Done Building Project "C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj" (Build target(s)). 》 》Build succeeded. 》 0 Warning(s) 》 0 Error(s) 》 》Time Elapsed 00:00:02.55 Command 'C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\A09F08CF\t\dotnetSdkTests\vrgslmhl.xvh\DesktopUsingP---C407A491\DesktopUsingPackageWithdXmlInRefFolder\DesktopUsingPackageWithdXmlInRefFolder.csproj /restore /bl:{}.binlog' exited with exit code 0. [xUnit.net 00:05:31.08] Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_pass_excess_references_to_the_compiler [SKIP] [xUnit.net 00:05:31.08] This test requires Core MSBuild to run [xUnit.net 00:05:31.09] Finished: Microsoft.NET.Build.Tests Data collector 'Blame' message: All tests finished running, Sequence file will not be generated. Skipped Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_does_not_pass_excess_references_to_the_compiler [1 ms] Error Message: This test requires Core MSBuild to run Results File: C:\h\w\A09F08CF\w\B50509EB\e\vsagent_a00BGKS_2026-04-08_14_49_26.trx Test Run Failed. Total tests: 125 Passed: 114 Failed: 7 Skipped: 4 Total time: 5.5329 Minutes C:\h\w\A09F08CF\w\B50509EB\e>set _commandExitCode=1 C:\h\w\A09F08CF\w\B50509EB\e>PowerShell -ExecutionPolicy ByPass "Get-ChildItem -Recurse -File -Filter '*hangdump.dmp' | Copy-Item -Destination $env:HELIX_WORKITEM_UPLOAD_ROOT" C:\h\w\A09F08CF\w\B50509EB\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 : 675 Average : Sum : Maximum : Minimum : Property : C:\h\w\A09F08CF\w\B50509EB\e>C:\python3\python.exe C:\h\w\A09F08CF\p\reporter\run.py https://dev.azure.com/dnceng-public/ public 38276896 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IklDTmpEM2o5SGhtSDV0amwwM09EekpOSlpQSSJ9.eyJuYW1laWQiOiJjNzczZjJjMi01MTIwLTQyMDctYWZlMi1hZmFmMzVhOGJjMGEiLCJzY3AiOiJMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBQaXBlbGluZUNhY2hlLlJlYWRXcml0ZVJvb3RBY2Nlc3MgUmVhZEFuZFB1Ymxpc2hUZXN0OmNiYjE4MjYxLWM0OGYtNGFiYi04NjUxLThjZGNiNTQ3NDY0OSBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTpjYmIxODI2MS1jNDhmLTRhYmItODY1MS04Y2RjYjU0NzQ2NDkvZG90bmV0L3Nkay8xMDE6QnVpbGQvQnVpbGQvMTM2ODYzOCIsImF1aSI6ImFjYTY5NTg5LWI2ZTMtNGY5MC05MjJmLTgyMWQwZTQyOTRjOCIsInNpZCI6ImI0ZDRlZWNlLTUzMWUtNDk4NC1iMjVlLTQxNTlmZjExMzg2NSIsIkJ1aWxkSWQiOiJjYmIxODI2MS1jNDhmLTRhYmItODY1MS04Y2RjYjU0NzQ2NDk7MTM2ODYzOCIsIkRlZklkIjoiMTAxIiwiam9icmVmIjoiNmJlZTQzYjItYzA2NS00MmU4LWEyY2ItOTE5Nzc0MmYxMDI4OmIxZGE1NWU3LTJjZDAtNWQ1Yy1mYzBkLWNkYWYxMjUwNTIxYyIsInBwaWQiOiJ2c3RmczovLy9CdWlsZC9CdWlsZC8xMzY4NjM4Iiwib3JjaGlkIjoiNmJlZTQzYjItYzA2NS00MmU4LWEyY2ItOTE5Nzc0MmYxMDI4LmJ1aWxkLmZ1bGxmcmFtZXdvcmtfd2luZG93c194NjQuX19kZWZhdWx0LjMiLCJyZXBvSWRzIjoiIiwianRpIjoiMGM4YzM4NjEtMWRhNi00NDNhLTllYzgtNTcwZGY2YjczZjIyIiwiaXNzIjoiYXBwLnZzdG9rZW4udmlzdWFsc3R1ZGlvLmNvbSIsImF1ZCI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb218dnNvOjZmY2M5MmU1LTczYTctNGY4OC04ZDEzLWQ5MDQ1YjQ1ZmIyNyIsIm5iZiI6MTc3NTY1NzA1NiwiZXhwIjoxNzc1NjY3MjU2fQ.KDSbNXdN_67nWh7WporNbY2is1eEbudagpbVBZvKkNKG0o6RPDejpoF5j0YRLahmMfeW2Rodk8kxOKhZee9qfvZ8FLnUc0pHHmTdHWESYBEF9KXAHQ2cs9seMlEeM33sLM2wicZtzrHlU4FweBXc-B3TdKq7Q6q6gJNKgY7IVZF0UaoEueHlYuj0GF1A1Bh16PBwIFoF3-sBNZ6fWgQQcsbuHKJP_rKx_Aa4j8zBE3yBMCNWd0LKN_ugp_ivnYWkiEOk_fCK_BK6MEQk7DTY0i2ZfZnQWQ-SdfX-RokLBlVlav0MDpTX0MoQzha35mxkZjhpqSUvEvR2xwxyMjrzzQ || 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-04-08T14:54:56.499Z INFO run.py managed_identity(151) __init__ ManagedIdentityCredential will use IMDS with client_id: 3423231b-6b9e-4177-8817-76276b647404 2026-04-08T14:54:56.499Z INFO run.py azure_utils(32) get_credential_and_access_token VMSSManagedIdentity VmssMIClientIdForUpload Auth type will be used 2026-04-08T14:54:56.500Z 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.3 Python/3.13.9 (Windows-2025Server-10.0.26100-SP0)' No body was attached to the request 2026-04-08T14:54:56.532Z 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': '3500c8d7-d847-4d04-af36-ad3aebd2e271' 'Date': 'Wed, 08 Apr 2026 14:54:55 GMT' 'Content-Length': '2493' 2026-04-08T14:54:56.532Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token succeeded 2026-04-08T14:54:56.532Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token succeeded 2026-04-08T14:54:56.533Z INFO run.py azure_utils(64) get_credential_and_access_token Credentials are valid 2026-04-08T14:54:56.534Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token_info succeeded 2026-04-08T14:54:56.534Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token_info succeeded 2026-04-08T14:54:56.985Z INFO run.py run(48) main Beginning reading of test results. 2026-04-08T14:54:56.986Z INFO run.py __init__(42) read_results Searching 'C:\h\w\A09F08CF\w\B50509EB\e' for test results files 2026-04-08T14:54:56.987Z INFO run.py __init__(48) read_results Found results file C:\h\w\A09F08CF\w\B50509EB\e\vsagent_a00BGKS_2026-04-08_14_36_16.trx with format trx 2026-04-08T14:54:57.285Z INFO run.py __init__(48) read_results Found results file C:\h\w\A09F08CF\w\B50509EB\e\vsagent_a00BGKS_2026-04-08_14_42_54.trx with format trx 2026-04-08T14:54:57.492Z INFO run.py __init__(48) read_results Found results file C:\h\w\A09F08CF\w\B50509EB\e\vsagent_a00BGKS_2026-04-08_14_49_26.trx with format trx 2026-04-08T14:54:57.723Z INFO run.py __init__(42) read_results Searching 'C:\h\w\A09F08CF\w\B50509EB\uploads' for test results files 2026-04-08T14:54:57.723Z INFO run.py packing_test_reporter(30) report_results Packing 375 test reports to 'C:\h\w\A09F08CF\w\B50509EB\e\__test_report.json' 2026-04-08T14:54:57.725Z INFO run.py packing_test_reporter(33) report_results Packed 512455 bytes C:\h\w\A09F08CF\w\B50509EB\e>EXIT /b 1 ['Microsoft.NET.Build.Tests.dll.4' END OF WORK ITEM LOG: Command exited with 1]